Merge pull request #4297 from sunsetsystems/whrwork3
[openemr.git] / composer.lock
blob67f7e141f3271ef814da3933a804157be41eed43
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": "b56a18d526887f3ec1f872081c101e1e",
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             "support": {
68                 "issues": "https://github.com/academe/authorizenet-objects/issues",
69                 "source": "https://github.com/academe/authorizenet-objects/tree/master"
70             },
71             "time": "2019-06-22T22:33:01+00:00"
72         },
73         {
74             "name": "academe/omnipay-authorizenetapi",
75             "version": "3.1.2",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/academe/omnipay-authorizenetapi.git",
79                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/academe/omnipay-authorizenetapi/zipball/b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
84                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
85                 "shasum": ""
86             },
87             "require": {
88                 "academe/authorizenet-objects": "~0.7",
89                 "omnipay/common": "^3",
90                 "symfony/property-access": "^3.2 || ^4.0"
91             },
92             "require-dev": {
93                 "omnipay/tests": "^3",
94                 "squizlabs/php_codesniffer": "^3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "3.0.x-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Omnipay\\AuthorizeNetApi\\": "src/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Jason Judge",
114                     "email": "jason@academe.co.uk"
115                 }
116             ],
117             "description": "Authorize.Net payment gateway driver for the Omnipay 3.x payment processing library",
118             "homepage": "https://github.com/academe/omnipay-authorizenetapi",
119             "keywords": [
120                 "authorize.net",
121                 "gateway",
122                 "merchant",
123                 "omnipay",
124                 "pay",
125                 "payment"
126             ],
127             "support": {
128                 "issues": "https://github.com/academe/omnipay-authorizenetapi/issues",
129                 "source": "https://github.com/academe/omnipay-authorizenetapi/tree/3.1.2"
130             },
131             "time": "2019-08-20T22:09:44+00:00"
132         },
133         {
134             "name": "adodb/adodb-php",
135             "version": "v5.20.18",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "0363eca78eed8bd02d1456072c729da302655241"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/0363eca78eed8bd02d1456072c729da302655241",
144                 "reference": "0363eca78eed8bd02d1456072c729da302655241",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": ">=5.3.2"
149             },
150             "type": "library",
151             "autoload": {
152                 "files": [
153                     "adodb.inc.php"
154                 ]
155             },
156             "notification-url": "https://packagist.org/downloads/",
157             "license": [
158                 "BSD-3-Clause",
159                 "LGPL-2.1-or-later"
160             ],
161             "authors": [
162                 {
163                     "name": "John Lim",
164                     "email": "jlim@natsoft.com",
165                     "role": "Author"
166                 },
167                 {
168                     "name": "Damien Regad",
169                     "role": "Current maintainer"
170                 },
171                 {
172                     "name": "Mark Newnham",
173                     "role": "Developer"
174                 }
175             ],
176             "description": "ADOdb is a PHP database abstraction layer library",
177             "homepage": "http://adodb.org/",
178             "keywords": [
179                 "abstraction",
180                 "database",
181                 "layer",
182                 "library",
183                 "php"
184             ],
185             "support": {
186                 "issues": "https://github.com/ADOdb/ADOdb/issues",
187                 "source": "https://github.com/ADOdb/ADOdb"
188             },
189             "time": "2020-06-28T17:52:20+00:00"
190         },
191         {
192             "name": "bacon/bacon-qr-code",
193             "version": "1.0.3",
194             "source": {
195                 "type": "git",
196                 "url": "https://github.com/Bacon/BaconQrCode.git",
197                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
198             },
199             "dist": {
200                 "type": "zip",
201                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
202                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
203                 "shasum": ""
204             },
205             "require": {
206                 "ext-iconv": "*",
207                 "php": "^5.4|^7.0"
208             },
209             "require-dev": {
210                 "phpunit/phpunit": "^4.8"
211             },
212             "suggest": {
213                 "ext-gd": "to generate QR code images"
214             },
215             "type": "library",
216             "autoload": {
217                 "psr-0": {
218                     "BaconQrCode": "src/"
219                 }
220             },
221             "notification-url": "https://packagist.org/downloads/",
222             "license": [
223                 "BSD-2-Clause"
224             ],
225             "authors": [
226                 {
227                     "name": "Ben Scholzen 'DASPRiD'",
228                     "email": "mail@dasprids.de",
229                     "homepage": "http://www.dasprids.de",
230                     "role": "Developer"
231                 }
232             ],
233             "description": "BaconQrCode is a QR code generator for PHP.",
234             "homepage": "https://github.com/Bacon/BaconQrCode",
235             "support": {
236                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
237                 "source": "https://github.com/Bacon/BaconQrCode/tree/master"
238             },
239             "time": "2017-10-17T09:59:25+00:00"
240         },
241         {
242             "name": "brick/math",
243             "version": "0.9.2",
244             "source": {
245                 "type": "git",
246                 "url": "https://github.com/brick/math.git",
247                 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
248             },
249             "dist": {
250                 "type": "zip",
251                 "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
252                 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
253                 "shasum": ""
254             },
255             "require": {
256                 "ext-json": "*",
257                 "php": "^7.1 || ^8.0"
258             },
259             "require-dev": {
260                 "php-coveralls/php-coveralls": "^2.2",
261                 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
262                 "vimeo/psalm": "4.3.2"
263             },
264             "type": "library",
265             "autoload": {
266                 "psr-4": {
267                     "Brick\\Math\\": "src/"
268                 }
269             },
270             "notification-url": "https://packagist.org/downloads/",
271             "license": [
272                 "MIT"
273             ],
274             "description": "Arbitrary-precision arithmetic library",
275             "keywords": [
276                 "Arbitrary-precision",
277                 "BigInteger",
278                 "BigRational",
279                 "arithmetic",
280                 "bigdecimal",
281                 "bignum",
282                 "brick",
283                 "math"
284             ],
285             "support": {
286                 "issues": "https://github.com/brick/math/issues",
287                 "source": "https://github.com/brick/math/tree/0.9.2"
288             },
289             "funding": [
290                 {
291                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
292                     "type": "tidelift"
293                 }
294             ],
295             "time": "2021-01-20T22:51:39+00:00"
296         },
297         {
298             "name": "brick/varexporter",
299             "version": "0.3.5",
300             "source": {
301                 "type": "git",
302                 "url": "https://github.com/brick/varexporter.git",
303                 "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518"
304             },
305             "dist": {
306                 "type": "zip",
307                 "url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518",
308                 "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518",
309                 "shasum": ""
310             },
311             "require": {
312                 "nikic/php-parser": "^4.0",
313                 "php": "^7.2 || ^8.0"
314             },
315             "require-dev": {
316                 "php-coveralls/php-coveralls": "^2.2",
317                 "phpunit/phpunit": "^8.5 || ^9.0",
318                 "vimeo/psalm": "4.4.1"
319             },
320             "type": "library",
321             "autoload": {
322                 "psr-4": {
323                     "Brick\\VarExporter\\": "src/"
324                 }
325             },
326             "notification-url": "https://packagist.org/downloads/",
327             "license": [
328                 "MIT"
329             ],
330             "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
331             "keywords": [
332                 "var_export"
333             ],
334             "support": {
335                 "issues": "https://github.com/brick/varexporter/issues",
336                 "source": "https://github.com/brick/varexporter/tree/0.3.5"
337             },
338             "time": "2021-02-10T13:53:07+00:00"
339         },
340         {
341             "name": "clue/stream-filter",
342             "version": "v1.5.0",
343             "source": {
344                 "type": "git",
345                 "url": "https://github.com/clue/stream-filter.git",
346                 "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320"
347             },
348             "dist": {
349                 "type": "zip",
350                 "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
351                 "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
352                 "shasum": ""
353             },
354             "require": {
355                 "php": ">=5.3"
356             },
357             "require-dev": {
358                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
359             },
360             "type": "library",
361             "autoload": {
362                 "psr-4": {
363                     "Clue\\StreamFilter\\": "src/"
364                 },
365                 "files": [
366                     "src/functions_include.php"
367                 ]
368             },
369             "notification-url": "https://packagist.org/downloads/",
370             "license": [
371                 "MIT"
372             ],
373             "authors": [
374                 {
375                     "name": "Christian Lück",
376                     "email": "christian@clue.engineering"
377                 }
378             ],
379             "description": "A simple and modern approach to stream filtering in PHP",
380             "homepage": "https://github.com/clue/php-stream-filter",
381             "keywords": [
382                 "bucket brigade",
383                 "callback",
384                 "filter",
385                 "php_user_filter",
386                 "stream",
387                 "stream_filter_append",
388                 "stream_filter_register"
389             ],
390             "support": {
391                 "issues": "https://github.com/clue/stream-filter/issues",
392                 "source": "https://github.com/clue/stream-filter/tree/v1.5.0"
393             },
394             "funding": [
395                 {
396                     "url": "https://clue.engineering/support",
397                     "type": "custom"
398                 },
399                 {
400                     "url": "https://github.com/clue",
401                     "type": "github"
402                 }
403             ],
404             "time": "2020-10-02T12:38:20+00:00"
405         },
406         {
407             "name": "container-interop/container-interop",
408             "version": "1.2.0",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/container-interop/container-interop.git",
412                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
417                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
418                 "shasum": ""
419             },
420             "require": {
421                 "psr/container": "^1.0"
422             },
423             "type": "library",
424             "autoload": {
425                 "psr-4": {
426                     "Interop\\Container\\": "src/Interop/Container/"
427                 }
428             },
429             "notification-url": "https://packagist.org/downloads/",
430             "license": [
431                 "MIT"
432             ],
433             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
434             "homepage": "https://github.com/container-interop/container-interop",
435             "support": {
436                 "issues": "https://github.com/container-interop/container-interop/issues",
437                 "source": "https://github.com/container-interop/container-interop/tree/master"
438             },
439             "abandoned": "psr/container",
440             "time": "2017-02-14T19:40:03+00:00"
441         },
442         {
443             "name": "defuse/php-encryption",
444             "version": "v2.2.1",
445             "source": {
446                 "type": "git",
447                 "url": "https://github.com/defuse/php-encryption.git",
448                 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
449             },
450             "dist": {
451                 "type": "zip",
452                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
453                 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
454                 "shasum": ""
455             },
456             "require": {
457                 "ext-openssl": "*",
458                 "paragonie/random_compat": ">= 2",
459                 "php": ">=5.4.0"
460             },
461             "require-dev": {
462                 "nikic/php-parser": "^2.0|^3.0|^4.0",
463                 "phpunit/phpunit": "^4|^5"
464             },
465             "bin": [
466                 "bin/generate-defuse-key"
467             ],
468             "type": "library",
469             "autoload": {
470                 "psr-4": {
471                     "Defuse\\Crypto\\": "src"
472                 }
473             },
474             "notification-url": "https://packagist.org/downloads/",
475             "license": [
476                 "MIT"
477             ],
478             "authors": [
479                 {
480                     "name": "Taylor Hornby",
481                     "email": "taylor@defuse.ca",
482                     "homepage": "https://defuse.ca/"
483                 },
484                 {
485                     "name": "Scott Arciszewski",
486                     "email": "info@paragonie.com",
487                     "homepage": "https://paragonie.com"
488                 }
489             ],
490             "description": "Secure PHP Encryption Library",
491             "keywords": [
492                 "aes",
493                 "authenticated encryption",
494                 "cipher",
495                 "crypto",
496                 "cryptography",
497                 "encrypt",
498                 "encryption",
499                 "openssl",
500                 "security",
501                 "symmetric key cryptography"
502             ],
503             "support": {
504                 "issues": "https://github.com/defuse/php-encryption/issues",
505                 "source": "https://github.com/defuse/php-encryption/tree/master"
506             },
507             "time": "2018-07-24T23:27:56+00:00"
508         },
509         {
510             "name": "dompdf/dompdf",
511             "version": "v0.8.6",
512             "source": {
513                 "type": "git",
514                 "url": "https://github.com/dompdf/dompdf.git",
515                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
516             },
517             "dist": {
518                 "type": "zip",
519                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
520                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
521                 "shasum": ""
522             },
523             "require": {
524                 "ext-dom": "*",
525                 "ext-mbstring": "*",
526                 "phenx/php-font-lib": "^0.5.2",
527                 "phenx/php-svg-lib": "^0.3.3",
528                 "php": "^7.1"
529             },
530             "require-dev": {
531                 "mockery/mockery": "^1.3",
532                 "phpunit/phpunit": "^7.5",
533                 "squizlabs/php_codesniffer": "^3.5"
534             },
535             "suggest": {
536                 "ext-gd": "Needed to process images",
537                 "ext-gmagick": "Improves image processing performance",
538                 "ext-imagick": "Improves image processing performance",
539                 "ext-zlib": "Needed for pdf stream compression"
540             },
541             "type": "library",
542             "extra": {
543                 "branch-alias": {
544                     "dev-develop": "0.7-dev"
545                 }
546             },
547             "autoload": {
548                 "psr-4": {
549                     "Dompdf\\": "src/"
550                 },
551                 "classmap": [
552                     "lib/"
553                 ]
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "LGPL-2.1"
558             ],
559             "authors": [
560                 {
561                     "name": "Fabien Ménager",
562                     "email": "fabien.menager@gmail.com"
563                 },
564                 {
565                     "name": "Brian Sweeney",
566                     "email": "eclecticgeek@gmail.com"
567                 },
568                 {
569                     "name": "Gabriel Bull",
570                     "email": "me@gabrielbull.com"
571                 }
572             ],
573             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
574             "homepage": "https://github.com/dompdf/dompdf",
575             "support": {
576                 "issues": "https://github.com/dompdf/dompdf/issues",
577                 "source": "https://github.com/dompdf/dompdf/tree/master"
578             },
579             "time": "2020-08-30T22:54:22+00:00"
580         },
581         {
582             "name": "ezyang/htmlpurifier",
583             "version": "v4.13.0",
584             "source": {
585                 "type": "git",
586                 "url": "https://github.com/ezyang/htmlpurifier.git",
587                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
588             },
589             "dist": {
590                 "type": "zip",
591                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
592                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
593                 "shasum": ""
594             },
595             "require": {
596                 "php": ">=5.2"
597             },
598             "require-dev": {
599                 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
600             },
601             "type": "library",
602             "autoload": {
603                 "psr-0": {
604                     "HTMLPurifier": "library/"
605                 },
606                 "files": [
607                     "library/HTMLPurifier.composer.php"
608                 ],
609                 "exclude-from-classmap": [
610                     "/library/HTMLPurifier/Language/"
611                 ]
612             },
613             "notification-url": "https://packagist.org/downloads/",
614             "license": [
615                 "LGPL-2.1-or-later"
616             ],
617             "authors": [
618                 {
619                     "name": "Edward Z. Yang",
620                     "email": "admin@htmlpurifier.org",
621                     "homepage": "http://ezyang.com"
622                 }
623             ],
624             "description": "Standards compliant HTML filter written in PHP",
625             "homepage": "http://htmlpurifier.org/",
626             "keywords": [
627                 "html"
628             ],
629             "support": {
630                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
631                 "source": "https://github.com/ezyang/htmlpurifier/tree/master"
632             },
633             "time": "2020-06-29T00:56:53+00:00"
634         },
635         {
636             "name": "firebase/php-jwt",
637             "version": "v5.2.1",
638             "source": {
639                 "type": "git",
640                 "url": "https://github.com/firebase/php-jwt.git",
641                 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
642             },
643             "dist": {
644                 "type": "zip",
645                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
646                 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
647                 "shasum": ""
648             },
649             "require": {
650                 "php": ">=5.3.0"
651             },
652             "require-dev": {
653                 "phpunit/phpunit": ">=4.8 <=9"
654             },
655             "type": "library",
656             "autoload": {
657                 "psr-4": {
658                     "Firebase\\JWT\\": "src"
659                 }
660             },
661             "notification-url": "https://packagist.org/downloads/",
662             "license": [
663                 "BSD-3-Clause"
664             ],
665             "authors": [
666                 {
667                     "name": "Neuman Vong",
668                     "email": "neuman+pear@twilio.com",
669                     "role": "Developer"
670                 },
671                 {
672                     "name": "Anant Narayanan",
673                     "email": "anant@php.net",
674                     "role": "Developer"
675                 }
676             ],
677             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
678             "homepage": "https://github.com/firebase/php-jwt",
679             "keywords": [
680                 "jwt",
681                 "php"
682             ],
683             "support": {
684                 "issues": "https://github.com/firebase/php-jwt/issues",
685                 "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
686             },
687             "time": "2021-02-12T00:02:00+00:00"
688         },
689         {
690             "name": "google/apiclient",
691             "version": "v2.9.1",
692             "source": {
693                 "type": "git",
694                 "url": "https://github.com/googleapis/google-api-php-client.git",
695                 "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6"
696             },
697             "dist": {
698                 "type": "zip",
699                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/2fb6e702aca5d68203fa737f89f6f774022494c6",
700                 "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6",
701                 "shasum": ""
702             },
703             "require": {
704                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
705                 "google/apiclient-services": "~0.13",
706                 "google/auth": "^1.10",
707                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
708                 "guzzlehttp/psr7": "^1.2",
709                 "monolog/monolog": "^1.17|^2.0",
710                 "php": "^5.6|^7.0|^8.0",
711                 "phpseclib/phpseclib": "~2.0||^3.0.2"
712             },
713             "require-dev": {
714                 "cache/filesystem-adapter": "^0.3.2|^1.1",
715                 "composer/composer": "^1.10",
716                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
717                 "phpcompatibility/php-compatibility": "^9.2",
718                 "phpunit/phpunit": "^5.7||^8.5.13",
719                 "squizlabs/php_codesniffer": "~2.3",
720                 "symfony/css-selector": "~2.1",
721                 "symfony/dom-crawler": "~2.1"
722             },
723             "suggest": {
724                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
725             },
726             "type": "library",
727             "extra": {
728                 "branch-alias": {
729                     "dev-master": "2.x-dev"
730                 }
731             },
732             "autoload": {
733                 "psr-4": {
734                     "Google\\": "src/"
735                 },
736                 "files": [
737                     "src/aliases.php"
738                 ],
739                 "classmap": [
740                     "src/aliases.php"
741                 ]
742             },
743             "notification-url": "https://packagist.org/downloads/",
744             "license": [
745                 "Apache-2.0"
746             ],
747             "description": "Client library for Google APIs",
748             "homepage": "http://developers.google.com/api-client-library/php",
749             "keywords": [
750                 "google"
751             ],
752             "support": {
753                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
754                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.9.1"
755             },
756             "time": "2021-01-19T17:48:59+00:00"
757         },
758         {
759             "name": "google/apiclient-services",
760             "version": "v0.162.0",
761             "source": {
762                 "type": "git",
763                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
764                 "reference": "9085ff13f32f5baf8b3d2917ea63e2e029ecedb6"
765             },
766             "dist": {
767                 "type": "zip",
768                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9085ff13f32f5baf8b3d2917ea63e2e029ecedb6",
769                 "reference": "9085ff13f32f5baf8b3d2917ea63e2e029ecedb6",
770                 "shasum": ""
771             },
772             "require": {
773                 "php": ">=5.4"
774             },
775             "require-dev": {
776                 "phpunit/phpunit": "^4.8|^5"
777             },
778             "type": "library",
779             "autoload": {
780                 "psr-0": {
781                     "Google_Service_": "src"
782                 }
783             },
784             "notification-url": "https://packagist.org/downloads/",
785             "license": [
786                 "Apache-2.0"
787             ],
788             "description": "Client library for Google APIs",
789             "homepage": "http://developers.google.com/api-client-library/php",
790             "keywords": [
791                 "google"
792             ],
793             "support": {
794                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
795                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.162.0"
796             },
797             "time": "2021-02-28T12:20:02+00:00"
798         },
799         {
800             "name": "google/auth",
801             "version": "v1.15.0",
802             "source": {
803                 "type": "git",
804                 "url": "https://github.com/googleapis/google-auth-library-php.git",
805                 "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4"
806             },
807             "dist": {
808                 "type": "zip",
809                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4",
810                 "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4",
811                 "shasum": ""
812             },
813             "require": {
814                 "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
815                 "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
816                 "guzzlehttp/psr7": "^1.2",
817                 "php": ">=5.4",
818                 "psr/cache": "^1.0",
819                 "psr/http-message": "^1.0"
820             },
821             "require-dev": {
822                 "guzzlehttp/promises": "0.1.1|^1.3",
823                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
824                 "phpseclib/phpseclib": "^2",
825                 "phpunit/phpunit": "^4.8.36|^5.7",
826                 "sebastian/comparator": ">=1.2.3",
827                 "squizlabs/php_codesniffer": "^3.5"
828             },
829             "suggest": {
830                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
831             },
832             "type": "library",
833             "autoload": {
834                 "psr-4": {
835                     "Google\\Auth\\": "src"
836                 }
837             },
838             "notification-url": "https://packagist.org/downloads/",
839             "license": [
840                 "Apache-2.0"
841             ],
842             "description": "Google Auth Library for PHP",
843             "homepage": "http://github.com/google/google-auth-library-php",
844             "keywords": [
845                 "Authentication",
846                 "google",
847                 "oauth2"
848             ],
849             "support": {
850                 "docs": "https://googleapis.github.io/google-auth-library-php/master/",
851                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
852                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.0"
853             },
854             "time": "2021-02-05T20:50:04+00:00"
855         },
856         {
857             "name": "graham-campbell/result-type",
858             "version": "v1.0.1",
859             "source": {
860                 "type": "git",
861                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
862                 "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
863             },
864             "dist": {
865                 "type": "zip",
866                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
867                 "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
868                 "shasum": ""
869             },
870             "require": {
871                 "php": "^7.0|^8.0",
872                 "phpoption/phpoption": "^1.7.3"
873             },
874             "require-dev": {
875                 "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
876             },
877             "type": "library",
878             "extra": {
879                 "branch-alias": {
880                     "dev-master": "1.0-dev"
881                 }
882             },
883             "autoload": {
884                 "psr-4": {
885                     "GrahamCampbell\\ResultType\\": "src/"
886                 }
887             },
888             "notification-url": "https://packagist.org/downloads/",
889             "license": [
890                 "MIT"
891             ],
892             "authors": [
893                 {
894                     "name": "Graham Campbell",
895                     "email": "graham@alt-three.com"
896                 }
897             ],
898             "description": "An Implementation Of The Result Type",
899             "keywords": [
900                 "Graham Campbell",
901                 "GrahamCampbell",
902                 "Result Type",
903                 "Result-Type",
904                 "result"
905             ],
906             "support": {
907                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
908                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
909             },
910             "funding": [
911                 {
912                     "url": "https://github.com/GrahamCampbell",
913                     "type": "github"
914                 },
915                 {
916                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
917                     "type": "tidelift"
918                 }
919             ],
920             "time": "2020-04-13T13:17:36+00:00"
921         },
922         {
923             "name": "guzzlehttp/guzzle",
924             "version": "7.2.0",
925             "source": {
926                 "type": "git",
927                 "url": "https://github.com/guzzle/guzzle.git",
928                 "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
929             },
930             "dist": {
931                 "type": "zip",
932                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
933                 "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
934                 "shasum": ""
935             },
936             "require": {
937                 "ext-json": "*",
938                 "guzzlehttp/promises": "^1.4",
939                 "guzzlehttp/psr7": "^1.7",
940                 "php": "^7.2.5 || ^8.0",
941                 "psr/http-client": "^1.0"
942             },
943             "provide": {
944                 "psr/http-client-implementation": "1.0"
945             },
946             "require-dev": {
947                 "ext-curl": "*",
948                 "php-http/client-integration-tests": "^3.0",
949                 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
950                 "psr/log": "^1.1"
951             },
952             "suggest": {
953                 "ext-curl": "Required for CURL handler support",
954                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
955                 "psr/log": "Required for using the Log middleware"
956             },
957             "type": "library",
958             "extra": {
959                 "branch-alias": {
960                     "dev-master": "7.1-dev"
961                 }
962             },
963             "autoload": {
964                 "psr-4": {
965                     "GuzzleHttp\\": "src/"
966                 },
967                 "files": [
968                     "src/functions_include.php"
969                 ]
970             },
971             "notification-url": "https://packagist.org/downloads/",
972             "license": [
973                 "MIT"
974             ],
975             "authors": [
976                 {
977                     "name": "Michael Dowling",
978                     "email": "mtdowling@gmail.com",
979                     "homepage": "https://github.com/mtdowling"
980                 },
981                 {
982                     "name": "Márk Sági-Kazár",
983                     "email": "mark.sagikazar@gmail.com",
984                     "homepage": "https://sagikazarmark.hu"
985                 }
986             ],
987             "description": "Guzzle is a PHP HTTP client library",
988             "homepage": "http://guzzlephp.org/",
989             "keywords": [
990                 "client",
991                 "curl",
992                 "framework",
993                 "http",
994                 "http client",
995                 "psr-18",
996                 "psr-7",
997                 "rest",
998                 "web service"
999             ],
1000             "support": {
1001                 "issues": "https://github.com/guzzle/guzzle/issues",
1002                 "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
1003             },
1004             "funding": [
1005                 {
1006                     "url": "https://github.com/GrahamCampbell",
1007                     "type": "github"
1008                 },
1009                 {
1010                     "url": "https://github.com/Nyholm",
1011                     "type": "github"
1012                 },
1013                 {
1014                     "url": "https://github.com/alexeyshockov",
1015                     "type": "github"
1016                 },
1017                 {
1018                     "url": "https://github.com/gmponos",
1019                     "type": "github"
1020                 }
1021             ],
1022             "time": "2020-10-10T11:47:56+00:00"
1023         },
1024         {
1025             "name": "guzzlehttp/promises",
1026             "version": "1.4.0",
1027             "source": {
1028                 "type": "git",
1029                 "url": "https://github.com/guzzle/promises.git",
1030                 "reference": "60d379c243457e073cff02bc323a2a86cb355631"
1031             },
1032             "dist": {
1033                 "type": "zip",
1034                 "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
1035                 "reference": "60d379c243457e073cff02bc323a2a86cb355631",
1036                 "shasum": ""
1037             },
1038             "require": {
1039                 "php": ">=5.5"
1040             },
1041             "require-dev": {
1042                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1043             },
1044             "type": "library",
1045             "extra": {
1046                 "branch-alias": {
1047                     "dev-master": "1.4-dev"
1048                 }
1049             },
1050             "autoload": {
1051                 "psr-4": {
1052                     "GuzzleHttp\\Promise\\": "src/"
1053                 },
1054                 "files": [
1055                     "src/functions_include.php"
1056                 ]
1057             },
1058             "notification-url": "https://packagist.org/downloads/",
1059             "license": [
1060                 "MIT"
1061             ],
1062             "authors": [
1063                 {
1064                     "name": "Michael Dowling",
1065                     "email": "mtdowling@gmail.com",
1066                     "homepage": "https://github.com/mtdowling"
1067                 }
1068             ],
1069             "description": "Guzzle promises library",
1070             "keywords": [
1071                 "promise"
1072             ],
1073             "support": {
1074                 "issues": "https://github.com/guzzle/promises/issues",
1075                 "source": "https://github.com/guzzle/promises/tree/1.4.0"
1076             },
1077             "time": "2020-09-30T07:37:28+00:00"
1078         },
1079         {
1080             "name": "guzzlehttp/psr7",
1081             "version": "1.7.0",
1082             "source": {
1083                 "type": "git",
1084                 "url": "https://github.com/guzzle/psr7.git",
1085                 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
1086             },
1087             "dist": {
1088                 "type": "zip",
1089                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
1090                 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
1091                 "shasum": ""
1092             },
1093             "require": {
1094                 "php": ">=5.4.0",
1095                 "psr/http-message": "~1.0",
1096                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1097             },
1098             "provide": {
1099                 "psr/http-message-implementation": "1.0"
1100             },
1101             "require-dev": {
1102                 "ext-zlib": "*",
1103                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
1104             },
1105             "suggest": {
1106                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1107             },
1108             "type": "library",
1109             "extra": {
1110                 "branch-alias": {
1111                     "dev-master": "1.7-dev"
1112                 }
1113             },
1114             "autoload": {
1115                 "psr-4": {
1116                     "GuzzleHttp\\Psr7\\": "src/"
1117                 },
1118                 "files": [
1119                     "src/functions_include.php"
1120                 ]
1121             },
1122             "notification-url": "https://packagist.org/downloads/",
1123             "license": [
1124                 "MIT"
1125             ],
1126             "authors": [
1127                 {
1128                     "name": "Michael Dowling",
1129                     "email": "mtdowling@gmail.com",
1130                     "homepage": "https://github.com/mtdowling"
1131                 },
1132                 {
1133                     "name": "Tobias Schultze",
1134                     "homepage": "https://github.com/Tobion"
1135                 }
1136             ],
1137             "description": "PSR-7 message implementation that also provides common utility methods",
1138             "keywords": [
1139                 "http",
1140                 "message",
1141                 "psr-7",
1142                 "request",
1143                 "response",
1144                 "stream",
1145                 "uri",
1146                 "url"
1147             ],
1148             "support": {
1149                 "issues": "https://github.com/guzzle/psr7/issues",
1150                 "source": "https://github.com/guzzle/psr7/tree/1.7.0"
1151             },
1152             "time": "2020-09-30T07:37:11+00:00"
1153         },
1154         {
1155             "name": "kamermans/guzzle-oauth2-subscriber",
1156             "version": "v1.0.7",
1157             "source": {
1158                 "type": "git",
1159                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1160                 "reference": "f5b4f8ceab18bfeeb7933e5b86affbaa39d89482"
1161             },
1162             "dist": {
1163                 "type": "zip",
1164                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/f5b4f8ceab18bfeeb7933e5b86affbaa39d89482",
1165                 "reference": "f5b4f8ceab18bfeeb7933e5b86affbaa39d89482",
1166                 "shasum": ""
1167             },
1168             "require": {
1169                 "guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0",
1170                 "php": ">=5.4.0"
1171             },
1172             "type": "library",
1173             "autoload": {
1174                 "psr-4": {
1175                     "kamermans\\OAuth2\\": "src"
1176                 }
1177             },
1178             "notification-url": "https://packagist.org/downloads/",
1179             "license": [
1180                 "MIT"
1181             ],
1182             "authors": [
1183                 {
1184                     "name": "Steve Kamerman",
1185                     "email": "stevekamerman@gmail.com"
1186                 }
1187             ],
1188             "description": "OAuth 2.0 client for Guzzle 4, 5 and 6+",
1189             "keywords": [
1190                 "Guzzle",
1191                 "oauth"
1192             ],
1193             "support": {
1194                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1195                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.7"
1196             },
1197             "time": "2020-09-15T19:21:48+00:00"
1198         },
1199         {
1200             "name": "knplabs/knp-snappy",
1201             "version": "v1.2.1",
1202             "source": {
1203                 "type": "git",
1204                 "url": "https://github.com/KnpLabs/snappy.git",
1205                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4"
1206             },
1207             "dist": {
1208                 "type": "zip",
1209                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1210                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1211                 "shasum": ""
1212             },
1213             "require": {
1214                 "php": ">=7.1",
1215                 "psr/log": "^1.0",
1216                 "symfony/process": "~3.4||~4.3||~5.0"
1217             },
1218             "require-dev": {
1219                 "phpunit/phpunit": "~7.4"
1220             },
1221             "suggest": {
1222                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1223                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1224                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1225                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1226                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1227             },
1228             "type": "library",
1229             "extra": {
1230                 "branch-alias": {
1231                     "dev-master": "1.x-dev"
1232                 }
1233             },
1234             "autoload": {
1235                 "psr-4": {
1236                     "Knp\\Snappy\\": "src/Knp/Snappy"
1237                 }
1238             },
1239             "notification-url": "https://packagist.org/downloads/",
1240             "license": [
1241                 "MIT"
1242             ],
1243             "authors": [
1244                 {
1245                     "name": "KnpLabs Team",
1246                     "homepage": "http://knplabs.com"
1247                 },
1248                 {
1249                     "name": "Symfony Community",
1250                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1251                 }
1252             ],
1253             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1254             "homepage": "http://github.com/KnpLabs/snappy",
1255             "keywords": [
1256                 "knp",
1257                 "knplabs",
1258                 "pdf",
1259                 "snapshot",
1260                 "thumbnail",
1261                 "wkhtmltopdf"
1262             ],
1263             "support": {
1264                 "issues": "https://github.com/KnpLabs/snappy/issues",
1265                 "source": "https://github.com/KnpLabs/snappy/tree/master"
1266             },
1267             "time": "2020-01-20T08:30:30+00:00"
1268         },
1269         {
1270             "name": "laminas/laminas-code",
1271             "version": "3.5.1",
1272             "source": {
1273                 "type": "git",
1274                 "url": "https://github.com/laminas/laminas-code.git",
1275                 "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
1276             },
1277             "dist": {
1278                 "type": "zip",
1279                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
1280                 "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
1281                 "shasum": ""
1282             },
1283             "require": {
1284                 "laminas/laminas-eventmanager": "^3.3",
1285                 "laminas/laminas-zendframework-bridge": "^1.1",
1286                 "php": "^7.3 || ~8.0.0"
1287             },
1288             "conflict": {
1289                 "phpspec/prophecy": "<1.9.0"
1290             },
1291             "replace": {
1292                 "zendframework/zend-code": "^3.4.1"
1293             },
1294             "require-dev": {
1295                 "doctrine/annotations": "^1.10.4",
1296                 "ext-phar": "*",
1297                 "laminas/laminas-coding-standard": "^1.0.0",
1298                 "laminas/laminas-stdlib": "^3.3.0",
1299                 "phpunit/phpunit": "^9.4.2"
1300             },
1301             "suggest": {
1302                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1303                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1304             },
1305             "type": "library",
1306             "autoload": {
1307                 "psr-4": {
1308                     "Laminas\\Code\\": "src/"
1309                 }
1310             },
1311             "notification-url": "https://packagist.org/downloads/",
1312             "license": [
1313                 "BSD-3-Clause"
1314             ],
1315             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1316             "homepage": "https://laminas.dev",
1317             "keywords": [
1318                 "code",
1319                 "laminas"
1320             ],
1321             "support": {
1322                 "chat": "https://laminas.dev/chat",
1323                 "docs": "https://docs.laminas.dev/laminas-code/",
1324                 "forum": "https://discourse.laminas.dev",
1325                 "issues": "https://github.com/laminas/laminas-code/issues",
1326                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1327                 "source": "https://github.com/laminas/laminas-code"
1328             },
1329             "funding": [
1330                 {
1331                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1332                     "type": "community_bridge"
1333                 }
1334             ],
1335             "time": "2020-11-30T20:16:31+00:00"
1336         },
1337         {
1338             "name": "laminas/laminas-config",
1339             "version": "3.4.0",
1340             "source": {
1341                 "type": "git",
1342                 "url": "https://github.com/laminas/laminas-config.git",
1343                 "reference": "0bce6f5abab41dc673196741883b19018a2b5994"
1344             },
1345             "dist": {
1346                 "type": "zip",
1347                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/0bce6f5abab41dc673196741883b19018a2b5994",
1348                 "reference": "0bce6f5abab41dc673196741883b19018a2b5994",
1349                 "shasum": ""
1350             },
1351             "require": {
1352                 "ext-json": "*",
1353                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
1354                 "laminas/laminas-zendframework-bridge": "^1.0",
1355                 "php": "^7.3 || ^8.0",
1356                 "psr/container": "^1.0"
1357             },
1358             "conflict": {
1359                 "container-interop/container-interop": "<1.2.0"
1360             },
1361             "replace": {
1362                 "zendframework/zend-config": "^3.3.0"
1363             },
1364             "require-dev": {
1365                 "laminas/laminas-coding-standard": "~1.0.0",
1366                 "laminas/laminas-filter": "^2.7.2",
1367                 "laminas/laminas-i18n": "^2.10.3",
1368                 "laminas/laminas-servicemanager": "^3.4.1",
1369                 "malukenho/docheader": "^0.1.6",
1370                 "phpunit/phpunit": "^8.5.8"
1371             },
1372             "suggest": {
1373                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1374                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1375                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1376             },
1377             "type": "library",
1378             "extra": {
1379                 "branch-alias": {
1380                     "dev-master": "3.4.x-dev",
1381                     "dev-develop": "3.5.x-dev"
1382                 }
1383             },
1384             "autoload": {
1385                 "psr-4": {
1386                     "Laminas\\Config\\": "src/"
1387                 }
1388             },
1389             "notification-url": "https://packagist.org/downloads/",
1390             "license": [
1391                 "BSD-3-Clause"
1392             ],
1393             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1394             "homepage": "https://laminas.dev",
1395             "keywords": [
1396                 "config",
1397                 "laminas"
1398             ],
1399             "support": {
1400                 "chat": "https://laminas.dev/chat",
1401                 "docs": "https://docs.laminas.dev/laminas-config/",
1402                 "forum": "https://discourse.laminas.dev",
1403                 "issues": "https://github.com/laminas/laminas-config/issues",
1404                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1405                 "source": "https://github.com/laminas/laminas-config"
1406             },
1407             "funding": [
1408                 {
1409                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1410                     "type": "community_bridge"
1411                 }
1412             ],
1413             "time": "2020-08-25T11:56:37+00:00"
1414         },
1415         {
1416             "name": "laminas/laminas-console",
1417             "version": "2.8.0",
1418             "source": {
1419                 "type": "git",
1420                 "url": "https://github.com/laminas/laminas-console.git",
1421                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
1422             },
1423             "dist": {
1424                 "type": "zip",
1425                 "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
1426                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
1427                 "shasum": ""
1428             },
1429             "require": {
1430                 "laminas/laminas-stdlib": "^3.2.1",
1431                 "laminas/laminas-zendframework-bridge": "^1.0",
1432                 "php": "^5.6 || ^7.0"
1433             },
1434             "replace": {
1435                 "zendframework/zend-console": "self.version"
1436             },
1437             "require-dev": {
1438                 "laminas/laminas-coding-standard": "~1.0.0",
1439                 "laminas/laminas-filter": "^2.7.2",
1440                 "laminas/laminas-json": "^2.6 || ^3.0",
1441                 "laminas/laminas-validator": "^2.10.1",
1442                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
1443             },
1444             "suggest": {
1445                 "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
1446                 "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
1447             },
1448             "type": "library",
1449             "extra": {
1450                 "branch-alias": {
1451                     "dev-master": "2.8.x-dev",
1452                     "dev-develop": "2.9.x-dev"
1453                 }
1454             },
1455             "autoload": {
1456                 "psr-4": {
1457                     "Laminas\\Console\\": "src/"
1458                 }
1459             },
1460             "notification-url": "https://packagist.org/downloads/",
1461             "license": [
1462                 "BSD-3-Clause"
1463             ],
1464             "description": "Build console applications using getopt syntax or routing, complete with prompts",
1465             "homepage": "https://laminas.dev",
1466             "keywords": [
1467                 "console",
1468                 "laminas"
1469             ],
1470             "support": {
1471                 "chat": "https://laminas.dev/chat",
1472                 "docs": "https://docs.laminas.dev/laminas-console/",
1473                 "forum": "https://discourse.laminas.dev",
1474                 "issues": "https://github.com/laminas/laminas-console/issues",
1475                 "rss": "https://github.com/laminas/laminas-console/releases.atom",
1476                 "source": "https://github.com/laminas/laminas-console"
1477             },
1478             "abandoned": "laminas/laminas-cli",
1479             "time": "2019-12-31T16:31:45+00:00"
1480         },
1481         {
1482             "name": "laminas/laminas-db",
1483             "version": "2.11.3",
1484             "source": {
1485                 "type": "git",
1486                 "url": "https://github.com/laminas/laminas-db.git",
1487                 "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007"
1488             },
1489             "dist": {
1490                 "type": "zip",
1491                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/6c4238918b9204db1eb8cafae2c1940d40f4c007",
1492                 "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007",
1493                 "shasum": ""
1494             },
1495             "require": {
1496                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
1497                 "laminas/laminas-zendframework-bridge": "^1.0",
1498                 "php": "^5.6 || ^7.0"
1499             },
1500             "replace": {
1501                 "zendframework/zend-db": "^2.11.0"
1502             },
1503             "require-dev": {
1504                 "laminas/laminas-coding-standard": "~1.0.0",
1505                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
1506                 "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
1507                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
1508                 "phpunit/phpunit": "^5.7.27 || ^6.5.14"
1509             },
1510             "suggest": {
1511                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1512                 "laminas/laminas-hydrator": "Laminas\\Hydrator component for using HydratingResultSets",
1513                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1514             },
1515             "type": "library",
1516             "extra": {
1517                 "branch-alias": {
1518                     "dev-master": "2.11.x-dev",
1519                     "dev-develop": "2.12.x-dev"
1520                 },
1521                 "laminas": {
1522                     "component": "Laminas\\Db",
1523                     "config-provider": "Laminas\\Db\\ConfigProvider"
1524                 }
1525             },
1526             "autoload": {
1527                 "psr-4": {
1528                     "Laminas\\Db\\": "src/"
1529                 }
1530             },
1531             "notification-url": "https://packagist.org/downloads/",
1532             "license": [
1533                 "BSD-3-Clause"
1534             ],
1535             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1536             "homepage": "https://laminas.dev",
1537             "keywords": [
1538                 "db",
1539                 "laminas"
1540             ],
1541             "support": {
1542                 "chat": "https://laminas.dev/chat",
1543                 "docs": "https://docs.laminas.dev/laminas-db/",
1544                 "forum": "https://discourse.laminas.dev",
1545                 "issues": "https://github.com/laminas/laminas-db/issues",
1546                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1547                 "source": "https://github.com/laminas/laminas-db"
1548             },
1549             "time": "2020-03-29T12:08:51+00:00"
1550         },
1551         {
1552             "name": "laminas/laminas-escaper",
1553             "version": "2.7.0",
1554             "source": {
1555                 "type": "git",
1556                 "url": "https://github.com/laminas/laminas-escaper.git",
1557                 "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
1558             },
1559             "dist": {
1560                 "type": "zip",
1561                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
1562                 "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
1563                 "shasum": ""
1564             },
1565             "require": {
1566                 "laminas/laminas-zendframework-bridge": "^1.0",
1567                 "php": "^7.3 || ~8.0.0"
1568             },
1569             "replace": {
1570                 "zendframework/zend-escaper": "^2.6.1"
1571             },
1572             "require-dev": {
1573                 "laminas/laminas-coding-standard": "~1.0.0",
1574                 "phpunit/phpunit": "^9.3",
1575                 "psalm/plugin-phpunit": "^0.12.2",
1576                 "vimeo/psalm": "^3.16"
1577             },
1578             "suggest": {
1579                 "ext-iconv": "*",
1580                 "ext-mbstring": "*"
1581             },
1582             "type": "library",
1583             "autoload": {
1584                 "psr-4": {
1585                     "Laminas\\Escaper\\": "src/"
1586                 }
1587             },
1588             "notification-url": "https://packagist.org/downloads/",
1589             "license": [
1590                 "BSD-3-Clause"
1591             ],
1592             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1593             "homepage": "https://laminas.dev",
1594             "keywords": [
1595                 "escaper",
1596                 "laminas"
1597             ],
1598             "support": {
1599                 "chat": "https://laminas.dev/chat",
1600                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1601                 "forum": "https://discourse.laminas.dev",
1602                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1603                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1604                 "source": "https://github.com/laminas/laminas-escaper"
1605             },
1606             "funding": [
1607                 {
1608                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1609                     "type": "community_bridge"
1610                 }
1611             ],
1612             "time": "2020-11-17T21:26:43+00:00"
1613         },
1614         {
1615             "name": "laminas/laminas-eventmanager",
1616             "version": "3.3.0",
1617             "source": {
1618                 "type": "git",
1619                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1620                 "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082"
1621             },
1622             "dist": {
1623                 "type": "zip",
1624                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
1625                 "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
1626                 "shasum": ""
1627             },
1628             "require": {
1629                 "laminas/laminas-zendframework-bridge": "^1.0",
1630                 "php": "^7.3 || ^8.0"
1631             },
1632             "replace": {
1633                 "zendframework/zend-eventmanager": "^3.2.1"
1634             },
1635             "require-dev": {
1636                 "container-interop/container-interop": "^1.1",
1637                 "laminas/laminas-coding-standard": "~1.0.0",
1638                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
1639                 "phpbench/phpbench": "^0.17.1",
1640                 "phpunit/phpunit": "^8.5.8"
1641             },
1642             "suggest": {
1643                 "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
1644                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1645             },
1646             "type": "library",
1647             "extra": {
1648                 "branch-alias": {
1649                     "dev-master": "3.3.x-dev",
1650                     "dev-develop": "3.4.x-dev"
1651                 }
1652             },
1653             "autoload": {
1654                 "psr-4": {
1655                     "Laminas\\EventManager\\": "src/"
1656                 }
1657             },
1658             "notification-url": "https://packagist.org/downloads/",
1659             "license": [
1660                 "BSD-3-Clause"
1661             ],
1662             "description": "Trigger and listen to events within a PHP application",
1663             "homepage": "https://laminas.dev",
1664             "keywords": [
1665                 "event",
1666                 "eventmanager",
1667                 "events",
1668                 "laminas"
1669             ],
1670             "support": {
1671                 "chat": "https://laminas.dev/chat",
1672                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1673                 "forum": "https://discourse.laminas.dev",
1674                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1675                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1676                 "source": "https://github.com/laminas/laminas-eventmanager"
1677             },
1678             "funding": [
1679                 {
1680                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1681                     "type": "community_bridge"
1682                 }
1683             ],
1684             "time": "2020-08-25T11:10:44+00:00"
1685         },
1686         {
1687             "name": "laminas/laminas-filter",
1688             "version": "2.9.4",
1689             "source": {
1690                 "type": "git",
1691                 "url": "https://github.com/laminas/laminas-filter.git",
1692                 "reference": "3c4476e772a062cef7531c6793377ae585d89c82"
1693             },
1694             "dist": {
1695                 "type": "zip",
1696                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/3c4476e772a062cef7531c6793377ae585d89c82",
1697                 "reference": "3c4476e772a062cef7531c6793377ae585d89c82",
1698                 "shasum": ""
1699             },
1700             "require": {
1701                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
1702                 "laminas/laminas-zendframework-bridge": "^1.0",
1703                 "php": "^5.6 || ^7.0"
1704             },
1705             "conflict": {
1706                 "laminas/laminas-validator": "<2.10.1"
1707             },
1708             "replace": {
1709                 "zendframework/zend-filter": "^2.9.2"
1710             },
1711             "require-dev": {
1712                 "laminas/laminas-coding-standard": "~1.0.0",
1713                 "laminas/laminas-crypt": "^3.2.1",
1714                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
1715                 "laminas/laminas-uri": "^2.6",
1716                 "pear/archive_tar": "^1.4.3",
1717                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1718                 "psr/http-factory": "^1.0"
1719             },
1720             "suggest": {
1721                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1722                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1723                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
1724                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1725                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1726             },
1727             "type": "library",
1728             "extra": {
1729                 "branch-alias": {
1730                     "dev-master": "2.9.x-dev",
1731                     "dev-develop": "2.10.x-dev"
1732                 },
1733                 "laminas": {
1734                     "component": "Laminas\\Filter",
1735                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1736                 }
1737             },
1738             "autoload": {
1739                 "psr-4": {
1740                     "Laminas\\Filter\\": "src/"
1741                 }
1742             },
1743             "notification-url": "https://packagist.org/downloads/",
1744             "license": [
1745                 "BSD-3-Clause"
1746             ],
1747             "description": "Programmatically filter and normalize data and files",
1748             "homepage": "https://laminas.dev",
1749             "keywords": [
1750                 "filter",
1751                 "laminas"
1752             ],
1753             "support": {
1754                 "chat": "https://laminas.dev/chat",
1755                 "docs": "https://docs.laminas.dev/laminas-filter/",
1756                 "forum": "https://discourse.laminas.dev",
1757                 "issues": "https://github.com/laminas/laminas-filter/issues",
1758                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1759                 "source": "https://github.com/laminas/laminas-filter"
1760             },
1761             "time": "2020-03-29T12:41:29+00:00"
1762         },
1763         {
1764             "name": "laminas/laminas-form",
1765             "version": "2.15.0",
1766             "source": {
1767                 "type": "git",
1768                 "url": "https://github.com/laminas/laminas-form.git",
1769                 "reference": "359cd372c565e18a17f32ccfeacdf21bba091ce2"
1770             },
1771             "dist": {
1772                 "type": "zip",
1773                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/359cd372c565e18a17f32ccfeacdf21bba091ce2",
1774                 "reference": "359cd372c565e18a17f32ccfeacdf21bba091ce2",
1775                 "shasum": ""
1776             },
1777             "require": {
1778                 "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
1779                 "laminas/laminas-inputfilter": "^2.8",
1780                 "laminas/laminas-stdlib": "^3.2.1",
1781                 "laminas/laminas-zendframework-bridge": "^1.0",
1782                 "php": "^5.6 || ^7.0"
1783             },
1784             "replace": {
1785                 "zendframework/zend-form": "^2.14.3"
1786             },
1787             "require-dev": {
1788                 "doctrine/annotations": "~1.0",
1789                 "laminas/laminas-cache": "^2.6.1",
1790                 "laminas/laminas-captcha": "^2.7.1",
1791                 "laminas/laminas-code": "^2.6 || ^3.0",
1792                 "laminas/laminas-coding-standard": "~1.0.0",
1793                 "laminas/laminas-escaper": "^2.5",
1794                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
1795                 "laminas/laminas-filter": "^2.6",
1796                 "laminas/laminas-i18n": "^2.6",
1797                 "laminas/laminas-recaptcha": "^3.0.0",
1798                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
1799                 "laminas/laminas-session": "^2.8.1",
1800                 "laminas/laminas-text": "^2.6",
1801                 "laminas/laminas-validator": "^2.6",
1802                 "laminas/laminas-view": "^2.6.2",
1803                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
1804             },
1805             "suggest": {
1806                 "laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements",
1807                 "laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support",
1808                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support",
1809                 "laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers",
1810                 "laminas/laminas-recaptcha": "in order to use the ReCaptcha form element",
1811                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
1812                 "laminas/laminas-view": "^2.6.2, required for using the laminas-form view helpers"
1813             },
1814             "type": "library",
1815             "extra": {
1816                 "branch-alias": {
1817                     "dev-master": "2.15.x-dev",
1818                     "dev-develop": "2.16.x-dev"
1819                 },
1820                 "laminas": {
1821                     "component": "Laminas\\Form",
1822                     "config-provider": "Laminas\\Form\\ConfigProvider"
1823                 }
1824             },
1825             "autoload": {
1826                 "psr-4": {
1827                     "Laminas\\Form\\": "src/"
1828                 },
1829                 "files": [
1830                     "autoload/formElementManagerPolyfill.php"
1831                 ]
1832             },
1833             "notification-url": "https://packagist.org/downloads/",
1834             "license": [
1835                 "BSD-3-Clause"
1836             ],
1837             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
1838             "homepage": "https://laminas.dev",
1839             "keywords": [
1840                 "form",
1841                 "laminas"
1842             ],
1843             "support": {
1844                 "chat": "https://laminas.dev/chat",
1845                 "docs": "https://docs.laminas.dev/laminas-form/",
1846                 "forum": "https://discourse.laminas.dev",
1847                 "issues": "https://github.com/laminas/laminas-form/issues",
1848                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
1849                 "source": "https://github.com/laminas/laminas-form"
1850             },
1851             "funding": [
1852                 {
1853                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1854                     "type": "community_bridge"
1855                 }
1856             ],
1857             "time": "2020-07-14T13:53:27+00:00"
1858         },
1859         {
1860             "name": "laminas/laminas-http",
1861             "version": "2.14.3",
1862             "source": {
1863                 "type": "git",
1864                 "url": "https://github.com/laminas/laminas-http.git",
1865                 "reference": "bfaab8093e382274efed7fdc3ceb15f09ba352bb"
1866             },
1867             "dist": {
1868                 "type": "zip",
1869                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/bfaab8093e382274efed7fdc3ceb15f09ba352bb",
1870                 "reference": "bfaab8093e382274efed7fdc3ceb15f09ba352bb",
1871                 "shasum": ""
1872             },
1873             "require": {
1874                 "laminas/laminas-loader": "^2.5.1",
1875                 "laminas/laminas-stdlib": "^3.2.1",
1876                 "laminas/laminas-uri": "^2.5.2",
1877                 "laminas/laminas-validator": "^2.10.1",
1878                 "laminas/laminas-zendframework-bridge": "^1.0",
1879                 "php": "^7.3 || ~8.0.0"
1880             },
1881             "replace": {
1882                 "zendframework/zend-http": "^2.11.2"
1883             },
1884             "require-dev": {
1885                 "laminas/laminas-coding-standard": "~1.0.0",
1886                 "laminas/laminas-config": "^3.1 || ^2.6",
1887                 "phpunit/phpunit": "^9.3"
1888             },
1889             "suggest": {
1890                 "paragonie/certainty": "For automated management of cacert.pem"
1891             },
1892             "type": "library",
1893             "autoload": {
1894                 "psr-4": {
1895                     "Laminas\\Http\\": "src/"
1896                 }
1897             },
1898             "notification-url": "https://packagist.org/downloads/",
1899             "license": [
1900                 "BSD-3-Clause"
1901             ],
1902             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
1903             "homepage": "https://laminas.dev",
1904             "keywords": [
1905                 "http",
1906                 "http client",
1907                 "laminas"
1908             ],
1909             "support": {
1910                 "chat": "https://laminas.dev/chat",
1911                 "docs": "https://docs.laminas.dev/laminas-http/",
1912                 "forum": "https://discourse.laminas.dev",
1913                 "issues": "https://github.com/laminas/laminas-http/issues",
1914                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
1915                 "source": "https://github.com/laminas/laminas-http"
1916             },
1917             "funding": [
1918                 {
1919                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1920                     "type": "community_bridge"
1921                 }
1922             ],
1923             "time": "2021-02-18T21:58:11+00:00"
1924         },
1925         {
1926             "name": "laminas/laminas-hydrator",
1927             "version": "3.2.0",
1928             "source": {
1929                 "type": "git",
1930                 "url": "https://github.com/laminas/laminas-hydrator.git",
1931                 "reference": "f0336699910478cc45c7e34ca0fc83bf118e48bc"
1932             },
1933             "dist": {
1934                 "type": "zip",
1935                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/f0336699910478cc45c7e34ca0fc83bf118e48bc",
1936                 "reference": "f0336699910478cc45c7e34ca0fc83bf118e48bc",
1937                 "shasum": ""
1938             },
1939             "require": {
1940                 "laminas/laminas-stdlib": "^3.3",
1941                 "laminas/laminas-zendframework-bridge": "^1.0",
1942                 "php": "^7.3 || ~8.0.0"
1943             },
1944             "replace": {
1945                 "zendframework/zend-hydrator": "^3.0.2"
1946             },
1947             "require-dev": {
1948                 "laminas/laminas-coding-standard": "~1.0.0",
1949                 "laminas/laminas-eventmanager": "^3.2.1",
1950                 "laminas/laminas-modulemanager": "^2.8",
1951                 "laminas/laminas-serializer": "^2.9",
1952                 "laminas/laminas-servicemanager": "^3.3.2",
1953                 "phpunit/phpunit": "~9.3.0",
1954                 "vimeo/psalm": "^3.16"
1955             },
1956             "suggest": {
1957                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
1958                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
1959                 "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage"
1960             },
1961             "type": "library",
1962             "extra": {
1963                 "laminas": {
1964                     "component": "Laminas\\Hydrator",
1965                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
1966                 }
1967             },
1968             "autoload": {
1969                 "psr-4": {
1970                     "Laminas\\Hydrator\\": "src/"
1971                 }
1972             },
1973             "notification-url": "https://packagist.org/downloads/",
1974             "license": [
1975                 "BSD-3-Clause"
1976             ],
1977             "description": "Serialize objects to arrays, and vice versa",
1978             "homepage": "https://laminas.dev",
1979             "keywords": [
1980                 "hydrator",
1981                 "laminas"
1982             ],
1983             "support": {
1984                 "chat": "https://laminas.dev/chat",
1985                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
1986                 "forum": "https://discourse.laminas.dev",
1987                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
1988                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
1989                 "source": "https://github.com/laminas/laminas-hydrator"
1990             },
1991             "funding": [
1992                 {
1993                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1994                     "type": "community_bridge"
1995                 }
1996             ],
1997             "time": "2020-10-06T19:45:29+00:00"
1998         },
1999         {
2000             "name": "laminas/laminas-i18n",
2001             "version": "2.9.2",
2002             "source": {
2003                 "type": "git",
2004                 "url": "https://github.com/laminas/laminas-i18n.git",
2005                 "reference": "48883436c6fa1f9ef001af295e3a40003c5cfbf2"
2006             },
2007             "dist": {
2008                 "type": "zip",
2009                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/48883436c6fa1f9ef001af295e3a40003c5cfbf2",
2010                 "reference": "48883436c6fa1f9ef001af295e3a40003c5cfbf2",
2011                 "shasum": ""
2012             },
2013             "require": {
2014                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2015                 "laminas/laminas-zendframework-bridge": "^1.0",
2016                 "php": "^5.6 || ^7.0"
2017             },
2018             "replace": {
2019                 "zendframework/zend-i18n": "self.version"
2020             },
2021             "require-dev": {
2022                 "laminas/laminas-cache": "^2.6.1",
2023                 "laminas/laminas-coding-standard": "~1.0.0",
2024                 "laminas/laminas-config": "^2.6",
2025                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2026                 "laminas/laminas-filter": "^2.6.1",
2027                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2028                 "laminas/laminas-validator": "^2.6",
2029                 "laminas/laminas-view": "^2.6.3",
2030                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
2031             },
2032             "suggest": {
2033                 "ext-intl": "Required for most features of Laminas\\I18n; included in default builds of PHP",
2034                 "laminas/laminas-cache": "Laminas\\Cache component",
2035                 "laminas/laminas-config": "Laminas\\Config component",
2036                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2037                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2038                 "laminas/laminas-i18n-resources": "Translation resources",
2039                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
2040                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2041                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2042             },
2043             "type": "library",
2044             "extra": {
2045                 "branch-alias": {
2046                     "dev-master": "2.9.x-dev",
2047                     "dev-develop": "2.10.x-dev"
2048                 },
2049                 "laminas": {
2050                     "component": "Laminas\\I18n",
2051                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2052                 }
2053             },
2054             "autoload": {
2055                 "psr-4": {
2056                     "Laminas\\I18n\\": "src/"
2057                 }
2058             },
2059             "notification-url": "https://packagist.org/downloads/",
2060             "license": [
2061                 "BSD-3-Clause"
2062             ],
2063             "description": "Provide translations for your application, and filter and validate internationalized values",
2064             "homepage": "https://laminas.dev",
2065             "keywords": [
2066                 "i18n",
2067                 "laminas"
2068             ],
2069             "support": {
2070                 "chat": "https://laminas.dev/chat",
2071                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2072                 "forum": "https://discourse.laminas.dev",
2073                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2074                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2075                 "source": "https://github.com/laminas/laminas-i18n"
2076             },
2077             "time": "2019-12-31T17:09:58+00:00"
2078         },
2079         {
2080             "name": "laminas/laminas-inputfilter",
2081             "version": "2.11.0",
2082             "source": {
2083                 "type": "git",
2084                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2085                 "reference": "34ed067ae366a2171d6d174a04002e4eb17c166d"
2086             },
2087             "dist": {
2088                 "type": "zip",
2089                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/34ed067ae366a2171d6d174a04002e4eb17c166d",
2090                 "reference": "34ed067ae366a2171d6d174a04002e4eb17c166d",
2091                 "shasum": ""
2092             },
2093             "require": {
2094                 "laminas/laminas-filter": "^2.9.1",
2095                 "laminas/laminas-servicemanager": "^3.3.1",
2096                 "laminas/laminas-stdlib": "^3.0",
2097                 "laminas/laminas-validator": "^2.11",
2098                 "laminas/laminas-zendframework-bridge": "^1.0",
2099                 "php": "^7.3 || ~8.0.0"
2100             },
2101             "replace": {
2102                 "zendframework/zend-inputfilter": "^2.10.1"
2103             },
2104             "require-dev": {
2105                 "laminas/laminas-coding-standard": "~1.0.0",
2106                 "phpspec/prophecy-phpunit": "^2.0",
2107                 "phpunit/phpunit": "^9.4.2",
2108                 "psr/http-message": "^1.0"
2109             },
2110             "suggest": {
2111                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2112             },
2113             "type": "library",
2114             "extra": {
2115                 "laminas": {
2116                     "component": "Laminas\\InputFilter",
2117                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2118                 }
2119             },
2120             "autoload": {
2121                 "psr-4": {
2122                     "Laminas\\InputFilter\\": "src/"
2123                 }
2124             },
2125             "notification-url": "https://packagist.org/downloads/",
2126             "license": [
2127                 "BSD-3-Clause"
2128             ],
2129             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2130             "homepage": "https://laminas.dev",
2131             "keywords": [
2132                 "inputfilter",
2133                 "laminas"
2134             ],
2135             "support": {
2136                 "chat": "https://laminas.dev/chat",
2137                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2138                 "forum": "https://discourse.laminas.dev",
2139                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2140                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2141                 "source": "https://github.com/laminas/laminas-inputfilter"
2142             },
2143             "funding": [
2144                 {
2145                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2146                     "type": "community_bridge"
2147                 }
2148             ],
2149             "time": "2020-12-01T09:51:35+00:00"
2150         },
2151         {
2152             "name": "laminas/laminas-json",
2153             "version": "3.1.2",
2154             "source": {
2155                 "type": "git",
2156                 "url": "https://github.com/laminas/laminas-json.git",
2157                 "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6"
2158             },
2159             "dist": {
2160                 "type": "zip",
2161                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2162                 "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2163                 "shasum": ""
2164             },
2165             "require": {
2166                 "laminas/laminas-zendframework-bridge": "^1.0",
2167                 "php": "^5.6 || ^7.0"
2168             },
2169             "replace": {
2170                 "zendframework/zend-json": "self.version"
2171             },
2172             "require-dev": {
2173                 "laminas/laminas-coding-standard": "~1.0.0",
2174                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2175                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
2176             },
2177             "suggest": {
2178                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2179                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2180             },
2181             "type": "library",
2182             "extra": {
2183                 "branch-alias": {
2184                     "dev-master": "3.1.x-dev",
2185                     "dev-develop": "3.2.x-dev"
2186                 }
2187             },
2188             "autoload": {
2189                 "psr-4": {
2190                     "Laminas\\Json\\": "src/"
2191                 }
2192             },
2193             "notification-url": "https://packagist.org/downloads/",
2194             "license": [
2195                 "BSD-3-Clause"
2196             ],
2197             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2198             "homepage": "https://laminas.dev",
2199             "keywords": [
2200                 "json",
2201                 "laminas"
2202             ],
2203             "support": {
2204                 "chat": "https://laminas.dev/chat",
2205                 "docs": "https://docs.laminas.dev/laminas-json/",
2206                 "forum": "https://discourse.laminas.dev",
2207                 "issues": "https://github.com/laminas/laminas-json/issues",
2208                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2209                 "source": "https://github.com/laminas/laminas-json"
2210             },
2211             "time": "2019-12-31T17:15:04+00:00"
2212         },
2213         {
2214             "name": "laminas/laminas-json-server",
2215             "version": "3.2.2",
2216             "source": {
2217                 "type": "git",
2218                 "url": "https://github.com/laminas/laminas-json-server.git",
2219                 "reference": "5580959966a99bc110066566ca8965773ef49c13"
2220             },
2221             "dist": {
2222                 "type": "zip",
2223                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/5580959966a99bc110066566ca8965773ef49c13",
2224                 "reference": "5580959966a99bc110066566ca8965773ef49c13",
2225                 "shasum": ""
2226             },
2227             "require": {
2228                 "laminas/laminas-http": "^2.7",
2229                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2230                 "laminas/laminas-server": "^2.7",
2231                 "laminas/laminas-zendframework-bridge": "^1.0",
2232                 "php": "^5.6 || ^7.0"
2233             },
2234             "conflict": {
2235                 "laminas/laminas-stdlib": "<3.2.1"
2236             },
2237             "replace": {
2238                 "zendframework/zend-json-server": "^3.2.0"
2239             },
2240             "require-dev": {
2241                 "laminas/laminas-coding-standard": "~1.0.0",
2242                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2243             },
2244             "type": "library",
2245             "extra": {
2246                 "branch-alias": {
2247                     "dev-master": "3.2.x-dev",
2248                     "dev-develop": "3.3.x-dev"
2249                 }
2250             },
2251             "autoload": {
2252                 "psr-4": {
2253                     "Laminas\\Json\\Server\\": "src/"
2254                 }
2255             },
2256             "notification-url": "https://packagist.org/downloads/",
2257             "license": [
2258                 "BSD-3-Clause"
2259             ],
2260             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2261             "homepage": "https://laminas.dev",
2262             "keywords": [
2263                 "json",
2264                 "json-server",
2265                 "laminas",
2266                 "server"
2267             ],
2268             "support": {
2269                 "chat": "https://laminas.dev/chat",
2270                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2271                 "forum": "https://discourse.laminas.dev",
2272                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2273                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2274                 "source": "https://github.com/laminas/laminas-json-server"
2275             },
2276             "time": "2020-03-29T12:57:21+00:00"
2277         },
2278         {
2279             "name": "laminas/laminas-loader",
2280             "version": "2.6.1",
2281             "source": {
2282                 "type": "git",
2283                 "url": "https://github.com/laminas/laminas-loader.git",
2284                 "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc"
2285             },
2286             "dist": {
2287                 "type": "zip",
2288                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc",
2289                 "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc",
2290                 "shasum": ""
2291             },
2292             "require": {
2293                 "laminas/laminas-zendframework-bridge": "^1.0",
2294                 "php": "^5.6 || ^7.0"
2295             },
2296             "replace": {
2297                 "zendframework/zend-loader": "self.version"
2298             },
2299             "require-dev": {
2300                 "laminas/laminas-coding-standard": "~1.0.0",
2301                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2302             },
2303             "type": "library",
2304             "extra": {
2305                 "branch-alias": {
2306                     "dev-master": "2.6.x-dev",
2307                     "dev-develop": "2.7.x-dev"
2308                 }
2309             },
2310             "autoload": {
2311                 "psr-4": {
2312                     "Laminas\\Loader\\": "src/"
2313                 }
2314             },
2315             "notification-url": "https://packagist.org/downloads/",
2316             "license": [
2317                 "BSD-3-Clause"
2318             ],
2319             "description": "Autoloading and plugin loading strategies",
2320             "homepage": "https://laminas.dev",
2321             "keywords": [
2322                 "laminas",
2323                 "loader"
2324             ],
2325             "support": {
2326                 "chat": "https://laminas.dev/chat",
2327                 "docs": "https://docs.laminas.dev/laminas-loader/",
2328                 "forum": "https://discourse.laminas.dev",
2329                 "issues": "https://github.com/laminas/laminas-loader/issues",
2330                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2331                 "source": "https://github.com/laminas/laminas-loader"
2332             },
2333             "time": "2019-12-31T17:18:27+00:00"
2334         },
2335         {
2336             "name": "laminas/laminas-math",
2337             "version": "3.3.2",
2338             "source": {
2339                 "type": "git",
2340                 "url": "https://github.com/laminas/laminas-math.git",
2341                 "reference": "188456530923a449470963837c25560f1fdd8a60"
2342             },
2343             "dist": {
2344                 "type": "zip",
2345                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/188456530923a449470963837c25560f1fdd8a60",
2346                 "reference": "188456530923a449470963837c25560f1fdd8a60",
2347                 "shasum": ""
2348             },
2349             "require": {
2350                 "ext-mbstring": "*",
2351                 "laminas/laminas-zendframework-bridge": "^1.0",
2352                 "php": "^7.3 || ~8.0.0"
2353             },
2354             "replace": {
2355                 "zendframework/zend-math": "^3.2.0"
2356             },
2357             "require-dev": {
2358                 "laminas/laminas-coding-standard": "~1.0.0",
2359                 "phpunit/phpunit": "^9.3"
2360             },
2361             "suggest": {
2362                 "ext-bcmath": "If using the bcmath functionality",
2363                 "ext-gmp": "If using the gmp functionality"
2364             },
2365             "type": "library",
2366             "extra": {
2367                 "branch-alias": {
2368                     "dev-master": "3.2.x-dev",
2369                     "dev-develop": "3.3.x-dev"
2370                 }
2371             },
2372             "autoload": {
2373                 "psr-4": {
2374                     "Laminas\\Math\\": "src/"
2375                 }
2376             },
2377             "notification-url": "https://packagist.org/downloads/",
2378             "license": [
2379                 "BSD-3-Clause"
2380             ],
2381             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2382             "homepage": "https://laminas.dev",
2383             "keywords": [
2384                 "laminas",
2385                 "math"
2386             ],
2387             "support": {
2388                 "chat": "https://laminas.dev/chat",
2389                 "docs": "https://docs.laminas.dev/laminas-math/",
2390                 "forum": "https://discourse.laminas.dev",
2391                 "issues": "https://github.com/laminas/laminas-math/issues",
2392                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2393                 "source": "https://github.com/laminas/laminas-math"
2394             },
2395             "funding": [
2396                 {
2397                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2398                     "type": "community_bridge"
2399                 }
2400             ],
2401             "time": "2021-02-16T15:46:01+00:00"
2402         },
2403         {
2404             "name": "laminas/laminas-modulemanager",
2405             "version": "2.10.1",
2406             "source": {
2407                 "type": "git",
2408                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2409                 "reference": "637aaaf2c85d13694b096e253e5884653f93bb92"
2410             },
2411             "dist": {
2412                 "type": "zip",
2413                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/637aaaf2c85d13694b096e253e5884653f93bb92",
2414                 "reference": "637aaaf2c85d13694b096e253e5884653f93bb92",
2415                 "shasum": ""
2416             },
2417             "require": {
2418                 "brick/varexporter": "^0.3.2",
2419                 "laminas/laminas-config": "^3.4",
2420                 "laminas/laminas-eventmanager": "^3.3",
2421                 "laminas/laminas-stdlib": "^3.3",
2422                 "laminas/laminas-zendframework-bridge": "^1.1",
2423                 "php": "^7.3 || ^8.0",
2424                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2425             },
2426             "replace": {
2427                 "zendframework/zend-modulemanager": "^2.8.4"
2428             },
2429             "require-dev": {
2430                 "laminas/laminas-coding-standard": "~1.0.0",
2431                 "laminas/laminas-console": "^2.8",
2432                 "laminas/laminas-di": "^2.6.1",
2433                 "laminas/laminas-loader": "^2.6.1",
2434                 "laminas/laminas-mvc": "^3.1.1",
2435                 "laminas/laminas-servicemanager": "^3.4.1",
2436                 "phpunit/phpunit": "^9.3.7"
2437             },
2438             "suggest": {
2439                 "laminas/laminas-console": "Laminas\\Console component",
2440                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2441                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2442                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2443             },
2444             "type": "library",
2445             "autoload": {
2446                 "psr-4": {
2447                     "Laminas\\ModuleManager\\": "src/"
2448                 }
2449             },
2450             "notification-url": "https://packagist.org/downloads/",
2451             "license": [
2452                 "BSD-3-Clause"
2453             ],
2454             "description": "Modular application system for laminas-mvc applications",
2455             "homepage": "https://laminas.dev",
2456             "keywords": [
2457                 "laminas",
2458                 "modulemanager"
2459             ],
2460             "support": {
2461                 "chat": "https://laminas.dev/chat",
2462                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2463                 "forum": "https://discourse.laminas.dev",
2464                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2465                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2466                 "source": "https://github.com/laminas/laminas-modulemanager"
2467             },
2468             "funding": [
2469                 {
2470                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2471                     "type": "community_bridge"
2472                 }
2473             ],
2474             "time": "2020-09-01T22:26:46+00:00"
2475         },
2476         {
2477             "name": "laminas/laminas-mvc",
2478             "version": "3.1.1",
2479             "source": {
2480                 "type": "git",
2481                 "url": "https://github.com/laminas/laminas-mvc.git",
2482                 "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980"
2483             },
2484             "dist": {
2485                 "type": "zip",
2486                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
2487                 "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
2488                 "shasum": ""
2489             },
2490             "require": {
2491                 "container-interop/container-interop": "^1.2",
2492                 "laminas/laminas-eventmanager": "^3.2",
2493                 "laminas/laminas-http": "^2.7",
2494                 "laminas/laminas-modulemanager": "^2.8",
2495                 "laminas/laminas-router": "^3.0.2",
2496                 "laminas/laminas-servicemanager": "^3.3",
2497                 "laminas/laminas-stdlib": "^3.1",
2498                 "laminas/laminas-view": "^2.9",
2499                 "laminas/laminas-zendframework-bridge": "^1.0",
2500                 "php": "^5.6 || ^7.0"
2501             },
2502             "replace": {
2503                 "zendframework/zend-mvc": "self.version"
2504             },
2505             "require-dev": {
2506                 "http-interop/http-middleware": "^0.4.1",
2507                 "laminas/laminas-coding-standard": "~1.0.0",
2508                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2509                 "laminas/laminas-psr7bridge": "^1.0",
2510                 "laminas/laminas-stratigility": "^2.0.1",
2511                 "phpunit/phpunit": "^6.4.4 || ^5.7.14"
2512             },
2513             "suggest": {
2514                 "http-interop/http-middleware": "^0.4.1 to be used together with laminas-stratigility",
2515                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2516                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2517                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2518                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2519                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2520                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2521                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2522                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2523                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2524                 "laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
2525                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application",
2526                 "laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener"
2527             },
2528             "type": "library",
2529             "extra": {
2530                 "branch-alias": {
2531                     "dev-master": "3.1-dev",
2532                     "dev-develop": "3.2-dev"
2533                 }
2534             },
2535             "autoload": {
2536                 "psr-4": {
2537                     "Laminas\\Mvc\\": "src/"
2538                 }
2539             },
2540             "notification-url": "https://packagist.org/downloads/",
2541             "license": [
2542                 "BSD-3-Clause"
2543             ],
2544             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2545             "homepage": "https://laminas.dev",
2546             "keywords": [
2547                 "laminas",
2548                 "mvc"
2549             ],
2550             "support": {
2551                 "chat": "https://laminas.dev/chat",
2552                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2553                 "forum": "https://discourse.laminas.dev",
2554                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2555                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2556                 "source": "https://github.com/laminas/laminas-mvc"
2557             },
2558             "time": "2019-12-31T17:33:14+00:00"
2559         },
2560         {
2561             "name": "laminas/laminas-mvc-console",
2562             "version": "1.2.0",
2563             "source": {
2564                 "type": "git",
2565                 "url": "https://github.com/laminas/laminas-mvc-console.git",
2566                 "reference": "0c16223557fdb9bba853f6de22e1040824c1c966"
2567             },
2568             "dist": {
2569                 "type": "zip",
2570                 "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/0c16223557fdb9bba853f6de22e1040824c1c966",
2571                 "reference": "0c16223557fdb9bba853f6de22e1040824c1c966",
2572                 "shasum": ""
2573             },
2574             "require": {
2575                 "container-interop/container-interop": "^1.1",
2576                 "laminas/laminas-console": "^2.6",
2577                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2578                 "laminas/laminas-modulemanager": "^2.7.1",
2579                 "laminas/laminas-mvc": "^3.0.3",
2580                 "laminas/laminas-router": "^3.0",
2581                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2582                 "laminas/laminas-stdlib": "^2.7.5 || ^3.0",
2583                 "laminas/laminas-text": "^2.6",
2584                 "laminas/laminas-view": "^2.6.3",
2585                 "laminas/laminas-zendframework-bridge": "^1.0",
2586                 "php": "^5.6 || ^7.0"
2587             },
2588             "conflict": {
2589                 "laminas/laminas-mvc": "<3.0.0"
2590             },
2591             "replace": {
2592                 "zendframework/zend-mvc-console": "self.version"
2593             },
2594             "require-dev": {
2595                 "laminas/laminas-coding-standard": "~1.0.0",
2596                 "laminas/laminas-filter": "^2.6.1",
2597                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2598             },
2599             "suggest": {
2600                 "laminas/laminas-filter": "^2.6.1, to filter rendered results"
2601             },
2602             "type": "library",
2603             "extra": {
2604                 "branch-alias": {
2605                     "dev-master": "1.2.x-dev",
2606                     "dev-develop": "1.3.x-dev"
2607                 },
2608                 "laminas": {
2609                     "component": "Laminas\\Mvc\\Console"
2610                 }
2611             },
2612             "autoload": {
2613                 "psr-4": {
2614                     "Laminas\\Mvc\\Console\\": "src/"
2615                 }
2616             },
2617             "notification-url": "https://packagist.org/downloads/",
2618             "license": [
2619                 "BSD-3-Clause"
2620             ],
2621             "description": "Integration between laminas-mvc and laminas-console",
2622             "homepage": "https://laminas.dev",
2623             "keywords": [
2624                 "console",
2625                 "laminas",
2626                 "mvc"
2627             ],
2628             "support": {
2629                 "chat": "https://laminas.dev/chat",
2630                 "docs": "https://docs.laminas.dev/laminas-mvc-console/",
2631                 "forum": "https://discourse.laminas.dev",
2632                 "issues": "https://github.com/laminas/laminas-mvc-console/issues",
2633                 "rss": "https://github.com/laminas/laminas-mvc-console/releases.atom",
2634                 "source": "https://github.com/laminas/laminas-mvc-console"
2635             },
2636             "abandoned": "laminas/laminas-cli",
2637             "time": "2019-12-31T17:33:37+00:00"
2638         },
2639         {
2640             "name": "laminas/laminas-mvc-i18n",
2641             "version": "1.1.1",
2642             "source": {
2643                 "type": "git",
2644                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2645                 "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0"
2646             },
2647             "dist": {
2648                 "type": "zip",
2649                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/4184f6572b5244a5f5781604f1e03d7955e304a0",
2650                 "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0",
2651                 "shasum": ""
2652             },
2653             "require": {
2654                 "container-interop/container-interop": "^1.1",
2655                 "laminas/laminas-i18n": "^2.7",
2656                 "laminas/laminas-router": "^3.0",
2657                 "laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3",
2658                 "laminas/laminas-stdlib": "^2.7.6 || ^3.0",
2659                 "laminas/laminas-validator": "^2.6",
2660                 "laminas/laminas-zendframework-bridge": "^1.0",
2661                 "php": "^5.6 || ^7.0"
2662             },
2663             "conflict": {
2664                 "laminas/laminas-mvc": "<3.0.0",
2665                 "phpspec/prophecy": "<1.8.0"
2666             },
2667             "replace": {
2668                 "zendframework/zend-mvc-i18n": "self.version"
2669             },
2670             "require-dev": {
2671                 "laminas/laminas-cache": "^2.6.1",
2672                 "laminas/laminas-coding-standard": "~1.0.0",
2673                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
2674             },
2675             "suggest": {
2676                 "laminas/laminas-cache": "To enable caching of translation strings"
2677             },
2678             "type": "library",
2679             "extra": {
2680                 "branch-alias": {
2681                     "dev-master": "1.1.x-dev",
2682                     "dev-develop": "1.2.x-dev"
2683                 },
2684                 "laminas": {
2685                     "component": "Laminas\\Mvc\\I18n",
2686                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2687                 }
2688             },
2689             "autoload": {
2690                 "psr-4": {
2691                     "Laminas\\Mvc\\I18n\\": "src/"
2692                 }
2693             },
2694             "notification-url": "https://packagist.org/downloads/",
2695             "license": [
2696                 "BSD-3-Clause"
2697             ],
2698             "description": "Integration between laminas-mvc and laminas-i18n",
2699             "homepage": "https://laminas.dev",
2700             "keywords": [
2701                 "i18n",
2702                 "laminas",
2703                 "mvc"
2704             ],
2705             "support": {
2706                 "chat": "https://laminas.dev/chat",
2707                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2708                 "forum": "https://discourse.laminas.dev",
2709                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2710                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2711                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2712             },
2713             "time": "2019-12-31T17:33:41+00:00"
2714         },
2715         {
2716             "name": "laminas/laminas-router",
2717             "version": "3.4.4",
2718             "source": {
2719                 "type": "git",
2720                 "url": "https://github.com/laminas/laminas-router.git",
2721                 "reference": "2a7068508af4de67d80ea292e0cc7c37563a33c6"
2722             },
2723             "dist": {
2724                 "type": "zip",
2725                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/2a7068508af4de67d80ea292e0cc7c37563a33c6",
2726                 "reference": "2a7068508af4de67d80ea292e0cc7c37563a33c6",
2727                 "shasum": ""
2728             },
2729             "require": {
2730                 "container-interop/container-interop": "^1.2",
2731                 "laminas/laminas-http": "^2.8.1",
2732                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
2733                 "laminas/laminas-stdlib": "^3.3",
2734                 "laminas/laminas-zendframework-bridge": "^1.0",
2735                 "php": "^7.3 || ~8.0.0"
2736             },
2737             "replace": {
2738                 "zendframework/zend-router": "^3.3.0"
2739             },
2740             "require-dev": {
2741                 "laminas/laminas-coding-standard": "~1.0.0",
2742                 "laminas/laminas-i18n": "^2.7.4",
2743                 "phpunit/phpunit": "^9.4"
2744             },
2745             "suggest": {
2746                 "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
2747             },
2748             "type": "library",
2749             "extra": {
2750                 "laminas": {
2751                     "component": "Laminas\\Router",
2752                     "config-provider": "Laminas\\Router\\ConfigProvider"
2753                 }
2754             },
2755             "autoload": {
2756                 "psr-4": {
2757                     "Laminas\\Router\\": "src/"
2758                 }
2759             },
2760             "notification-url": "https://packagist.org/downloads/",
2761             "license": [
2762                 "BSD-3-Clause"
2763             ],
2764             "description": "Flexible routing system for HTTP and console applications",
2765             "homepage": "https://laminas.dev",
2766             "keywords": [
2767                 "laminas",
2768                 "routing"
2769             ],
2770             "support": {
2771                 "chat": "https://laminas.dev/chat",
2772                 "docs": "https://docs.laminas.dev/laminas-router/",
2773                 "forum": "https://discourse.laminas.dev",
2774                 "issues": "https://github.com/laminas/laminas-router/issues",
2775                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2776                 "source": "https://github.com/laminas/laminas-router"
2777             },
2778             "funding": [
2779                 {
2780                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2781                     "type": "community_bridge"
2782                 }
2783             ],
2784             "time": "2020-12-16T22:10:51+00:00"
2785         },
2786         {
2787             "name": "laminas/laminas-server",
2788             "version": "2.9.1",
2789             "source": {
2790                 "type": "git",
2791                 "url": "https://github.com/laminas/laminas-server.git",
2792                 "reference": "9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4"
2793             },
2794             "dist": {
2795                 "type": "zip",
2796                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4",
2797                 "reference": "9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4",
2798                 "shasum": ""
2799             },
2800             "require": {
2801                 "laminas/laminas-code": "^2.5 || ^3.0",
2802                 "laminas/laminas-stdlib": "^2.5 || ^3.0",
2803                 "laminas/laminas-zendframework-bridge": "^1.0",
2804                 "php": "^7.3 || ~8.0.0"
2805             },
2806             "replace": {
2807                 "zendframework/zend-server": "^2.8.1"
2808             },
2809             "require-dev": {
2810                 "laminas/laminas-coding-standard": "~1.0.0",
2811                 "phpunit/phpunit": "^9.3",
2812                 "psalm/plugin-phpunit": "^0.13.0",
2813                 "vimeo/psalm": "^4.2"
2814             },
2815             "type": "library",
2816             "autoload": {
2817                 "psr-4": {
2818                     "Laminas\\Server\\": "src/"
2819                 }
2820             },
2821             "notification-url": "https://packagist.org/downloads/",
2822             "license": [
2823                 "BSD-3-Clause"
2824             ],
2825             "description": "Create Reflection-based RPC servers",
2826             "homepage": "https://laminas.dev",
2827             "keywords": [
2828                 "laminas",
2829                 "server"
2830             ],
2831             "support": {
2832                 "chat": "https://laminas.dev/chat",
2833                 "docs": "https://docs.laminas.dev/laminas-server/",
2834                 "forum": "https://discourse.laminas.dev",
2835                 "issues": "https://github.com/laminas/laminas-server/issues",
2836                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2837                 "source": "https://github.com/laminas/laminas-server"
2838             },
2839             "funding": [
2840                 {
2841                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2842                     "type": "community_bridge"
2843                 }
2844             ],
2845             "time": "2020-12-01T21:06:52+00:00"
2846         },
2847         {
2848             "name": "laminas/laminas-servicemanager",
2849             "version": "3.5.1",
2850             "source": {
2851                 "type": "git",
2852                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2853                 "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1"
2854             },
2855             "dist": {
2856                 "type": "zip",
2857                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
2858                 "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
2859                 "shasum": ""
2860             },
2861             "require": {
2862                 "container-interop/container-interop": "^1.2",
2863                 "laminas/laminas-stdlib": "^3.2.1",
2864                 "laminas/laminas-zendframework-bridge": "^1.0",
2865                 "php": "^5.6 || ^7.0",
2866                 "psr/container": "^1.0"
2867             },
2868             "provide": {
2869                 "container-interop/container-interop-implementation": "^1.2",
2870                 "psr/container-implementation": "^1.0"
2871             },
2872             "replace": {
2873                 "zendframework/zend-servicemanager": "^3.4.0"
2874             },
2875             "require-dev": {
2876                 "laminas/laminas-coding-standard": "~1.0.0",
2877                 "mikey179/vfsstream": "^1.6.5",
2878                 "ocramius/proxy-manager": "^1.0 || ^2.0",
2879                 "phpbench/phpbench": "^0.13.0",
2880                 "phpunit/phpunit": "^5.7.25 || ^6.4.4"
2881             },
2882             "suggest": {
2883                 "laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances",
2884                 "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services"
2885             },
2886             "bin": [
2887                 "bin/generate-deps-for-config-factory",
2888                 "bin/generate-factory-for-class"
2889             ],
2890             "type": "library",
2891             "extra": {
2892                 "branch-alias": {
2893                     "dev-master": "3.3-dev",
2894                     "dev-develop": "4.0-dev"
2895                 }
2896             },
2897             "autoload": {
2898                 "psr-4": {
2899                     "Laminas\\ServiceManager\\": "src/"
2900                 }
2901             },
2902             "notification-url": "https://packagist.org/downloads/",
2903             "license": [
2904                 "BSD-3-Clause"
2905             ],
2906             "description": "Factory-Driven Dependency Injection Container",
2907             "homepage": "https://laminas.dev",
2908             "keywords": [
2909                 "PSR-11",
2910                 "dependency-injection",
2911                 "di",
2912                 "dic",
2913                 "laminas",
2914                 "service-manager",
2915                 "servicemanager"
2916             ],
2917             "support": {
2918                 "chat": "https://laminas.dev/chat",
2919                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
2920                 "forum": "https://discourse.laminas.dev",
2921                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
2922                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
2923                 "source": "https://github.com/laminas/laminas-servicemanager"
2924             },
2925             "funding": [
2926                 {
2927                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2928                     "type": "community_bridge"
2929                 }
2930             ],
2931             "time": "2020-05-11T14:43:22+00:00"
2932         },
2933         {
2934             "name": "laminas/laminas-soap",
2935             "version": "2.8.0",
2936             "source": {
2937                 "type": "git",
2938                 "url": "https://github.com/laminas/laminas-soap.git",
2939                 "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72"
2940             },
2941             "dist": {
2942                 "type": "zip",
2943                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/34f91d5c4c0a78bc5689cca2d1eaf829b27edd72",
2944                 "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72",
2945                 "shasum": ""
2946             },
2947             "require": {
2948                 "ext-soap": "*",
2949                 "laminas/laminas-server": "^2.6.1",
2950                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2951                 "laminas/laminas-uri": "^2.5.2",
2952                 "laminas/laminas-zendframework-bridge": "^1.0",
2953                 "php": "^5.6 || ^7.0"
2954             },
2955             "replace": {
2956                 "zendframework/zend-soap": "self.version"
2957             },
2958             "require-dev": {
2959                 "laminas/laminas-coding-standard": "~1.0.0",
2960                 "laminas/laminas-config": "^2.6",
2961                 "laminas/laminas-http": "^2.5.4",
2962                 "phpunit/phpunit": "^5.7.21 || ^6.3"
2963             },
2964             "suggest": {
2965                 "laminas/laminas-http": "Laminas\\Http component"
2966             },
2967             "type": "library",
2968             "extra": {
2969                 "branch-alias": {
2970                     "dev-master": "2.7.x-dev",
2971                     "dev-develop": "2.8.x-dev"
2972                 }
2973             },
2974             "autoload": {
2975                 "psr-4": {
2976                     "Laminas\\Soap\\": "src/"
2977                 }
2978             },
2979             "notification-url": "https://packagist.org/downloads/",
2980             "license": [
2981                 "BSD-3-Clause"
2982             ],
2983             "homepage": "https://laminas.dev",
2984             "keywords": [
2985                 "laminas",
2986                 "soap"
2987             ],
2988             "support": {
2989                 "chat": "https://laminas.dev/chat",
2990                 "docs": "https://docs.laminas.dev/laminas-soap/",
2991                 "forum": "https://discourse.laminas.dev",
2992                 "issues": "https://github.com/laminas/laminas-soap/issues",
2993                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
2994                 "source": "https://github.com/laminas/laminas-soap"
2995             },
2996             "time": "2019-12-31T17:48:49+00:00"
2997         },
2998         {
2999             "name": "laminas/laminas-stdlib",
3000             "version": "3.3.1",
3001             "source": {
3002                 "type": "git",
3003                 "url": "https://github.com/laminas/laminas-stdlib.git",
3004                 "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe"
3005             },
3006             "dist": {
3007                 "type": "zip",
3008                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
3009                 "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
3010                 "shasum": ""
3011             },
3012             "require": {
3013                 "laminas/laminas-zendframework-bridge": "^1.0",
3014                 "php": "^7.3 || ^8.0"
3015             },
3016             "replace": {
3017                 "zendframework/zend-stdlib": "^3.2.1"
3018             },
3019             "require-dev": {
3020                 "laminas/laminas-coding-standard": "~1.0.0",
3021                 "phpbench/phpbench": "^0.17.1",
3022                 "phpunit/phpunit": "~9.3.7"
3023             },
3024             "type": "library",
3025             "autoload": {
3026                 "psr-4": {
3027                     "Laminas\\Stdlib\\": "src/"
3028                 }
3029             },
3030             "notification-url": "https://packagist.org/downloads/",
3031             "license": [
3032                 "BSD-3-Clause"
3033             ],
3034             "description": "SPL extensions, array utilities, error handlers, and more",
3035             "homepage": "https://laminas.dev",
3036             "keywords": [
3037                 "laminas",
3038                 "stdlib"
3039             ],
3040             "support": {
3041                 "chat": "https://laminas.dev/chat",
3042                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3043                 "forum": "https://discourse.laminas.dev",
3044                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3045                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3046                 "source": "https://github.com/laminas/laminas-stdlib"
3047             },
3048             "funding": [
3049                 {
3050                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3051                     "type": "community_bridge"
3052                 }
3053             ],
3054             "time": "2020-11-19T20:18:59+00:00"
3055         },
3056         {
3057             "name": "laminas/laminas-text",
3058             "version": "2.8.1",
3059             "source": {
3060                 "type": "git",
3061                 "url": "https://github.com/laminas/laminas-text.git",
3062                 "reference": "d696fa1fb3880b9b8f02c08be58685013b421608"
3063             },
3064             "dist": {
3065                 "type": "zip",
3066                 "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d696fa1fb3880b9b8f02c08be58685013b421608",
3067                 "reference": "d696fa1fb3880b9b8f02c08be58685013b421608",
3068                 "shasum": ""
3069             },
3070             "require": {
3071                 "laminas/laminas-servicemanager": "^3.4",
3072                 "laminas/laminas-stdlib": "^3.1",
3073                 "laminas/laminas-zendframework-bridge": "^1.0",
3074                 "php": "^7.3 || ~8.0.0"
3075             },
3076             "replace": {
3077                 "zendframework/zend-text": "^2.7.1"
3078             },
3079             "require-dev": {
3080                 "laminas/laminas-coding-standard": "~1.0.0",
3081                 "laminas/laminas-config": "^3.4",
3082                 "phpunit/phpunit": "^9.3"
3083             },
3084             "type": "library",
3085             "autoload": {
3086                 "psr-4": {
3087                     "Laminas\\Text\\": "src/"
3088                 }
3089             },
3090             "notification-url": "https://packagist.org/downloads/",
3091             "license": [
3092                 "BSD-3-Clause"
3093             ],
3094             "description": "Create FIGlets and text-based tables",
3095             "homepage": "https://laminas.dev",
3096             "keywords": [
3097                 "laminas",
3098                 "text"
3099             ],
3100             "support": {
3101                 "chat": "https://laminas.dev/chat",
3102                 "docs": "https://docs.laminas.dev/laminas-text/",
3103                 "forum": "https://discourse.laminas.dev",
3104                 "issues": "https://github.com/laminas/laminas-text/issues",
3105                 "rss": "https://github.com/laminas/laminas-text/releases.atom",
3106                 "source": "https://github.com/laminas/laminas-text"
3107             },
3108             "funding": [
3109                 {
3110                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3111                     "type": "community_bridge"
3112                 }
3113             ],
3114             "time": "2021-02-17T21:24:58+00:00"
3115         },
3116         {
3117             "name": "laminas/laminas-uri",
3118             "version": "2.8.1",
3119             "source": {
3120                 "type": "git",
3121                 "url": "https://github.com/laminas/laminas-uri.git",
3122                 "reference": "79bd4c614c8cf9a6ba715a49fca8061e84933d87"
3123             },
3124             "dist": {
3125                 "type": "zip",
3126                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/79bd4c614c8cf9a6ba715a49fca8061e84933d87",
3127                 "reference": "79bd4c614c8cf9a6ba715a49fca8061e84933d87",
3128                 "shasum": ""
3129             },
3130             "require": {
3131                 "laminas/laminas-escaper": "^2.5",
3132                 "laminas/laminas-validator": "^2.10",
3133                 "laminas/laminas-zendframework-bridge": "^1.0",
3134                 "php": "^7.3 || ~8.0.0"
3135             },
3136             "replace": {
3137                 "zendframework/zend-uri": "^2.7.1"
3138             },
3139             "require-dev": {
3140                 "laminas/laminas-coding-standard": "^2.1",
3141                 "phpunit/phpunit": "^9.3"
3142             },
3143             "type": "library",
3144             "autoload": {
3145                 "psr-4": {
3146                     "Laminas\\Uri\\": "src/"
3147                 }
3148             },
3149             "notification-url": "https://packagist.org/downloads/",
3150             "license": [
3151                 "BSD-3-Clause"
3152             ],
3153             "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
3154             "homepage": "https://laminas.dev",
3155             "keywords": [
3156                 "laminas",
3157                 "uri"
3158             ],
3159             "support": {
3160                 "chat": "https://laminas.dev/chat",
3161                 "docs": "https://docs.laminas.dev/laminas-uri/",
3162                 "forum": "https://discourse.laminas.dev",
3163                 "issues": "https://github.com/laminas/laminas-uri/issues",
3164                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3165                 "source": "https://github.com/laminas/laminas-uri"
3166             },
3167             "funding": [
3168                 {
3169                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3170                     "type": "community_bridge"
3171                 }
3172             ],
3173             "time": "2021-02-17T21:53:05+00:00"
3174         },
3175         {
3176             "name": "laminas/laminas-validator",
3177             "version": "2.14.4",
3178             "source": {
3179                 "type": "git",
3180                 "url": "https://github.com/laminas/laminas-validator.git",
3181                 "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776"
3182             },
3183             "dist": {
3184                 "type": "zip",
3185                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
3186                 "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
3187                 "shasum": ""
3188             },
3189             "require": {
3190                 "container-interop/container-interop": "^1.1",
3191                 "laminas/laminas-stdlib": "^3.3",
3192                 "laminas/laminas-zendframework-bridge": "^1.0",
3193                 "php": "^7.3 || ~8.0.0"
3194             },
3195             "replace": {
3196                 "zendframework/zend-validator": "^2.13.0"
3197             },
3198             "require-dev": {
3199                 "laminas/laminas-cache": "^2.6.1",
3200                 "laminas/laminas-coding-standard": "~1.0.0",
3201                 "laminas/laminas-config": "^2.6",
3202                 "laminas/laminas-db": "^2.7",
3203                 "laminas/laminas-filter": "^2.6",
3204                 "laminas/laminas-http": "^2.14.2",
3205                 "laminas/laminas-i18n": "^2.6",
3206                 "laminas/laminas-math": "^2.6",
3207                 "laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
3208                 "laminas/laminas-session": "^2.8",
3209                 "laminas/laminas-uri": "^2.7",
3210                 "phpspec/prophecy-phpunit": "^2.0",
3211                 "phpunit/phpunit": "^9.3",
3212                 "psalm/plugin-phpunit": "^0.15.0",
3213                 "psr/http-client": "^1.0",
3214                 "psr/http-factory": "^1.0",
3215                 "psr/http-message": "^1.0",
3216                 "vimeo/psalm": "^4.3"
3217             },
3218             "suggest": {
3219                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3220                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3221                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3222                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3223                 "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
3224                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3225                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3226                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3227                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3228             },
3229             "type": "library",
3230             "extra": {
3231                 "laminas": {
3232                     "component": "Laminas\\Validator",
3233                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3234                 }
3235             },
3236             "autoload": {
3237                 "psr-4": {
3238                     "Laminas\\Validator\\": "src/"
3239                 }
3240             },
3241             "notification-url": "https://packagist.org/downloads/",
3242             "license": [
3243                 "BSD-3-Clause"
3244             ],
3245             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3246             "homepage": "https://laminas.dev",
3247             "keywords": [
3248                 "laminas",
3249                 "validator"
3250             ],
3251             "support": {
3252                 "chat": "https://laminas.dev/chat",
3253                 "docs": "https://docs.laminas.dev/laminas-validator/",
3254                 "forum": "https://discourse.laminas.dev",
3255                 "issues": "https://github.com/laminas/laminas-validator/issues",
3256                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3257                 "source": "https://github.com/laminas/laminas-validator"
3258             },
3259             "funding": [
3260                 {
3261                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3262                     "type": "community_bridge"
3263                 }
3264             ],
3265             "time": "2021-01-24T20:45:49+00:00"
3266         },
3267         {
3268             "name": "laminas/laminas-view",
3269             "version": "2.12.0",
3270             "source": {
3271                 "type": "git",
3272                 "url": "https://github.com/laminas/laminas-view.git",
3273                 "reference": "3ef103da6887809f08ecf52f42c31a76c9bf08b1"
3274             },
3275             "dist": {
3276                 "type": "zip",
3277                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/3ef103da6887809f08ecf52f42c31a76c9bf08b1",
3278                 "reference": "3ef103da6887809f08ecf52f42c31a76c9bf08b1",
3279                 "shasum": ""
3280             },
3281             "require": {
3282                 "laminas/laminas-eventmanager": "^3.0",
3283                 "laminas/laminas-json": "^2.6.1 || ^3.0",
3284                 "laminas/laminas-loader": "^2.5",
3285                 "laminas/laminas-stdlib": "^3.2.1",
3286                 "laminas/laminas-zendframework-bridge": "^1.0",
3287                 "php": "^7.3 || ~8.0.0"
3288             },
3289             "conflict": {
3290                 "laminas/laminas-servicemanager": "<3.3"
3291             },
3292             "replace": {
3293                 "zendframework/zend-view": "^2.11.4"
3294             },
3295             "require-dev": {
3296                 "laminas/laminas-authentication": "^2.5",
3297                 "laminas/laminas-cache": "^2.6.1",
3298                 "laminas/laminas-coding-standard": "~1.0.0",
3299                 "laminas/laminas-config": "^2.6",
3300                 "laminas/laminas-console": "^2.6",
3301                 "laminas/laminas-escaper": "^2.5",
3302                 "laminas/laminas-feed": "^2.7",
3303                 "laminas/laminas-filter": "^2.6.1",
3304                 "laminas/laminas-http": "^2.5.4",
3305                 "laminas/laminas-i18n": "^2.6",
3306                 "laminas/laminas-log": "^2.7",
3307                 "laminas/laminas-modulemanager": "^2.7.1",
3308                 "laminas/laminas-mvc": "^2.7.14 || ^3.0",
3309                 "laminas/laminas-navigation": "^2.5",
3310                 "laminas/laminas-paginator": "^2.5",
3311                 "laminas/laminas-permissions-acl": "^2.6",
3312                 "laminas/laminas-router": "^3.0.1",
3313                 "laminas/laminas-serializer": "^2.6.1",
3314                 "laminas/laminas-servicemanager": "^3.3",
3315                 "laminas/laminas-session": "^2.8.1",
3316                 "laminas/laminas-uri": "^2.5",
3317                 "phpspec/prophecy": "^1.12",
3318                 "phpspec/prophecy-phpunit": "^2.0",
3319                 "phpunit/phpunit": "^9.3"
3320             },
3321             "suggest": {
3322                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3323                 "laminas/laminas-escaper": "Laminas\\Escaper component",
3324                 "laminas/laminas-feed": "Laminas\\Feed component",
3325                 "laminas/laminas-filter": "Laminas\\Filter component",
3326                 "laminas/laminas-http": "Laminas\\Http component",
3327                 "laminas/laminas-i18n": "Laminas\\I18n component",
3328                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3329                 "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",
3330                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3331                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3332                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3333                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
3334                 "laminas/laminas-uri": "Laminas\\Uri component"
3335             },
3336             "bin": [
3337                 "bin/templatemap_generator.php"
3338             ],
3339             "type": "library",
3340             "autoload": {
3341                 "psr-4": {
3342                     "Laminas\\View\\": "src/"
3343                 }
3344             },
3345             "notification-url": "https://packagist.org/downloads/",
3346             "license": [
3347                 "BSD-3-Clause"
3348             ],
3349             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3350             "homepage": "https://laminas.dev",
3351             "keywords": [
3352                 "laminas",
3353                 "view"
3354             ],
3355             "support": {
3356                 "chat": "https://laminas.dev/chat",
3357                 "docs": "https://docs.laminas.dev/laminas-view/",
3358                 "forum": "https://discourse.laminas.dev",
3359                 "issues": "https://github.com/laminas/laminas-view/issues",
3360                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3361                 "source": "https://github.com/laminas/laminas-view"
3362             },
3363             "funding": [
3364                 {
3365                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3366                     "type": "community_bridge"
3367                 }
3368             ],
3369             "time": "2021-01-01T14:07:41+00:00"
3370         },
3371         {
3372             "name": "laminas/laminas-xml",
3373             "version": "1.3.1",
3374             "source": {
3375                 "type": "git",
3376                 "url": "https://github.com/laminas/laminas-xml.git",
3377                 "reference": "2eada592359aec9d9e55339270b621295cff3a4f"
3378             },
3379             "dist": {
3380                 "type": "zip",
3381                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/2eada592359aec9d9e55339270b621295cff3a4f",
3382                 "reference": "2eada592359aec9d9e55339270b621295cff3a4f",
3383                 "shasum": ""
3384             },
3385             "require": {
3386                 "laminas/laminas-zendframework-bridge": "^1.0",
3387                 "php": "^7.3 || ~8.0.0"
3388             },
3389             "replace": {
3390                 "zendframework/zendxml": "^1.2.0"
3391             },
3392             "require-dev": {
3393                 "ext-iconv": "*",
3394                 "laminas/laminas-coding-standard": "~1.0.0",
3395                 "phpunit/phpunit": "^9.4"
3396             },
3397             "type": "library",
3398             "autoload": {
3399                 "psr-4": {
3400                     "Laminas\\Xml\\": "src/"
3401                 }
3402             },
3403             "notification-url": "https://packagist.org/downloads/",
3404             "license": [
3405                 "BSD-3-Clause"
3406             ],
3407             "description": "Utility library for XML usage, best practices, and security in PHP",
3408             "homepage": "https://laminas.dev",
3409             "keywords": [
3410                 "laminas",
3411                 "security",
3412                 "xml"
3413             ],
3414             "support": {
3415                 "chat": "https://laminas.dev/chat",
3416                 "forum": "https://discourse.laminas.dev",
3417                 "issues": "https://github.com/laminas/laminas-xml/issues",
3418                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3419                 "source": "https://github.com/laminas/laminas-xml"
3420             },
3421             "funding": [
3422                 {
3423                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3424                     "type": "community_bridge"
3425                 }
3426             ],
3427             "time": "2021-02-17T22:44:58+00:00"
3428         },
3429         {
3430             "name": "laminas/laminas-xmlrpc",
3431             "version": "2.9.0",
3432             "source": {
3433                 "type": "git",
3434                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3435                 "reference": "1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc"
3436             },
3437             "dist": {
3438                 "type": "zip",
3439                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc",
3440                 "reference": "1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc",
3441                 "shasum": ""
3442             },
3443             "require": {
3444                 "laminas/laminas-http": "^2.5.4",
3445                 "laminas/laminas-math": "^2.7 || ^3.0",
3446                 "laminas/laminas-server": "^2.7",
3447                 "laminas/laminas-stdlib": "^3.2.1",
3448                 "laminas/laminas-xml": "^1.0.2",
3449                 "laminas/laminas-zendframework-bridge": "^1.0",
3450                 "php": "^5.6 || ^7.0"
3451             },
3452             "replace": {
3453                 "zendframework/zend-xmlrpc": "self.version"
3454             },
3455             "require-dev": {
3456                 "laminas/laminas-coding-standard": "~1.0.0",
3457                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
3458             },
3459             "suggest": {
3460                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3461             },
3462             "type": "library",
3463             "extra": {
3464                 "branch-alias": {
3465                     "dev-master": "2.9.x-dev",
3466                     "dev-develop": "2.10.x-dev"
3467                 }
3468             },
3469             "autoload": {
3470                 "psr-4": {
3471                     "Laminas\\XmlRpc\\": "src/"
3472                 }
3473             },
3474             "notification-url": "https://packagist.org/downloads/",
3475             "license": [
3476                 "BSD-3-Clause"
3477             ],
3478             "description": "Fully-featured XML-RPC server and client implementations",
3479             "homepage": "https://laminas.dev",
3480             "keywords": [
3481                 "laminas",
3482                 "xmlrpc"
3483             ],
3484             "support": {
3485                 "chat": "https://laminas.dev/chat",
3486                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3487                 "forum": "https://discourse.laminas.dev",
3488                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3489                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3490                 "source": "https://github.com/laminas/laminas-xmlrpc"
3491             },
3492             "time": "2019-12-31T18:07:12+00:00"
3493         },
3494         {
3495             "name": "laminas/laminas-zendframework-bridge",
3496             "version": "1.2.0",
3497             "source": {
3498                 "type": "git",
3499                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3500                 "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
3501             },
3502             "dist": {
3503                 "type": "zip",
3504                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
3505                 "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
3506                 "shasum": ""
3507             },
3508             "require": {
3509                 "php": "^7.3 || ^8.0"
3510             },
3511             "require-dev": {
3512                 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
3513                 "psalm/plugin-phpunit": "^0.15.1",
3514                 "squizlabs/php_codesniffer": "^3.5",
3515                 "vimeo/psalm": "^4.6"
3516             },
3517             "type": "library",
3518             "extra": {
3519                 "laminas": {
3520                     "module": "Laminas\\ZendFrameworkBridge"
3521                 }
3522             },
3523             "autoload": {
3524                 "files": [
3525                     "src/autoload.php"
3526                 ],
3527                 "psr-4": {
3528                     "Laminas\\ZendFrameworkBridge\\": "src//"
3529                 }
3530             },
3531             "notification-url": "https://packagist.org/downloads/",
3532             "license": [
3533                 "BSD-3-Clause"
3534             ],
3535             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3536             "keywords": [
3537                 "ZendFramework",
3538                 "autoloading",
3539                 "laminas",
3540                 "zf"
3541             ],
3542             "support": {
3543                 "forum": "https://discourse.laminas.dev/",
3544                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3545                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3546                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3547             },
3548             "funding": [
3549                 {
3550                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3551                     "type": "community_bridge"
3552                 }
3553             ],
3554             "time": "2021-02-25T21:54:58+00:00"
3555         },
3556         {
3557             "name": "lcobucci/jwt",
3558             "version": "dev-342php8",
3559             "source": {
3560                 "type": "git",
3561                 "url": "https://github.com/openemr/jwt.git",
3562                 "reference": "1b63d35e92f3101a43b340cd946d58d6d6a17ee7"
3563             },
3564             "dist": {
3565                 "type": "zip",
3566                 "url": "https://api.github.com/repos/openemr/jwt/zipball/1b63d35e92f3101a43b340cd946d58d6d6a17ee7",
3567                 "reference": "1b63d35e92f3101a43b340cd946d58d6d6a17ee7",
3568                 "shasum": ""
3569             },
3570             "require": {
3571                 "ext-mbstring": "*",
3572                 "ext-openssl": "*",
3573                 "php": "^5.6 || ^7.0"
3574             },
3575             "require-dev": {
3576                 "mikey179/vfsstream": "~1.5",
3577                 "phpmd/phpmd": "~2.2",
3578                 "phpunit/php-invoker": "~1.1",
3579                 "phpunit/phpunit": "^5.7 || ^7.3",
3580                 "squizlabs/php_codesniffer": "~2.3"
3581             },
3582             "suggest": {
3583                 "lcobucci/clock": "*"
3584             },
3585             "type": "library",
3586             "extra": {
3587                 "branch-alias": {
3588                     "dev-master": "3.1-dev"
3589                 }
3590             },
3591             "autoload": {
3592                 "psr-4": {
3593                     "Lcobucci\\JWT\\": "src"
3594                 },
3595                 "files": [
3596                     "compat/class-aliases.php",
3597                     "compat/json-exception-polyfill.php",
3598                     "compat/lcobucci-clock-polyfill.php"
3599                 ]
3600             },
3601             "autoload-dev": {
3602                 "psr-4": {
3603                     "Lcobucci\\JWT\\": [
3604                         "test/unit",
3605                         "test/functional"
3606                     ]
3607                 }
3608             },
3609             "license": [
3610                 "BSD-3-Clause"
3611             ],
3612             "authors": [
3613                 {
3614                     "name": "Luís Otávio Cobucci Oblonczyk",
3615                     "email": "lcobucci@gmail.com",
3616                     "role": "Developer"
3617                 }
3618             ],
3619             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3620             "keywords": [
3621                 "JWS",
3622                 "JWT"
3623             ],
3624             "support": {
3625                 "source": "https://github.com/openemr/jwt/tree/342php8"
3626             },
3627             "funding": [
3628                 {
3629                     "type": "github",
3630                     "url": "https://github.com/lcobucci"
3631                 },
3632                 {
3633                     "type": "patreon",
3634                     "url": "https://www.patreon.com/lcobucci"
3635                 }
3636             ],
3637             "time": "2020-12-23T02:02:24+00:00"
3638         },
3639         {
3640             "name": "league/event",
3641             "version": "2.2.0",
3642             "source": {
3643                 "type": "git",
3644                 "url": "https://github.com/thephpleague/event.git",
3645                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3646             },
3647             "dist": {
3648                 "type": "zip",
3649                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3650                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3651                 "shasum": ""
3652             },
3653             "require": {
3654                 "php": ">=5.4.0"
3655             },
3656             "require-dev": {
3657                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3658                 "phpspec/phpspec": "^2.2"
3659             },
3660             "type": "library",
3661             "extra": {
3662                 "branch-alias": {
3663                     "dev-master": "2.2-dev"
3664                 }
3665             },
3666             "autoload": {
3667                 "psr-4": {
3668                     "League\\Event\\": "src/"
3669                 }
3670             },
3671             "notification-url": "https://packagist.org/downloads/",
3672             "license": [
3673                 "MIT"
3674             ],
3675             "authors": [
3676                 {
3677                     "name": "Frank de Jonge",
3678                     "email": "info@frenky.net"
3679                 }
3680             ],
3681             "description": "Event package",
3682             "keywords": [
3683                 "emitter",
3684                 "event",
3685                 "listener"
3686             ],
3687             "support": {
3688                 "issues": "https://github.com/thephpleague/event/issues",
3689                 "source": "https://github.com/thephpleague/event/tree/master"
3690             },
3691             "time": "2018-11-26T11:52:41+00:00"
3692         },
3693         {
3694             "name": "league/oauth2-server",
3695             "version": "8.2.4",
3696             "source": {
3697                 "type": "git",
3698                 "url": "https://github.com/thephpleague/oauth2-server.git",
3699                 "reference": "622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c"
3700             },
3701             "dist": {
3702                 "type": "zip",
3703                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c",
3704                 "reference": "622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c",
3705                 "shasum": ""
3706             },
3707             "require": {
3708                 "defuse/php-encryption": "^2.2.1",
3709                 "ext-json": "*",
3710                 "ext-openssl": "*",
3711                 "lcobucci/jwt": "^3.4 || ^4.0",
3712                 "league/event": "^2.2",
3713                 "php": "^7.2 || ^8.0",
3714                 "psr/http-message": "^1.0.1"
3715             },
3716             "replace": {
3717                 "league/oauth2server": "*",
3718                 "lncd/oauth2": "*"
3719             },
3720             "require-dev": {
3721                 "laminas/laminas-diactoros": "^2.4.1",
3722                 "phpstan/phpstan": "^0.12.57",
3723                 "phpstan/phpstan-phpunit": "^0.12.16",
3724                 "phpunit/phpunit": "^8.5.13",
3725                 "roave/security-advisories": "dev-master"
3726             },
3727             "type": "library",
3728             "autoload": {
3729                 "psr-4": {
3730                     "League\\OAuth2\\Server\\": "src/"
3731                 }
3732             },
3733             "notification-url": "https://packagist.org/downloads/",
3734             "license": [
3735                 "MIT"
3736             ],
3737             "authors": [
3738                 {
3739                     "name": "Alex Bilbie",
3740                     "email": "hello@alexbilbie.com",
3741                     "homepage": "http://www.alexbilbie.com",
3742                     "role": "Developer"
3743                 },
3744                 {
3745                     "name": "Andy Millington",
3746                     "email": "andrew@noexceptions.io",
3747                     "homepage": "https://www.noexceptions.io",
3748                     "role": "Developer"
3749                 }
3750             ],
3751             "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
3752             "homepage": "https://oauth2.thephpleague.com/",
3753             "keywords": [
3754                 "Authentication",
3755                 "api",
3756                 "auth",
3757                 "authorisation",
3758                 "authorization",
3759                 "oauth",
3760                 "oauth 2",
3761                 "oauth 2.0",
3762                 "oauth2",
3763                 "protect",
3764                 "resource",
3765                 "secure",
3766                 "server"
3767             ],
3768             "support": {
3769                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
3770                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.2.4"
3771             },
3772             "funding": [
3773                 {
3774                     "url": "https://github.com/sephster",
3775                     "type": "github"
3776                 }
3777             ],
3778             "time": "2020-12-10T11:35:44+00:00"
3779         },
3780         {
3781             "name": "league/omnipay",
3782             "version": "v3.1.0",
3783             "source": {
3784                 "type": "git",
3785                 "url": "https://github.com/thephpleague/omnipay.git",
3786                 "reference": "1ba7c8a3312cf2342458b99c9e5b86eaae44aed2"
3787             },
3788             "dist": {
3789                 "type": "zip",
3790                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/1ba7c8a3312cf2342458b99c9e5b86eaae44aed2",
3791                 "reference": "1ba7c8a3312cf2342458b99c9e5b86eaae44aed2",
3792                 "shasum": ""
3793             },
3794             "require": {
3795                 "omnipay/common": "^3",
3796                 "php": "^7.2",
3797                 "php-http/discovery": "^1.12",
3798                 "php-http/guzzle7-adapter": "^0.1"
3799             },
3800             "require-dev": {
3801                 "omnipay/tests": "^3"
3802             },
3803             "type": "metapackage",
3804             "extra": {
3805                 "branch-alias": {
3806                     "dev-master": "3.1.x-dev"
3807                 }
3808             },
3809             "notification-url": "https://packagist.org/downloads/",
3810             "license": [
3811                 "MIT"
3812             ],
3813             "authors": [
3814                 {
3815                     "name": "Adrian Macneil",
3816                     "email": "adrian@adrianmacneil.com"
3817                 },
3818                 {
3819                     "name": "Barry vd. Heuvel",
3820                     "email": "barryvdh@gmail.com"
3821                 }
3822             ],
3823             "description": "Omnipay payment processing library",
3824             "homepage": "https://omnipay.thephpleague.com/",
3825             "keywords": [
3826                 "checkout",
3827                 "creditcard",
3828                 "omnipay",
3829                 "payment"
3830             ],
3831             "support": {
3832                 "issues": "https://github.com/thephpleague/omnipay/issues",
3833                 "source": "https://github.com/thephpleague/omnipay/tree/v3.1.0"
3834             },
3835             "time": "2020-09-22T14:02:17+00:00"
3836         },
3837         {
3838             "name": "maennchen/zipstream-php",
3839             "version": "2.1.0",
3840             "source": {
3841                 "type": "git",
3842                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
3843                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
3844             },
3845             "dist": {
3846                 "type": "zip",
3847                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
3848                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
3849                 "shasum": ""
3850             },
3851             "require": {
3852                 "myclabs/php-enum": "^1.5",
3853                 "php": ">= 7.1",
3854                 "psr/http-message": "^1.0",
3855                 "symfony/polyfill-mbstring": "^1.0"
3856             },
3857             "require-dev": {
3858                 "ext-zip": "*",
3859                 "guzzlehttp/guzzle": ">= 6.3",
3860                 "mikey179/vfsstream": "^1.6",
3861                 "phpunit/phpunit": ">= 7.5"
3862             },
3863             "type": "library",
3864             "autoload": {
3865                 "psr-4": {
3866                     "ZipStream\\": "src/"
3867                 }
3868             },
3869             "notification-url": "https://packagist.org/downloads/",
3870             "license": [
3871                 "MIT"
3872             ],
3873             "authors": [
3874                 {
3875                     "name": "Paul Duncan",
3876                     "email": "pabs@pablotron.org"
3877                 },
3878                 {
3879                     "name": "Jonatan Männchen",
3880                     "email": "jonatan@maennchen.ch"
3881                 },
3882                 {
3883                     "name": "Jesse Donat",
3884                     "email": "donatj@gmail.com"
3885                 },
3886                 {
3887                     "name": "András Kolesár",
3888                     "email": "kolesar@kolesar.hu"
3889                 }
3890             ],
3891             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
3892             "keywords": [
3893                 "stream",
3894                 "zip"
3895             ],
3896             "support": {
3897                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
3898                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
3899             },
3900             "funding": [
3901                 {
3902                     "url": "https://opencollective.com/zipstream",
3903                     "type": "open_collective"
3904                 }
3905             ],
3906             "time": "2020-05-30T13:11:16+00:00"
3907         },
3908         {
3909             "name": "markbaker/complex",
3910             "version": "2.0.0",
3911             "source": {
3912                 "type": "git",
3913                 "url": "https://github.com/MarkBaker/PHPComplex.git",
3914                 "reference": "9999f1432fae467bc93c53f357105b4c31bb994c"
3915             },
3916             "dist": {
3917                 "type": "zip",
3918                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c",
3919                 "reference": "9999f1432fae467bc93c53f357105b4c31bb994c",
3920                 "shasum": ""
3921             },
3922             "require": {
3923                 "php": "^7.2 || ^8.0"
3924             },
3925             "require-dev": {
3926                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3927                 "phpcompatibility/php-compatibility": "^9.0",
3928                 "phpdocumentor/phpdocumentor": "2.*",
3929                 "phploc/phploc": "^4.0",
3930                 "phpmd/phpmd": "2.*",
3931                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
3932                 "sebastian/phpcpd": "^4.0",
3933                 "squizlabs/php_codesniffer": "^3.4"
3934             },
3935             "type": "library",
3936             "autoload": {
3937                 "psr-4": {
3938                     "Complex\\": "classes/src/"
3939                 },
3940                 "files": [
3941                     "classes/src/functions/abs.php",
3942                     "classes/src/functions/acos.php",
3943                     "classes/src/functions/acosh.php",
3944                     "classes/src/functions/acot.php",
3945                     "classes/src/functions/acoth.php",
3946                     "classes/src/functions/acsc.php",
3947                     "classes/src/functions/acsch.php",
3948                     "classes/src/functions/argument.php",
3949                     "classes/src/functions/asec.php",
3950                     "classes/src/functions/asech.php",
3951                     "classes/src/functions/asin.php",
3952                     "classes/src/functions/asinh.php",
3953                     "classes/src/functions/atan.php",
3954                     "classes/src/functions/atanh.php",
3955                     "classes/src/functions/conjugate.php",
3956                     "classes/src/functions/cos.php",
3957                     "classes/src/functions/cosh.php",
3958                     "classes/src/functions/cot.php",
3959                     "classes/src/functions/coth.php",
3960                     "classes/src/functions/csc.php",
3961                     "classes/src/functions/csch.php",
3962                     "classes/src/functions/exp.php",
3963                     "classes/src/functions/inverse.php",
3964                     "classes/src/functions/ln.php",
3965                     "classes/src/functions/log2.php",
3966                     "classes/src/functions/log10.php",
3967                     "classes/src/functions/negative.php",
3968                     "classes/src/functions/pow.php",
3969                     "classes/src/functions/rho.php",
3970                     "classes/src/functions/sec.php",
3971                     "classes/src/functions/sech.php",
3972                     "classes/src/functions/sin.php",
3973                     "classes/src/functions/sinh.php",
3974                     "classes/src/functions/sqrt.php",
3975                     "classes/src/functions/tan.php",
3976                     "classes/src/functions/tanh.php",
3977                     "classes/src/functions/theta.php",
3978                     "classes/src/operations/add.php",
3979                     "classes/src/operations/subtract.php",
3980                     "classes/src/operations/multiply.php",
3981                     "classes/src/operations/divideby.php",
3982                     "classes/src/operations/divideinto.php"
3983                 ]
3984             },
3985             "notification-url": "https://packagist.org/downloads/",
3986             "license": [
3987                 "MIT"
3988             ],
3989             "authors": [
3990                 {
3991                     "name": "Mark Baker",
3992                     "email": "mark@lange.demon.co.uk"
3993                 }
3994             ],
3995             "description": "PHP Class for working with complex numbers",
3996             "homepage": "https://github.com/MarkBaker/PHPComplex",
3997             "keywords": [
3998                 "complex",
3999                 "mathematics"
4000             ],
4001             "support": {
4002                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4003                 "source": "https://github.com/MarkBaker/PHPComplex/tree/PHP8"
4004             },
4005             "time": "2020-08-26T10:42:07+00:00"
4006         },
4007         {
4008             "name": "markbaker/matrix",
4009             "version": "2.1.2",
4010             "source": {
4011                 "type": "git",
4012                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4013                 "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a"
4014             },
4015             "dist": {
4016                 "type": "zip",
4017                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/361c0f545c3172ee26c3d596a0aa03f0cef65e6a",
4018                 "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a",
4019                 "shasum": ""
4020             },
4021             "require": {
4022                 "php": "^7.1 || ^8.0"
4023             },
4024             "require-dev": {
4025                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4026                 "phpcompatibility/php-compatibility": "^9.0",
4027                 "phpdocumentor/phpdocumentor": "2.*",
4028                 "phploc/phploc": "^4.0",
4029                 "phpmd/phpmd": "2.*",
4030                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
4031                 "sebastian/phpcpd": "^4.0",
4032                 "squizlabs/php_codesniffer": "^3.4"
4033             },
4034             "type": "library",
4035             "autoload": {
4036                 "psr-4": {
4037                     "Matrix\\": "classes/src/"
4038                 },
4039                 "files": [
4040                     "classes/src/Functions/adjoint.php",
4041                     "classes/src/Functions/antidiagonal.php",
4042                     "classes/src/Functions/cofactors.php",
4043                     "classes/src/Functions/determinant.php",
4044                     "classes/src/Functions/diagonal.php",
4045                     "classes/src/Functions/identity.php",
4046                     "classes/src/Functions/inverse.php",
4047                     "classes/src/Functions/minors.php",
4048                     "classes/src/Functions/trace.php",
4049                     "classes/src/Functions/transpose.php",
4050                     "classes/src/Operations/add.php",
4051                     "classes/src/Operations/directsum.php",
4052                     "classes/src/Operations/subtract.php",
4053                     "classes/src/Operations/multiply.php",
4054                     "classes/src/Operations/divideby.php",
4055                     "classes/src/Operations/divideinto.php"
4056                 ]
4057             },
4058             "notification-url": "https://packagist.org/downloads/",
4059             "license": [
4060                 "MIT"
4061             ],
4062             "authors": [
4063                 {
4064                     "name": "Mark Baker",
4065                     "email": "mark@demon-angel.eu"
4066                 }
4067             ],
4068             "description": "PHP Class for working with matrices",
4069             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4070             "keywords": [
4071                 "mathematics",
4072                 "matrix",
4073                 "vector"
4074             ],
4075             "support": {
4076                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4077                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.2"
4078             },
4079             "time": "2021-01-23T16:37:31+00:00"
4080         },
4081         {
4082             "name": "mobiledetect/mobiledetectlib",
4083             "version": "2.8.34",
4084             "source": {
4085                 "type": "git",
4086                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4087                 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
4088             },
4089             "dist": {
4090                 "type": "zip",
4091                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
4092                 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
4093                 "shasum": ""
4094             },
4095             "require": {
4096                 "php": ">=5.0.0"
4097             },
4098             "require-dev": {
4099                 "phpunit/phpunit": "~4.8.35||~5.7"
4100             },
4101             "type": "library",
4102             "autoload": {
4103                 "classmap": [
4104                     "Mobile_Detect.php"
4105                 ],
4106                 "psr-0": {
4107                     "Detection": "namespaced/"
4108                 }
4109             },
4110             "notification-url": "https://packagist.org/downloads/",
4111             "license": [
4112                 "MIT"
4113             ],
4114             "authors": [
4115                 {
4116                     "name": "Serban Ghita",
4117                     "email": "serbanghita@gmail.com",
4118                     "homepage": "http://mobiledetect.net",
4119                     "role": "Developer"
4120                 }
4121             ],
4122             "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.",
4123             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4124             "keywords": [
4125                 "detect mobile devices",
4126                 "mobile",
4127                 "mobile detect",
4128                 "mobile detector",
4129                 "php mobile detect"
4130             ],
4131             "support": {
4132                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4133                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.34"
4134             },
4135             "time": "2019-09-18T18:44:20+00:00"
4136         },
4137         {
4138             "name": "moneyphp/money",
4139             "version": "v3.3.1",
4140             "source": {
4141                 "type": "git",
4142                 "url": "https://github.com/moneyphp/money.git",
4143                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
4144             },
4145             "dist": {
4146                 "type": "zip",
4147                 "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
4148                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
4149                 "shasum": ""
4150             },
4151             "require": {
4152                 "ext-json": "*",
4153                 "php": ">=5.6"
4154             },
4155             "require-dev": {
4156                 "cache/taggable-cache": "^0.4.0",
4157                 "doctrine/instantiator": "^1.0.5",
4158                 "ext-bcmath": "*",
4159                 "ext-gmp": "*",
4160                 "ext-intl": "*",
4161                 "florianv/exchanger": "^1.0",
4162                 "florianv/swap": "^3.0",
4163                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4164                 "moneyphp/iso-currencies": "^3.2.1",
4165                 "php-http/message": "^1.4",
4166                 "php-http/mock-client": "^1.0.0",
4167                 "phpspec/phpspec": "^3.4.3",
4168                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4169                 "psr/cache": "^1.0",
4170                 "symfony/phpunit-bridge": "^4"
4171             },
4172             "suggest": {
4173                 "ext-bcmath": "Calculate without integer limits",
4174                 "ext-gmp": "Calculate without integer limits",
4175                 "ext-intl": "Format Money objects with intl",
4176                 "florianv/exchanger": "Exchange rates library for PHP",
4177                 "florianv/swap": "Exchange rates library for PHP",
4178                 "psr/cache-implementation": "Used for Currency caching"
4179             },
4180             "type": "library",
4181             "extra": {
4182                 "branch-alias": {
4183                     "dev-master": "3.x-dev"
4184                 }
4185             },
4186             "autoload": {
4187                 "psr-4": {
4188                     "Money\\": "src/"
4189                 }
4190             },
4191             "notification-url": "https://packagist.org/downloads/",
4192             "license": [
4193                 "MIT"
4194             ],
4195             "authors": [
4196                 {
4197                     "name": "Mathias Verraes",
4198                     "email": "mathias@verraes.net",
4199                     "homepage": "http://verraes.net"
4200                 },
4201                 {
4202                     "name": "Márk Sági-Kazár",
4203                     "email": "mark.sagikazar@gmail.com"
4204                 },
4205                 {
4206                     "name": "Frederik Bosch",
4207                     "email": "f.bosch@genkgo.nl"
4208                 }
4209             ],
4210             "description": "PHP implementation of Fowler's Money pattern",
4211             "homepage": "http://moneyphp.org",
4212             "keywords": [
4213                 "Value Object",
4214                 "money",
4215                 "vo"
4216             ],
4217             "support": {
4218                 "issues": "https://github.com/moneyphp/money/issues",
4219                 "source": "https://github.com/moneyphp/money/tree/master"
4220             },
4221             "time": "2020-03-18T17:49:59+00:00"
4222         },
4223         {
4224             "name": "monolog/monolog",
4225             "version": "2.1.1",
4226             "source": {
4227                 "type": "git",
4228                 "url": "https://github.com/Seldaek/monolog.git",
4229                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
4230             },
4231             "dist": {
4232                 "type": "zip",
4233                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
4234                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
4235                 "shasum": ""
4236             },
4237             "require": {
4238                 "php": ">=7.2",
4239                 "psr/log": "^1.0.1"
4240             },
4241             "provide": {
4242                 "psr/log-implementation": "1.0.0"
4243             },
4244             "require-dev": {
4245                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4246                 "doctrine/couchdb": "~1.0@dev",
4247                 "elasticsearch/elasticsearch": "^6.0",
4248                 "graylog2/gelf-php": "^1.4.2",
4249                 "php-amqplib/php-amqplib": "~2.4",
4250                 "php-console/php-console": "^3.1.3",
4251                 "php-parallel-lint/php-parallel-lint": "^1.0",
4252                 "phpspec/prophecy": "^1.6.1",
4253                 "phpunit/phpunit": "^8.5",
4254                 "predis/predis": "^1.1",
4255                 "rollbar/rollbar": "^1.3",
4256                 "ruflin/elastica": ">=0.90 <3.0",
4257                 "swiftmailer/swiftmailer": "^5.3|^6.0"
4258             },
4259             "suggest": {
4260                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4261                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4262                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4263                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4264                 "ext-mbstring": "Allow to work properly with unicode symbols",
4265                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4266                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4267                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4268                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4269                 "php-console/php-console": "Allow sending log messages to Google Chrome",
4270                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4271                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4272             },
4273             "type": "library",
4274             "extra": {
4275                 "branch-alias": {
4276                     "dev-master": "2.x-dev"
4277                 }
4278             },
4279             "autoload": {
4280                 "psr-4": {
4281                     "Monolog\\": "src/Monolog"
4282                 }
4283             },
4284             "notification-url": "https://packagist.org/downloads/",
4285             "license": [
4286                 "MIT"
4287             ],
4288             "authors": [
4289                 {
4290                     "name": "Jordi Boggiano",
4291                     "email": "j.boggiano@seld.be",
4292                     "homepage": "http://seld.be"
4293                 }
4294             ],
4295             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4296             "homepage": "http://github.com/Seldaek/monolog",
4297             "keywords": [
4298                 "log",
4299                 "logging",
4300                 "psr-3"
4301             ],
4302             "support": {
4303                 "issues": "https://github.com/Seldaek/monolog/issues",
4304                 "source": "https://github.com/Seldaek/monolog/tree/2.1.1"
4305             },
4306             "funding": [
4307                 {
4308                     "url": "https://github.com/Seldaek",
4309                     "type": "github"
4310                 },
4311                 {
4312                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4313                     "type": "tidelift"
4314                 }
4315             ],
4316             "time": "2020-07-23T08:41:23+00:00"
4317         },
4318         {
4319             "name": "mpdf/mpdf",
4320             "version": "v8.0.7",
4321             "source": {
4322                 "type": "git",
4323                 "url": "https://github.com/mpdf/mpdf.git",
4324                 "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd"
4325             },
4326             "dist": {
4327                 "type": "zip",
4328                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7daf07f15334ed59a276bd52131dcca48794cdbd",
4329                 "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd",
4330                 "shasum": ""
4331             },
4332             "require": {
4333                 "ext-gd": "*",
4334                 "ext-mbstring": "*",
4335                 "myclabs/deep-copy": "^1.7",
4336                 "paragonie/random_compat": "^1.4|^2.0|9.99.99",
4337                 "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
4338                 "psr/log": "^1.0",
4339                 "setasign/fpdi": "^2.1"
4340             },
4341             "require-dev": {
4342                 "mockery/mockery": "^0.9.5",
4343                 "mpdf/qrcode": "^1.0.0",
4344                 "phpunit/phpunit": "^5.0",
4345                 "squizlabs/php_codesniffer": "^3.5.0",
4346                 "tracy/tracy": "^2.4"
4347             },
4348             "suggest": {
4349                 "ext-bcmath": "Needed for generation of some types of barcodes",
4350                 "ext-xml": "Needed mainly for SVG manipulation",
4351                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4352             },
4353             "type": "library",
4354             "extra": {
4355                 "branch-alias": {
4356                     "dev-development": "7.x-dev"
4357                 }
4358             },
4359             "autoload": {
4360                 "psr-4": {
4361                     "Mpdf\\": "src/"
4362                 }
4363             },
4364             "notification-url": "https://packagist.org/downloads/",
4365             "license": [
4366                 "GPL-2.0-only"
4367             ],
4368             "authors": [
4369                 {
4370                     "name": "Matěj Humpál",
4371                     "role": "Developer, maintainer"
4372                 },
4373                 {
4374                     "name": "Ian Back",
4375                     "role": "Developer (retired)"
4376                 }
4377             ],
4378             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4379             "homepage": "https://mpdf.github.io",
4380             "keywords": [
4381                 "pdf",
4382                 "php",
4383                 "utf-8"
4384             ],
4385             "support": {
4386                 "docs": "http://mpdf.github.io",
4387                 "issues": "https://github.com/mpdf/mpdf/issues",
4388                 "source": "https://github.com/mpdf/mpdf"
4389             },
4390             "funding": [
4391                 {
4392                     "url": "https://www.paypal.me/mpdf",
4393                     "type": "custom"
4394                 }
4395             ],
4396             "time": "2020-07-15T09:48:00+00:00"
4397         },
4398         {
4399             "name": "myclabs/deep-copy",
4400             "version": "1.10.2",
4401             "source": {
4402                 "type": "git",
4403                 "url": "https://github.com/myclabs/DeepCopy.git",
4404                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
4405             },
4406             "dist": {
4407                 "type": "zip",
4408                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
4409                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
4410                 "shasum": ""
4411             },
4412             "require": {
4413                 "php": "^7.1 || ^8.0"
4414             },
4415             "replace": {
4416                 "myclabs/deep-copy": "self.version"
4417             },
4418             "require-dev": {
4419                 "doctrine/collections": "^1.0",
4420                 "doctrine/common": "^2.6",
4421                 "phpunit/phpunit": "^7.1"
4422             },
4423             "type": "library",
4424             "autoload": {
4425                 "psr-4": {
4426                     "DeepCopy\\": "src/DeepCopy/"
4427                 },
4428                 "files": [
4429                     "src/DeepCopy/deep_copy.php"
4430                 ]
4431             },
4432             "notification-url": "https://packagist.org/downloads/",
4433             "license": [
4434                 "MIT"
4435             ],
4436             "description": "Create deep copies (clones) of your objects",
4437             "keywords": [
4438                 "clone",
4439                 "copy",
4440                 "duplicate",
4441                 "object",
4442                 "object graph"
4443             ],
4444             "support": {
4445                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4446                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
4447             },
4448             "funding": [
4449                 {
4450                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4451                     "type": "tidelift"
4452                 }
4453             ],
4454             "time": "2020-11-13T09:40:50+00:00"
4455         },
4456         {
4457             "name": "myclabs/php-enum",
4458             "version": "1.8.0",
4459             "source": {
4460                 "type": "git",
4461                 "url": "https://github.com/myclabs/php-enum.git",
4462                 "reference": "46cf3d8498b095bd33727b13fd5707263af99421"
4463             },
4464             "dist": {
4465                 "type": "zip",
4466                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421",
4467                 "reference": "46cf3d8498b095bd33727b13fd5707263af99421",
4468                 "shasum": ""
4469             },
4470             "require": {
4471                 "ext-json": "*",
4472                 "php": "^7.3 || ^8.0"
4473             },
4474             "require-dev": {
4475                 "phpunit/phpunit": "^9.5",
4476                 "squizlabs/php_codesniffer": "1.*",
4477                 "vimeo/psalm": "^4.5.1"
4478             },
4479             "type": "library",
4480             "autoload": {
4481                 "psr-4": {
4482                     "MyCLabs\\Enum\\": "src/"
4483                 }
4484             },
4485             "notification-url": "https://packagist.org/downloads/",
4486             "license": [
4487                 "MIT"
4488             ],
4489             "authors": [
4490                 {
4491                     "name": "PHP Enum contributors",
4492                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4493                 }
4494             ],
4495             "description": "PHP Enum implementation",
4496             "homepage": "http://github.com/myclabs/php-enum",
4497             "keywords": [
4498                 "enum"
4499             ],
4500             "support": {
4501                 "issues": "https://github.com/myclabs/php-enum/issues",
4502                 "source": "https://github.com/myclabs/php-enum/tree/1.8.0"
4503             },
4504             "funding": [
4505                 {
4506                     "url": "https://github.com/mnapoli",
4507                     "type": "github"
4508                 },
4509                 {
4510                     "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
4511                     "type": "tidelift"
4512                 }
4513             ],
4514             "time": "2021-02-15T16:11:48+00:00"
4515         },
4516         {
4517             "name": "nikic/php-parser",
4518             "version": "v4.10.4",
4519             "source": {
4520                 "type": "git",
4521                 "url": "https://github.com/nikic/PHP-Parser.git",
4522                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
4523             },
4524             "dist": {
4525                 "type": "zip",
4526                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
4527                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
4528                 "shasum": ""
4529             },
4530             "require": {
4531                 "ext-tokenizer": "*",
4532                 "php": ">=7.0"
4533             },
4534             "require-dev": {
4535                 "ircmaxell/php-yacc": "^0.0.7",
4536                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4537             },
4538             "bin": [
4539                 "bin/php-parse"
4540             ],
4541             "type": "library",
4542             "extra": {
4543                 "branch-alias": {
4544                     "dev-master": "4.9-dev"
4545                 }
4546             },
4547             "autoload": {
4548                 "psr-4": {
4549                     "PhpParser\\": "lib/PhpParser"
4550                 }
4551             },
4552             "notification-url": "https://packagist.org/downloads/",
4553             "license": [
4554                 "BSD-3-Clause"
4555             ],
4556             "authors": [
4557                 {
4558                     "name": "Nikita Popov"
4559                 }
4560             ],
4561             "description": "A PHP parser written in PHP",
4562             "keywords": [
4563                 "parser",
4564                 "php"
4565             ],
4566             "support": {
4567                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4568                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
4569             },
4570             "time": "2020-12-20T10:01:03+00:00"
4571         },
4572         {
4573             "name": "nyholm/psr7",
4574             "version": "1.3.2",
4575             "source": {
4576                 "type": "git",
4577                 "url": "https://github.com/Nyholm/psr7.git",
4578                 "reference": "a272953743c454ac4af9626634daaf5ab3ce1173"
4579             },
4580             "dist": {
4581                 "type": "zip",
4582                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a272953743c454ac4af9626634daaf5ab3ce1173",
4583                 "reference": "a272953743c454ac4af9626634daaf5ab3ce1173",
4584                 "shasum": ""
4585             },
4586             "require": {
4587                 "php": ">=7.1",
4588                 "php-http/message-factory": "^1.0",
4589                 "psr/http-factory": "^1.0",
4590                 "psr/http-message": "^1.0"
4591             },
4592             "provide": {
4593                 "psr/http-factory-implementation": "1.0",
4594                 "psr/http-message-implementation": "1.0"
4595             },
4596             "require-dev": {
4597                 "http-interop/http-factory-tests": "^0.8",
4598                 "php-http/psr7-integration-tests": "^1.0",
4599                 "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
4600                 "symfony/error-handler": "^4.4"
4601             },
4602             "type": "library",
4603             "extra": {
4604                 "branch-alias": {
4605                     "dev-master": "1.0-dev"
4606                 }
4607             },
4608             "autoload": {
4609                 "psr-4": {
4610                     "Nyholm\\Psr7\\": "src/"
4611                 }
4612             },
4613             "notification-url": "https://packagist.org/downloads/",
4614             "license": [
4615                 "MIT"
4616             ],
4617             "authors": [
4618                 {
4619                     "name": "Tobias Nyholm",
4620                     "email": "tobias.nyholm@gmail.com"
4621                 },
4622                 {
4623                     "name": "Martijn van der Ven",
4624                     "email": "martijn@vanderven.se"
4625                 }
4626             ],
4627             "description": "A fast PHP7 implementation of PSR-7",
4628             "homepage": "https://tnyholm.se",
4629             "keywords": [
4630                 "psr-17",
4631                 "psr-7"
4632             ],
4633             "support": {
4634                 "issues": "https://github.com/Nyholm/psr7/issues",
4635                 "source": "https://github.com/Nyholm/psr7/tree/1.3.2"
4636             },
4637             "funding": [
4638                 {
4639                     "url": "https://github.com/Zegnat",
4640                     "type": "github"
4641                 },
4642                 {
4643                     "url": "https://github.com/nyholm",
4644                     "type": "github"
4645                 }
4646             ],
4647             "time": "2020-11-14T17:35:34+00:00"
4648         },
4649         {
4650             "name": "nyholm/psr7-server",
4651             "version": "1.0.1",
4652             "source": {
4653                 "type": "git",
4654                 "url": "https://github.com/Nyholm/psr7-server.git",
4655                 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96"
4656             },
4657             "dist": {
4658                 "type": "zip",
4659                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/5c134aeb5dd6521c7978798663470dabf0528c96",
4660                 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96",
4661                 "shasum": ""
4662             },
4663             "require": {
4664                 "php": "^7.1 || ^8.0",
4665                 "psr/http-factory": "^1.0",
4666                 "psr/http-message": "^1.0"
4667             },
4668             "require-dev": {
4669                 "nyholm/nsa": "^1.1",
4670                 "nyholm/psr7": "^1.3",
4671                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
4672             },
4673             "type": "library",
4674             "autoload": {
4675                 "psr-4": {
4676                     "Nyholm\\Psr7Server\\": "src/"
4677                 }
4678             },
4679             "notification-url": "https://packagist.org/downloads/",
4680             "license": [
4681                 "MIT"
4682             ],
4683             "authors": [
4684                 {
4685                     "name": "Tobias Nyholm",
4686                     "email": "tobias.nyholm@gmail.com"
4687                 },
4688                 {
4689                     "name": "Martijn van der Ven",
4690                     "email": "martijn@vanderven.se"
4691                 }
4692             ],
4693             "description": "Helper classes to handle PSR-7 server requests",
4694             "homepage": "http://tnyholm.se",
4695             "keywords": [
4696                 "psr-17",
4697                 "psr-7"
4698             ],
4699             "support": {
4700                 "issues": "https://github.com/Nyholm/psr7-server/issues",
4701                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.1"
4702             },
4703             "funding": [
4704                 {
4705                     "url": "https://github.com/Zegnat",
4706                     "type": "github"
4707                 },
4708                 {
4709                     "url": "https://github.com/nyholm",
4710                     "type": "github"
4711                 }
4712             ],
4713             "time": "2020-11-15T15:26:20+00:00"
4714         },
4715         {
4716             "name": "omnipay/common",
4717             "version": "v3.0.5",
4718             "source": {
4719                 "type": "git",
4720                 "url": "https://github.com/thephpleague/omnipay-common.git",
4721                 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2"
4722             },
4723             "dist": {
4724                 "type": "zip",
4725                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
4726                 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
4727                 "shasum": ""
4728             },
4729             "require": {
4730                 "moneyphp/money": "^3.1",
4731                 "php": "^5.6|^7",
4732                 "php-http/client-implementation": "^1",
4733                 "php-http/discovery": "^1.2.1",
4734                 "php-http/message": "^1.5",
4735                 "symfony/http-foundation": "^2.1|^3|^4|^5"
4736             },
4737             "require-dev": {
4738                 "omnipay/tests": "^3",
4739                 "php-http/mock-client": "^1",
4740                 "phpro/grumphp": "^0.14",
4741                 "squizlabs/php_codesniffer": "^3.5"
4742             },
4743             "suggest": {
4744                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
4745             },
4746             "type": "library",
4747             "extra": {
4748                 "branch-alias": {
4749                     "dev-master": "3.0.x-dev"
4750                 }
4751             },
4752             "autoload": {
4753                 "psr-4": {
4754                     "Omnipay\\Common\\": "src/Common"
4755                 },
4756                 "classmap": [
4757                     "src/Omnipay.php"
4758                 ]
4759             },
4760             "notification-url": "https://packagist.org/downloads/",
4761             "license": [
4762                 "MIT"
4763             ],
4764             "authors": [
4765                 {
4766                     "name": "Adrian Macneil",
4767                     "email": "adrian@adrianmacneil.com"
4768                 },
4769                 {
4770                     "name": "Barry vd. Heuvel",
4771                     "email": "barryvdh@gmail.com"
4772                 },
4773                 {
4774                     "name": "Jason Judge",
4775                     "email": "jason.judge@consil.co.uk"
4776                 },
4777                 {
4778                     "name": "Del"
4779                 },
4780                 {
4781                     "name": "Omnipay Contributors",
4782                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
4783                 }
4784             ],
4785             "description": "Common components for Omnipay payment processing library",
4786             "homepage": "https://github.com/thephpleague/omnipay-common",
4787             "keywords": [
4788                 "gateway",
4789                 "merchant",
4790                 "omnipay",
4791                 "pay",
4792                 "payment",
4793                 "purchase"
4794             ],
4795             "support": {
4796                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
4797                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.0.5"
4798             },
4799             "time": "2020-08-20T18:22:12+00:00"
4800         },
4801         {
4802             "name": "omnipay/stripe",
4803             "version": "v3.1.0",
4804             "source": {
4805                 "type": "git",
4806                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
4807                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d"
4808             },
4809             "dist": {
4810                 "type": "zip",
4811                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/37df2a791e8feab45543125f4c5f22d5d305096d",
4812                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d",
4813                 "shasum": ""
4814             },
4815             "require": {
4816                 "omnipay/common": "^3"
4817             },
4818             "require-dev": {
4819                 "omnipay/tests": "^3",
4820                 "phpro/grumphp": "^0.14",
4821                 "squizlabs/php_codesniffer": "^3"
4822             },
4823             "type": "library",
4824             "extra": {
4825                 "branch-alias": {
4826                     "dev-master": "3.1.x-dev"
4827                 }
4828             },
4829             "autoload": {
4830                 "psr-4": {
4831                     "Omnipay\\Stripe\\": "src/"
4832                 }
4833             },
4834             "notification-url": "https://packagist.org/downloads/",
4835             "license": [
4836                 "MIT"
4837             ],
4838             "authors": [
4839                 {
4840                     "name": "Adrian Macneil",
4841                     "email": "adrian@adrianmacneil.com"
4842                 },
4843                 {
4844                     "name": "Omnipay Contributors",
4845                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
4846                 }
4847             ],
4848             "description": "Stripe driver for the Omnipay payment processing library",
4849             "homepage": "https://github.com/thephpleague/omnipay-stripe",
4850             "keywords": [
4851                 "gateway",
4852                 "merchant",
4853                 "omnipay",
4854                 "pay",
4855                 "payment",
4856                 "stripe"
4857             ],
4858             "support": {
4859                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
4860                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.1.0"
4861             },
4862             "time": "2019-08-31T10:55:06+00:00"
4863         },
4864         {
4865             "name": "paragonie/constant_time_encoding",
4866             "version": "v2.4.0",
4867             "source": {
4868                 "type": "git",
4869                 "url": "https://github.com/paragonie/constant_time_encoding.git",
4870                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
4871             },
4872             "dist": {
4873                 "type": "zip",
4874                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
4875                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
4876                 "shasum": ""
4877             },
4878             "require": {
4879                 "php": "^7|^8"
4880             },
4881             "require-dev": {
4882                 "phpunit/phpunit": "^6|^7|^8|^9",
4883                 "vimeo/psalm": "^1|^2|^3|^4"
4884             },
4885             "type": "library",
4886             "autoload": {
4887                 "psr-4": {
4888                     "ParagonIE\\ConstantTime\\": "src/"
4889                 }
4890             },
4891             "notification-url": "https://packagist.org/downloads/",
4892             "license": [
4893                 "MIT"
4894             ],
4895             "authors": [
4896                 {
4897                     "name": "Paragon Initiative Enterprises",
4898                     "email": "security@paragonie.com",
4899                     "homepage": "https://paragonie.com",
4900                     "role": "Maintainer"
4901                 },
4902                 {
4903                     "name": "Steve 'Sc00bz' Thomas",
4904                     "email": "steve@tobtu.com",
4905                     "homepage": "https://www.tobtu.com",
4906                     "role": "Original Developer"
4907                 }
4908             ],
4909             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
4910             "keywords": [
4911                 "base16",
4912                 "base32",
4913                 "base32_decode",
4914                 "base32_encode",
4915                 "base64",
4916                 "base64_decode",
4917                 "base64_encode",
4918                 "bin2hex",
4919                 "encoding",
4920                 "hex",
4921                 "hex2bin",
4922                 "rfc4648"
4923             ],
4924             "support": {
4925                 "email": "info@paragonie.com",
4926                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
4927                 "source": "https://github.com/paragonie/constant_time_encoding"
4928             },
4929             "time": "2020-12-06T15:14:20+00:00"
4930         },
4931         {
4932             "name": "paragonie/multi-factor",
4933             "version": "v0.2.2",
4934             "source": {
4935                 "type": "git",
4936                 "url": "https://github.com/paragonie/multi_factor.git",
4937                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6"
4938             },
4939             "dist": {
4940                 "type": "zip",
4941                 "url": "https://api.github.com/repos/paragonie/multi_factor/zipball/20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4942                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4943                 "shasum": ""
4944             },
4945             "require": {
4946                 "bacon/bacon-qr-code": "^1",
4947                 "paragonie/constant_time_encoding": "^2",
4948                 "php": "^7"
4949             },
4950             "require-dev": {
4951                 "phpunit/phpunit": "4.*|5.*"
4952             },
4953             "type": "library",
4954             "autoload": {
4955                 "psr-4": {
4956                     "ParagonIE\\MultiFactor\\": "src/"
4957                 }
4958             },
4959             "notification-url": "https://packagist.org/downloads/",
4960             "license": [
4961                 "GPL-3.0+",
4962                 "MIT",
4963                 "proprietary"
4964             ],
4965             "authors": [
4966                 {
4967                     "name": "Paragon Initiative Enterprises",
4968                     "email": "security@paragonie.com",
4969                     "homepage": "https://paragonie.com",
4970                     "role": "Developer"
4971                 }
4972             ],
4973             "description": "Vendor-agnostic two-factor authentication library",
4974             "keywords": [
4975                 "2fa",
4976                 "MFA",
4977                 "Two-factor Authentication",
4978                 "hotp",
4979                 "multi-factor",
4980                 "multi-factor authentication",
4981                 "tfa",
4982                 "totp",
4983                 "two-factor"
4984             ],
4985             "support": {
4986                 "email": "info@paragonie.com",
4987                 "issues": "https://github.com/paragonie/multi_factor/issues",
4988                 "source": "https://github.com/paragonie/multi_factor"
4989             },
4990             "time": "2016-06-17T23:34:58+00:00"
4991         },
4992         {
4993             "name": "paragonie/random_compat",
4994             "version": "v9.99.99",
4995             "source": {
4996                 "type": "git",
4997                 "url": "https://github.com/paragonie/random_compat.git",
4998                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
4999             },
5000             "dist": {
5001                 "type": "zip",
5002                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
5003                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
5004                 "shasum": ""
5005             },
5006             "require": {
5007                 "php": "^7"
5008             },
5009             "require-dev": {
5010                 "phpunit/phpunit": "4.*|5.*",
5011                 "vimeo/psalm": "^1"
5012             },
5013             "suggest": {
5014                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5015             },
5016             "type": "library",
5017             "notification-url": "https://packagist.org/downloads/",
5018             "license": [
5019                 "MIT"
5020             ],
5021             "authors": [
5022                 {
5023                     "name": "Paragon Initiative Enterprises",
5024                     "email": "security@paragonie.com",
5025                     "homepage": "https://paragonie.com"
5026                 }
5027             ],
5028             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5029             "keywords": [
5030                 "csprng",
5031                 "polyfill",
5032                 "pseudorandom",
5033                 "random"
5034             ],
5035             "support": {
5036                 "email": "info@paragonie.com",
5037                 "issues": "https://github.com/paragonie/random_compat/issues",
5038                 "source": "https://github.com/paragonie/random_compat"
5039             },
5040             "time": "2018-07-02T15:55:56+00:00"
5041         },
5042         {
5043             "name": "particle/validator",
5044             "version": "v2.3.4",
5045             "source": {
5046                 "type": "git",
5047                 "url": "https://github.com/particle-php/Validator.git",
5048                 "reference": "657c7543e51938dd9d114750e49d695129527a7a"
5049             },
5050             "dist": {
5051                 "type": "zip",
5052                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/657c7543e51938dd9d114750e49d695129527a7a",
5053                 "reference": "657c7543e51938dd9d114750e49d695129527a7a",
5054                 "shasum": ""
5055             },
5056             "require": {
5057                 "php": ">=5.4"
5058             },
5059             "require-dev": {
5060                 "byrokrat/checkdigit": "^1.0",
5061                 "giggsey/libphonenumber-for-php": "^7.2",
5062                 "phpunit/phpunit": "~4.0",
5063                 "squizlabs/php_codesniffer": "2.*"
5064             },
5065             "suggest": {
5066                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5067                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5068             },
5069             "type": "library",
5070             "extra": {
5071                 "branch-alias": {
5072                     "dev-master": "2.0-dev"
5073                 }
5074             },
5075             "autoload": {
5076                 "psr-4": {
5077                     "Particle\\Validator\\": "src/"
5078                 }
5079             },
5080             "notification-url": "https://packagist.org/downloads/",
5081             "license": [
5082                 "BSD-3-Clause"
5083             ],
5084             "authors": [
5085                 {
5086                     "name": "Berry Langerak",
5087                     "email": "berry@berryllium.nl",
5088                     "role": "Developer"
5089                 },
5090                 {
5091                     "name": "Rick van der Staaij",
5092                     "homepage": "http://rickvanderstaaij.nl",
5093                     "role": "Developer"
5094                 }
5095             ],
5096             "description": "Flexible and highly usable validation library with no dependencies.",
5097             "homepage": "http://github.com/particle-php/validator",
5098             "keywords": [
5099                 "validation",
5100                 "validator"
5101             ],
5102             "support": {
5103                 "issues": "https://github.com/particle-php/Validator/issues",
5104                 "source": "https://github.com/particle-php/Validator/tree/master"
5105             },
5106             "time": "2019-01-07T13:39:13+00:00"
5107         },
5108         {
5109             "name": "pear/archive_tar",
5110             "version": "1.4.11",
5111             "source": {
5112                 "type": "git",
5113                 "url": "https://github.com/pear/Archive_Tar.git",
5114                 "reference": "17d355cb7d3c4ff08e5729f29cd7660145208d9d"
5115             },
5116             "dist": {
5117                 "type": "zip",
5118                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/17d355cb7d3c4ff08e5729f29cd7660145208d9d",
5119                 "reference": "17d355cb7d3c4ff08e5729f29cd7660145208d9d",
5120                 "shasum": ""
5121             },
5122             "require": {
5123                 "pear/pear-core-minimal": "^1.10.0alpha2",
5124                 "php": ">=5.2.0"
5125             },
5126             "require-dev": {
5127                 "phpunit/phpunit": "*"
5128             },
5129             "suggest": {
5130                 "ext-bz2": "Bz2 compression support.",
5131                 "ext-xz": "Lzma2 compression support.",
5132                 "ext-zlib": "Gzip compression support."
5133             },
5134             "type": "library",
5135             "extra": {
5136                 "branch-alias": {
5137                     "dev-master": "1.4.x-dev"
5138                 }
5139             },
5140             "autoload": {
5141                 "psr-0": {
5142                     "Archive_Tar": ""
5143                 }
5144             },
5145             "notification-url": "https://packagist.org/downloads/",
5146             "include-path": [
5147                 "./"
5148             ],
5149             "license": [
5150                 "BSD-3-Clause"
5151             ],
5152             "authors": [
5153                 {
5154                     "name": "Vincent Blavet",
5155                     "email": "vincent@phpconcept.net"
5156                 },
5157                 {
5158                     "name": "Greg Beaver",
5159                     "email": "greg@chiaraquartet.net"
5160                 },
5161                 {
5162                     "name": "Michiel Rook",
5163                     "email": "mrook@php.net"
5164                 }
5165             ],
5166             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5167             "homepage": "https://github.com/pear/Archive_Tar",
5168             "keywords": [
5169                 "archive",
5170                 "tar"
5171             ],
5172             "support": {
5173                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5174                 "source": "https://github.com/pear/Archive_Tar"
5175             },
5176             "time": "2020-11-19T22:10:24+00:00"
5177         },
5178         {
5179             "name": "pear/console_getopt",
5180             "version": "v1.4.3",
5181             "source": {
5182                 "type": "git",
5183                 "url": "https://github.com/pear/Console_Getopt.git",
5184                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5185             },
5186             "dist": {
5187                 "type": "zip",
5188                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5189                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5190                 "shasum": ""
5191             },
5192             "type": "library",
5193             "autoload": {
5194                 "psr-0": {
5195                     "Console": "./"
5196                 }
5197             },
5198             "notification-url": "https://packagist.org/downloads/",
5199             "include-path": [
5200                 "./"
5201             ],
5202             "license": [
5203                 "BSD-2-Clause"
5204             ],
5205             "authors": [
5206                 {
5207                     "name": "Andrei Zmievski",
5208                     "email": "andrei@php.net",
5209                     "role": "Lead"
5210                 },
5211                 {
5212                     "name": "Stig Bakken",
5213                     "email": "stig@php.net",
5214                     "role": "Developer"
5215                 },
5216                 {
5217                     "name": "Greg Beaver",
5218                     "email": "cellog@php.net",
5219                     "role": "Helper"
5220                 }
5221             ],
5222             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5223             "support": {
5224                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5225                 "source": "https://github.com/pear/Console_Getopt"
5226             },
5227             "time": "2019-11-20T18:27:48+00:00"
5228         },
5229         {
5230             "name": "pear/pear-core-minimal",
5231             "version": "v1.10.10",
5232             "source": {
5233                 "type": "git",
5234                 "url": "https://github.com/pear/pear-core-minimal.git",
5235                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
5236             },
5237             "dist": {
5238                 "type": "zip",
5239                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
5240                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
5241                 "shasum": ""
5242             },
5243             "require": {
5244                 "pear/console_getopt": "~1.4",
5245                 "pear/pear_exception": "~1.0"
5246             },
5247             "replace": {
5248                 "rsky/pear-core-min": "self.version"
5249             },
5250             "type": "library",
5251             "autoload": {
5252                 "psr-0": {
5253                     "": "src/"
5254                 }
5255             },
5256             "notification-url": "https://packagist.org/downloads/",
5257             "include-path": [
5258                 "src/"
5259             ],
5260             "license": [
5261                 "BSD-3-Clause"
5262             ],
5263             "authors": [
5264                 {
5265                     "name": "Christian Weiske",
5266                     "email": "cweiske@php.net",
5267                     "role": "Lead"
5268                 }
5269             ],
5270             "description": "Minimal set of PEAR core files to be used as composer dependency",
5271             "support": {
5272                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5273                 "source": "https://github.com/pear/pear-core-minimal"
5274             },
5275             "time": "2019-11-19T19:00:24+00:00"
5276         },
5277         {
5278             "name": "pear/pear_exception",
5279             "version": "v1.0.1",
5280             "source": {
5281                 "type": "git",
5282                 "url": "https://github.com/pear/PEAR_Exception.git",
5283                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
5284             },
5285             "dist": {
5286                 "type": "zip",
5287                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
5288                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
5289                 "shasum": ""
5290             },
5291             "require": {
5292                 "php": ">=4.4.0"
5293             },
5294             "require-dev": {
5295                 "phpunit/phpunit": "*"
5296             },
5297             "type": "class",
5298             "extra": {
5299                 "branch-alias": {
5300                     "dev-master": "1.0.x-dev"
5301                 }
5302             },
5303             "autoload": {
5304                 "classmap": [
5305                     "PEAR/"
5306                 ]
5307             },
5308             "notification-url": "https://packagist.org/downloads/",
5309             "include-path": [
5310                 "."
5311             ],
5312             "license": [
5313                 "BSD-2-Clause"
5314             ],
5315             "authors": [
5316                 {
5317                     "name": "Helgi Thormar",
5318                     "email": "dufuz@php.net"
5319                 },
5320                 {
5321                     "name": "Greg Beaver",
5322                     "email": "cellog@php.net"
5323                 }
5324             ],
5325             "description": "The PEAR Exception base class.",
5326             "homepage": "https://github.com/pear/PEAR_Exception",
5327             "keywords": [
5328                 "exception"
5329             ],
5330             "support": {
5331                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5332                 "source": "https://github.com/pear/PEAR_Exception"
5333             },
5334             "time": "2019-12-10T10:24:42+00:00"
5335         },
5336         {
5337             "name": "phenx/php-font-lib",
5338             "version": "0.5.2",
5339             "source": {
5340                 "type": "git",
5341                 "url": "https://github.com/PhenX/php-font-lib.git",
5342                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
5343             },
5344             "dist": {
5345                 "type": "zip",
5346                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5347                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5348                 "shasum": ""
5349             },
5350             "require-dev": {
5351                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
5352             },
5353             "type": "library",
5354             "autoload": {
5355                 "psr-4": {
5356                     "FontLib\\": "src/FontLib"
5357                 }
5358             },
5359             "notification-url": "https://packagist.org/downloads/",
5360             "license": [
5361                 "LGPL-3.0"
5362             ],
5363             "authors": [
5364                 {
5365                     "name": "Fabien Ménager",
5366                     "email": "fabien.menager@gmail.com"
5367                 }
5368             ],
5369             "description": "A library to read, parse, export and make subsets of different types of font files.",
5370             "homepage": "https://github.com/PhenX/php-font-lib",
5371             "support": {
5372                 "issues": "https://github.com/PhenX/php-font-lib/issues",
5373                 "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
5374             },
5375             "time": "2020-03-08T15:31:32+00:00"
5376         },
5377         {
5378             "name": "phenx/php-svg-lib",
5379             "version": "v0.3.3",
5380             "source": {
5381                 "type": "git",
5382                 "url": "https://github.com/PhenX/php-svg-lib.git",
5383                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
5384             },
5385             "dist": {
5386                 "type": "zip",
5387                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5388                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5389                 "shasum": ""
5390             },
5391             "require": {
5392                 "sabberworm/php-css-parser": "^8.3"
5393             },
5394             "require-dev": {
5395                 "phpunit/phpunit": "^5.5|^6.5"
5396             },
5397             "type": "library",
5398             "autoload": {
5399                 "psr-4": {
5400                     "Svg\\": "src/Svg"
5401                 }
5402             },
5403             "notification-url": "https://packagist.org/downloads/",
5404             "license": [
5405                 "LGPL-3.0"
5406             ],
5407             "authors": [
5408                 {
5409                     "name": "Fabien Ménager",
5410                     "email": "fabien.menager@gmail.com"
5411                 }
5412             ],
5413             "description": "A library to read, parse and export to PDF SVG files.",
5414             "homepage": "https://github.com/PhenX/php-svg-lib",
5415             "support": {
5416                 "issues": "https://github.com/PhenX/php-svg-lib/issues",
5417                 "source": "https://github.com/PhenX/php-svg-lib/tree/master"
5418             },
5419             "time": "2019-09-11T20:02:13+00:00"
5420         },
5421         {
5422             "name": "php-http/discovery",
5423             "version": "1.13.0",
5424             "source": {
5425                 "type": "git",
5426                 "url": "https://github.com/php-http/discovery.git",
5427                 "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
5428             },
5429             "dist": {
5430                 "type": "zip",
5431                 "url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
5432                 "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
5433                 "shasum": ""
5434             },
5435             "require": {
5436                 "php": "^7.1 || ^8.0"
5437             },
5438             "conflict": {
5439                 "nyholm/psr7": "<1.0"
5440             },
5441             "require-dev": {
5442                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5443                 "php-http/httplug": "^1.0 || ^2.0",
5444                 "php-http/message-factory": "^1.0",
5445                 "phpspec/phpspec": "^5.1 || ^6.1",
5446                 "puli/composer-plugin": "1.0.0-beta10"
5447             },
5448             "suggest": {
5449                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5450                 "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."
5451             },
5452             "type": "library",
5453             "extra": {
5454                 "branch-alias": {
5455                     "dev-master": "1.9-dev"
5456                 }
5457             },
5458             "autoload": {
5459                 "psr-4": {
5460                     "Http\\Discovery\\": "src/"
5461                 }
5462             },
5463             "notification-url": "https://packagist.org/downloads/",
5464             "license": [
5465                 "MIT"
5466             ],
5467             "authors": [
5468                 {
5469                     "name": "Márk Sági-Kazár",
5470                     "email": "mark.sagikazar@gmail.com"
5471                 }
5472             ],
5473             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5474             "homepage": "http://php-http.org",
5475             "keywords": [
5476                 "adapter",
5477                 "client",
5478                 "discovery",
5479                 "factory",
5480                 "http",
5481                 "message",
5482                 "psr7"
5483             ],
5484             "support": {
5485                 "issues": "https://github.com/php-http/discovery/issues",
5486                 "source": "https://github.com/php-http/discovery/tree/1.13.0"
5487             },
5488             "time": "2020-11-27T14:49:42+00:00"
5489         },
5490         {
5491             "name": "php-http/guzzle7-adapter",
5492             "version": "0.1.1",
5493             "source": {
5494                 "type": "git",
5495                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5496                 "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1"
5497             },
5498             "dist": {
5499                 "type": "zip",
5500                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/1967de656b9679a2a6a66d0e4e16fa99bbed1ad1",
5501                 "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1",
5502                 "shasum": ""
5503             },
5504             "require": {
5505                 "guzzlehttp/guzzle": "^7.0",
5506                 "php": "^7.2 | ^8.0",
5507                 "php-http/httplug": "^2.0",
5508                 "psr/http-client": "^1.0"
5509             },
5510             "provide": {
5511                 "php-http/async-client-implementation": "1.0",
5512                 "php-http/client-implementation": "1.0",
5513                 "psr/http-client-implementation": "1.0"
5514             },
5515             "require-dev": {
5516                 "php-http/client-integration-tests": "^3.0",
5517                 "phpunit/phpunit": "^8.0|^9.3"
5518             },
5519             "type": "library",
5520             "extra": {
5521                 "branch-alias": {
5522                     "dev-master": "0.2.x-dev"
5523                 }
5524             },
5525             "autoload": {
5526                 "psr-4": {
5527                     "Http\\Adapter\\Guzzle7\\": "src/"
5528                 }
5529             },
5530             "notification-url": "https://packagist.org/downloads/",
5531             "license": [
5532                 "MIT"
5533             ],
5534             "authors": [
5535                 {
5536                     "name": "Tobias Nyholm",
5537                     "email": "tobias.nyholm@gmail.com"
5538                 }
5539             ],
5540             "description": "Guzzle 7 HTTP Adapter",
5541             "homepage": "http://httplug.io",
5542             "keywords": [
5543                 "Guzzle",
5544                 "http"
5545             ],
5546             "support": {
5547                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
5548                 "source": "https://github.com/php-http/guzzle7-adapter/tree/0.1.1"
5549             },
5550             "time": "2020-10-21T17:30:51+00:00"
5551         },
5552         {
5553             "name": "php-http/httplug",
5554             "version": "2.2.0",
5555             "source": {
5556                 "type": "git",
5557                 "url": "https://github.com/php-http/httplug.git",
5558                 "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
5559             },
5560             "dist": {
5561                 "type": "zip",
5562                 "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
5563                 "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
5564                 "shasum": ""
5565             },
5566             "require": {
5567                 "php": "^7.1 || ^8.0",
5568                 "php-http/promise": "^1.1",
5569                 "psr/http-client": "^1.0",
5570                 "psr/http-message": "^1.0"
5571             },
5572             "require-dev": {
5573                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5574                 "phpspec/phpspec": "^5.1 || ^6.0"
5575             },
5576             "type": "library",
5577             "extra": {
5578                 "branch-alias": {
5579                     "dev-master": "2.x-dev"
5580                 }
5581             },
5582             "autoload": {
5583                 "psr-4": {
5584                     "Http\\Client\\": "src/"
5585                 }
5586             },
5587             "notification-url": "https://packagist.org/downloads/",
5588             "license": [
5589                 "MIT"
5590             ],
5591             "authors": [
5592                 {
5593                     "name": "Eric GELOEN",
5594                     "email": "geloen.eric@gmail.com"
5595                 },
5596                 {
5597                     "name": "Márk Sági-Kazár",
5598                     "email": "mark.sagikazar@gmail.com",
5599                     "homepage": "https://sagikazarmark.hu"
5600                 }
5601             ],
5602             "description": "HTTPlug, the HTTP client abstraction for PHP",
5603             "homepage": "http://httplug.io",
5604             "keywords": [
5605                 "client",
5606                 "http"
5607             ],
5608             "support": {
5609                 "issues": "https://github.com/php-http/httplug/issues",
5610                 "source": "https://github.com/php-http/httplug/tree/master"
5611             },
5612             "time": "2020-07-13T15:43:23+00:00"
5613         },
5614         {
5615             "name": "php-http/message",
5616             "version": "1.11.0",
5617             "source": {
5618                 "type": "git",
5619                 "url": "https://github.com/php-http/message.git",
5620                 "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29"
5621             },
5622             "dist": {
5623                 "type": "zip",
5624                 "url": "https://api.github.com/repos/php-http/message/zipball/fb0dbce7355cad4f4f6a225f537c34d013571f29",
5625                 "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29",
5626                 "shasum": ""
5627             },
5628             "require": {
5629                 "clue/stream-filter": "^1.5",
5630                 "php": "^7.1 || ^8.0",
5631                 "php-http/message-factory": "^1.0.2",
5632                 "psr/http-message": "^1.0"
5633             },
5634             "provide": {
5635                 "php-http/message-factory-implementation": "1.0"
5636             },
5637             "require-dev": {
5638                 "ergebnis/composer-normalize": "^2.6",
5639                 "ext-zlib": "*",
5640                 "guzzlehttp/psr7": "^1.0",
5641                 "laminas/laminas-diactoros": "^2.0",
5642                 "phpspec/phpspec": "^5.1 || ^6.3",
5643                 "slim/slim": "^3.0"
5644             },
5645             "suggest": {
5646                 "ext-zlib": "Used with compressor/decompressor streams",
5647                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5648                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
5649                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
5650             },
5651             "type": "library",
5652             "extra": {
5653                 "branch-alias": {
5654                     "dev-master": "1.10-dev"
5655                 }
5656             },
5657             "autoload": {
5658                 "psr-4": {
5659                     "Http\\Message\\": "src/"
5660                 },
5661                 "files": [
5662                     "src/filters.php"
5663                 ]
5664             },
5665             "notification-url": "https://packagist.org/downloads/",
5666             "license": [
5667                 "MIT"
5668             ],
5669             "authors": [
5670                 {
5671                     "name": "Márk Sági-Kazár",
5672                     "email": "mark.sagikazar@gmail.com"
5673                 }
5674             ],
5675             "description": "HTTP Message related tools",
5676             "homepage": "http://php-http.org",
5677             "keywords": [
5678                 "http",
5679                 "message",
5680                 "psr-7"
5681             ],
5682             "support": {
5683                 "issues": "https://github.com/php-http/message/issues",
5684                 "source": "https://github.com/php-http/message/tree/1.11.0"
5685             },
5686             "time": "2021-02-01T08:54:58+00:00"
5687         },
5688         {
5689             "name": "php-http/message-factory",
5690             "version": "v1.0.2",
5691             "source": {
5692                 "type": "git",
5693                 "url": "https://github.com/php-http/message-factory.git",
5694                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5695             },
5696             "dist": {
5697                 "type": "zip",
5698                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5699                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5700                 "shasum": ""
5701             },
5702             "require": {
5703                 "php": ">=5.4",
5704                 "psr/http-message": "^1.0"
5705             },
5706             "type": "library",
5707             "extra": {
5708                 "branch-alias": {
5709                     "dev-master": "1.0-dev"
5710                 }
5711             },
5712             "autoload": {
5713                 "psr-4": {
5714                     "Http\\Message\\": "src/"
5715                 }
5716             },
5717             "notification-url": "https://packagist.org/downloads/",
5718             "license": [
5719                 "MIT"
5720             ],
5721             "authors": [
5722                 {
5723                     "name": "Márk Sági-Kazár",
5724                     "email": "mark.sagikazar@gmail.com"
5725                 }
5726             ],
5727             "description": "Factory interfaces for PSR-7 HTTP Message",
5728             "homepage": "http://php-http.org",
5729             "keywords": [
5730                 "factory",
5731                 "http",
5732                 "message",
5733                 "stream",
5734                 "uri"
5735             ],
5736             "support": {
5737                 "issues": "https://github.com/php-http/message-factory/issues",
5738                 "source": "https://github.com/php-http/message-factory/tree/master"
5739             },
5740             "time": "2015-12-19T14:08:53+00:00"
5741         },
5742         {
5743             "name": "php-http/promise",
5744             "version": "1.1.0",
5745             "source": {
5746                 "type": "git",
5747                 "url": "https://github.com/php-http/promise.git",
5748                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
5749             },
5750             "dist": {
5751                 "type": "zip",
5752                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
5753                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
5754                 "shasum": ""
5755             },
5756             "require": {
5757                 "php": "^7.1 || ^8.0"
5758             },
5759             "require-dev": {
5760                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
5761                 "phpspec/phpspec": "^5.1.2 || ^6.2"
5762             },
5763             "type": "library",
5764             "extra": {
5765                 "branch-alias": {
5766                     "dev-master": "1.1-dev"
5767                 }
5768             },
5769             "autoload": {
5770                 "psr-4": {
5771                     "Http\\Promise\\": "src/"
5772                 }
5773             },
5774             "notification-url": "https://packagist.org/downloads/",
5775             "license": [
5776                 "MIT"
5777             ],
5778             "authors": [
5779                 {
5780                     "name": "Joel Wurtz",
5781                     "email": "joel.wurtz@gmail.com"
5782                 },
5783                 {
5784                     "name": "Márk Sági-Kazár",
5785                     "email": "mark.sagikazar@gmail.com"
5786                 }
5787             ],
5788             "description": "Promise used for asynchronous HTTP requests",
5789             "homepage": "http://httplug.io",
5790             "keywords": [
5791                 "promise"
5792             ],
5793             "support": {
5794                 "issues": "https://github.com/php-http/promise/issues",
5795                 "source": "https://github.com/php-http/promise/tree/1.1.0"
5796             },
5797             "time": "2020-07-07T09:29:14+00:00"
5798         },
5799         {
5800             "name": "phpmailer/phpmailer",
5801             "version": "v6.2.0",
5802             "source": {
5803                 "type": "git",
5804                 "url": "https://github.com/PHPMailer/PHPMailer.git",
5805                 "reference": "e38888a75c070304ca5514197d4847a59a5c853f"
5806             },
5807             "dist": {
5808                 "type": "zip",
5809                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
5810                 "reference": "e38888a75c070304ca5514197d4847a59a5c853f",
5811                 "shasum": ""
5812             },
5813             "require": {
5814                 "ext-ctype": "*",
5815                 "ext-filter": "*",
5816                 "ext-hash": "*",
5817                 "php": ">=5.5.0"
5818             },
5819             "require-dev": {
5820                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5821                 "doctrine/annotations": "^1.2",
5822                 "phpcompatibility/php-compatibility": "^9.3.5",
5823                 "roave/security-advisories": "dev-latest",
5824                 "squizlabs/php_codesniffer": "^3.5.6",
5825                 "yoast/phpunit-polyfills": "^0.2.0"
5826             },
5827             "suggest": {
5828                 "ext-mbstring": "Needed to send email in multibyte encoding charset",
5829                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
5830                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
5831                 "psr/log": "For optional PSR-3 debug logging",
5832                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
5833                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
5834             },
5835             "type": "library",
5836             "autoload": {
5837                 "psr-4": {
5838                     "PHPMailer\\PHPMailer\\": "src/"
5839                 }
5840             },
5841             "notification-url": "https://packagist.org/downloads/",
5842             "license": [
5843                 "LGPL-2.1-only"
5844             ],
5845             "authors": [
5846                 {
5847                     "name": "Marcus Bointon",
5848                     "email": "phpmailer@synchromedia.co.uk"
5849                 },
5850                 {
5851                     "name": "Jim Jagielski",
5852                     "email": "jimjag@gmail.com"
5853                 },
5854                 {
5855                     "name": "Andy Prevost",
5856                     "email": "codeworxtech@users.sourceforge.net"
5857                 },
5858                 {
5859                     "name": "Brent R. Matzelle"
5860                 }
5861             ],
5862             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
5863             "support": {
5864                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
5865                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
5866             },
5867             "funding": [
5868                 {
5869                     "url": "https://github.com/Synchro",
5870                     "type": "github"
5871                 }
5872             ],
5873             "time": "2020-11-25T15:24:57+00:00"
5874         },
5875         {
5876             "name": "phpoffice/phpspreadsheet",
5877             "version": "1.15.0",
5878             "source": {
5879                 "type": "git",
5880                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
5881                 "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f"
5882             },
5883             "dist": {
5884                 "type": "zip",
5885                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
5886                 "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
5887                 "shasum": ""
5888             },
5889             "require": {
5890                 "ext-ctype": "*",
5891                 "ext-dom": "*",
5892                 "ext-fileinfo": "*",
5893                 "ext-gd": "*",
5894                 "ext-iconv": "*",
5895                 "ext-libxml": "*",
5896                 "ext-mbstring": "*",
5897                 "ext-simplexml": "*",
5898                 "ext-xml": "*",
5899                 "ext-xmlreader": "*",
5900                 "ext-xmlwriter": "*",
5901                 "ext-zip": "*",
5902                 "ext-zlib": "*",
5903                 "maennchen/zipstream-php": "^2.1",
5904                 "markbaker/complex": "^1.5|^2.0",
5905                 "markbaker/matrix": "^1.2|^2.0",
5906                 "php": "^7.2|^8.0",
5907                 "psr/http-client": "^1.0",
5908                 "psr/http-factory": "^1.0",
5909                 "psr/simple-cache": "^1.0"
5910             },
5911             "require-dev": {
5912                 "dompdf/dompdf": "^0.8.5",
5913                 "friendsofphp/php-cs-fixer": "^2.16",
5914                 "jpgraph/jpgraph": "^4.0",
5915                 "mpdf/mpdf": "^8.0",
5916                 "phpcompatibility/php-compatibility": "^9.3",
5917                 "phpunit/phpunit": "^8.5|^9.3",
5918                 "squizlabs/php_codesniffer": "^3.5",
5919                 "tecnickcom/tcpdf": "^6.3"
5920             },
5921             "suggest": {
5922                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
5923                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
5924                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
5925                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
5926             },
5927             "type": "library",
5928             "autoload": {
5929                 "psr-4": {
5930                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
5931                 }
5932             },
5933             "notification-url": "https://packagist.org/downloads/",
5934             "license": [
5935                 "MIT"
5936             ],
5937             "authors": [
5938                 {
5939                     "name": "Maarten Balliauw",
5940                     "homepage": "https://blog.maartenballiauw.be"
5941                 },
5942                 {
5943                     "name": "Mark Baker",
5944                     "homepage": "https://markbakeruk.net"
5945                 },
5946                 {
5947                     "name": "Franck Lefevre",
5948                     "homepage": "https://rootslabs.net"
5949                 },
5950                 {
5951                     "name": "Erik Tilt"
5952                 },
5953                 {
5954                     "name": "Adrien Crivelli"
5955                 }
5956             ],
5957             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
5958             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
5959             "keywords": [
5960                 "OpenXML",
5961                 "excel",
5962                 "gnumeric",
5963                 "ods",
5964                 "php",
5965                 "spreadsheet",
5966                 "xls",
5967                 "xlsx"
5968             ],
5969             "support": {
5970                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
5971                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.15.0"
5972             },
5973             "time": "2020-10-11T13:20:59+00:00"
5974         },
5975         {
5976             "name": "phpoption/phpoption",
5977             "version": "1.7.5",
5978             "source": {
5979                 "type": "git",
5980                 "url": "https://github.com/schmittjoh/php-option.git",
5981                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
5982             },
5983             "dist": {
5984                 "type": "zip",
5985                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
5986                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
5987                 "shasum": ""
5988             },
5989             "require": {
5990                 "php": "^5.5.9 || ^7.0 || ^8.0"
5991             },
5992             "require-dev": {
5993                 "bamarni/composer-bin-plugin": "^1.4.1",
5994                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
5995             },
5996             "type": "library",
5997             "extra": {
5998                 "branch-alias": {
5999                     "dev-master": "1.7-dev"
6000                 }
6001             },
6002             "autoload": {
6003                 "psr-4": {
6004                     "PhpOption\\": "src/PhpOption/"
6005                 }
6006             },
6007             "notification-url": "https://packagist.org/downloads/",
6008             "license": [
6009                 "Apache-2.0"
6010             ],
6011             "authors": [
6012                 {
6013                     "name": "Johannes M. Schmitt",
6014                     "email": "schmittjoh@gmail.com"
6015                 },
6016                 {
6017                     "name": "Graham Campbell",
6018                     "email": "graham@alt-three.com"
6019                 }
6020             ],
6021             "description": "Option Type for PHP",
6022             "keywords": [
6023                 "language",
6024                 "option",
6025                 "php",
6026                 "type"
6027             ],
6028             "support": {
6029                 "issues": "https://github.com/schmittjoh/php-option/issues",
6030                 "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
6031             },
6032             "funding": [
6033                 {
6034                     "url": "https://github.com/GrahamCampbell",
6035                     "type": "github"
6036                 },
6037                 {
6038                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6039                     "type": "tidelift"
6040                 }
6041             ],
6042             "time": "2020-07-20T17:29:33+00:00"
6043         },
6044         {
6045             "name": "phpseclib/phpseclib",
6046             "version": "2.0.29",
6047             "source": {
6048                 "type": "git",
6049                 "url": "https://github.com/phpseclib/phpseclib.git",
6050                 "reference": "497856a8d997f640b4a516062f84228a772a48a8"
6051             },
6052             "dist": {
6053                 "type": "zip",
6054                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
6055                 "reference": "497856a8d997f640b4a516062f84228a772a48a8",
6056                 "shasum": ""
6057             },
6058             "require": {
6059                 "php": ">=5.3.3"
6060             },
6061             "require-dev": {
6062                 "phing/phing": "~2.7",
6063                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6064                 "squizlabs/php_codesniffer": "~2.0"
6065             },
6066             "suggest": {
6067                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6068                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6069                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6070                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6071             },
6072             "type": "library",
6073             "autoload": {
6074                 "files": [
6075                     "phpseclib/bootstrap.php"
6076                 ],
6077                 "psr-4": {
6078                     "phpseclib\\": "phpseclib/"
6079                 }
6080             },
6081             "notification-url": "https://packagist.org/downloads/",
6082             "license": [
6083                 "MIT"
6084             ],
6085             "authors": [
6086                 {
6087                     "name": "Jim Wigginton",
6088                     "email": "terrafrost@php.net",
6089                     "role": "Lead Developer"
6090                 },
6091                 {
6092                     "name": "Patrick Monnerat",
6093                     "email": "pm@datasphere.ch",
6094                     "role": "Developer"
6095                 },
6096                 {
6097                     "name": "Andreas Fischer",
6098                     "email": "bantu@phpbb.com",
6099                     "role": "Developer"
6100                 },
6101                 {
6102                     "name": "Hans-Jürgen Petrich",
6103                     "email": "petrich@tronic-media.com",
6104                     "role": "Developer"
6105                 },
6106                 {
6107                     "name": "Graham Campbell",
6108                     "email": "graham@alt-three.com",
6109                     "role": "Developer"
6110                 }
6111             ],
6112             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6113             "homepage": "http://phpseclib.sourceforge.net",
6114             "keywords": [
6115                 "BigInteger",
6116                 "aes",
6117                 "asn.1",
6118                 "asn1",
6119                 "blowfish",
6120                 "crypto",
6121                 "cryptography",
6122                 "encryption",
6123                 "rsa",
6124                 "security",
6125                 "sftp",
6126                 "signature",
6127                 "signing",
6128                 "ssh",
6129                 "twofish",
6130                 "x.509",
6131                 "x509"
6132             ],
6133             "support": {
6134                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6135                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0"
6136             },
6137             "funding": [
6138                 {
6139                     "url": "https://github.com/terrafrost",
6140                     "type": "github"
6141                 },
6142                 {
6143                     "url": "https://www.patreon.com/phpseclib",
6144                     "type": "patreon"
6145                 },
6146                 {
6147                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6148                     "type": "tidelift"
6149                 }
6150             ],
6151             "time": "2020-09-08T04:24:43+00:00"
6152         },
6153         {
6154             "name": "psr/cache",
6155             "version": "1.0.1",
6156             "source": {
6157                 "type": "git",
6158                 "url": "https://github.com/php-fig/cache.git",
6159                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6160             },
6161             "dist": {
6162                 "type": "zip",
6163                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6164                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6165                 "shasum": ""
6166             },
6167             "require": {
6168                 "php": ">=5.3.0"
6169             },
6170             "type": "library",
6171             "extra": {
6172                 "branch-alias": {
6173                     "dev-master": "1.0.x-dev"
6174                 }
6175             },
6176             "autoload": {
6177                 "psr-4": {
6178                     "Psr\\Cache\\": "src/"
6179                 }
6180             },
6181             "notification-url": "https://packagist.org/downloads/",
6182             "license": [
6183                 "MIT"
6184             ],
6185             "authors": [
6186                 {
6187                     "name": "PHP-FIG",
6188                     "homepage": "http://www.php-fig.org/"
6189                 }
6190             ],
6191             "description": "Common interface for caching libraries",
6192             "keywords": [
6193                 "cache",
6194                 "psr",
6195                 "psr-6"
6196             ],
6197             "support": {
6198                 "source": "https://github.com/php-fig/cache/tree/master"
6199             },
6200             "time": "2016-08-06T20:24:11+00:00"
6201         },
6202         {
6203             "name": "psr/container",
6204             "version": "1.1.1",
6205             "source": {
6206                 "type": "git",
6207                 "url": "https://github.com/php-fig/container.git",
6208                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
6209             },
6210             "dist": {
6211                 "type": "zip",
6212                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
6213                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
6214                 "shasum": ""
6215             },
6216             "require": {
6217                 "php": ">=7.2.0"
6218             },
6219             "type": "library",
6220             "autoload": {
6221                 "psr-4": {
6222                     "Psr\\Container\\": "src/"
6223                 }
6224             },
6225             "notification-url": "https://packagist.org/downloads/",
6226             "license": [
6227                 "MIT"
6228             ],
6229             "authors": [
6230                 {
6231                     "name": "PHP-FIG",
6232                     "homepage": "https://www.php-fig.org/"
6233                 }
6234             ],
6235             "description": "Common Container Interface (PHP FIG PSR-11)",
6236             "homepage": "https://github.com/php-fig/container",
6237             "keywords": [
6238                 "PSR-11",
6239                 "container",
6240                 "container-interface",
6241                 "container-interop",
6242                 "psr"
6243             ],
6244             "support": {
6245                 "issues": "https://github.com/php-fig/container/issues",
6246                 "source": "https://github.com/php-fig/container/tree/1.1.1"
6247             },
6248             "time": "2021-03-05T17:36:06+00:00"
6249         },
6250         {
6251             "name": "psr/http-client",
6252             "version": "1.0.1",
6253             "source": {
6254                 "type": "git",
6255                 "url": "https://github.com/php-fig/http-client.git",
6256                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
6257             },
6258             "dist": {
6259                 "type": "zip",
6260                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6261                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6262                 "shasum": ""
6263             },
6264             "require": {
6265                 "php": "^7.0 || ^8.0",
6266                 "psr/http-message": "^1.0"
6267             },
6268             "type": "library",
6269             "extra": {
6270                 "branch-alias": {
6271                     "dev-master": "1.0.x-dev"
6272                 }
6273             },
6274             "autoload": {
6275                 "psr-4": {
6276                     "Psr\\Http\\Client\\": "src/"
6277                 }
6278             },
6279             "notification-url": "https://packagist.org/downloads/",
6280             "license": [
6281                 "MIT"
6282             ],
6283             "authors": [
6284                 {
6285                     "name": "PHP-FIG",
6286                     "homepage": "http://www.php-fig.org/"
6287                 }
6288             ],
6289             "description": "Common interface for HTTP clients",
6290             "homepage": "https://github.com/php-fig/http-client",
6291             "keywords": [
6292                 "http",
6293                 "http-client",
6294                 "psr",
6295                 "psr-18"
6296             ],
6297             "support": {
6298                 "source": "https://github.com/php-fig/http-client/tree/master"
6299             },
6300             "time": "2020-06-29T06:28:15+00:00"
6301         },
6302         {
6303             "name": "psr/http-factory",
6304             "version": "1.0.1",
6305             "source": {
6306                 "type": "git",
6307                 "url": "https://github.com/php-fig/http-factory.git",
6308                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6309             },
6310             "dist": {
6311                 "type": "zip",
6312                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6313                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6314                 "shasum": ""
6315             },
6316             "require": {
6317                 "php": ">=7.0.0",
6318                 "psr/http-message": "^1.0"
6319             },
6320             "type": "library",
6321             "extra": {
6322                 "branch-alias": {
6323                     "dev-master": "1.0.x-dev"
6324                 }
6325             },
6326             "autoload": {
6327                 "psr-4": {
6328                     "Psr\\Http\\Message\\": "src/"
6329                 }
6330             },
6331             "notification-url": "https://packagist.org/downloads/",
6332             "license": [
6333                 "MIT"
6334             ],
6335             "authors": [
6336                 {
6337                     "name": "PHP-FIG",
6338                     "homepage": "http://www.php-fig.org/"
6339                 }
6340             ],
6341             "description": "Common interfaces for PSR-7 HTTP message factories",
6342             "keywords": [
6343                 "factory",
6344                 "http",
6345                 "message",
6346                 "psr",
6347                 "psr-17",
6348                 "psr-7",
6349                 "request",
6350                 "response"
6351             ],
6352             "support": {
6353                 "source": "https://github.com/php-fig/http-factory/tree/master"
6354             },
6355             "time": "2019-04-30T12:38:16+00:00"
6356         },
6357         {
6358             "name": "psr/http-message",
6359             "version": "1.0.1",
6360             "source": {
6361                 "type": "git",
6362                 "url": "https://github.com/php-fig/http-message.git",
6363                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6364             },
6365             "dist": {
6366                 "type": "zip",
6367                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6368                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6369                 "shasum": ""
6370             },
6371             "require": {
6372                 "php": ">=5.3.0"
6373             },
6374             "type": "library",
6375             "extra": {
6376                 "branch-alias": {
6377                     "dev-master": "1.0.x-dev"
6378                 }
6379             },
6380             "autoload": {
6381                 "psr-4": {
6382                     "Psr\\Http\\Message\\": "src/"
6383                 }
6384             },
6385             "notification-url": "https://packagist.org/downloads/",
6386             "license": [
6387                 "MIT"
6388             ],
6389             "authors": [
6390                 {
6391                     "name": "PHP-FIG",
6392                     "homepage": "http://www.php-fig.org/"
6393                 }
6394             ],
6395             "description": "Common interface for HTTP messages",
6396             "homepage": "https://github.com/php-fig/http-message",
6397             "keywords": [
6398                 "http",
6399                 "http-message",
6400                 "psr",
6401                 "psr-7",
6402                 "request",
6403                 "response"
6404             ],
6405             "support": {
6406                 "source": "https://github.com/php-fig/http-message/tree/master"
6407             },
6408             "time": "2016-08-06T14:39:51+00:00"
6409         },
6410         {
6411             "name": "psr/log",
6412             "version": "1.1.3",
6413             "source": {
6414                 "type": "git",
6415                 "url": "https://github.com/php-fig/log.git",
6416                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
6417             },
6418             "dist": {
6419                 "type": "zip",
6420                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
6421                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
6422                 "shasum": ""
6423             },
6424             "require": {
6425                 "php": ">=5.3.0"
6426             },
6427             "type": "library",
6428             "extra": {
6429                 "branch-alias": {
6430                     "dev-master": "1.1.x-dev"
6431                 }
6432             },
6433             "autoload": {
6434                 "psr-4": {
6435                     "Psr\\Log\\": "Psr/Log/"
6436                 }
6437             },
6438             "notification-url": "https://packagist.org/downloads/",
6439             "license": [
6440                 "MIT"
6441             ],
6442             "authors": [
6443                 {
6444                     "name": "PHP-FIG",
6445                     "homepage": "http://www.php-fig.org/"
6446                 }
6447             ],
6448             "description": "Common interface for logging libraries",
6449             "homepage": "https://github.com/php-fig/log",
6450             "keywords": [
6451                 "log",
6452                 "psr",
6453                 "psr-3"
6454             ],
6455             "support": {
6456                 "source": "https://github.com/php-fig/log/tree/1.1.3"
6457             },
6458             "time": "2020-03-23T09:12:05+00:00"
6459         },
6460         {
6461             "name": "psr/simple-cache",
6462             "version": "1.0.1",
6463             "source": {
6464                 "type": "git",
6465                 "url": "https://github.com/php-fig/simple-cache.git",
6466                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6467             },
6468             "dist": {
6469                 "type": "zip",
6470                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6471                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6472                 "shasum": ""
6473             },
6474             "require": {
6475                 "php": ">=5.3.0"
6476             },
6477             "type": "library",
6478             "extra": {
6479                 "branch-alias": {
6480                     "dev-master": "1.0.x-dev"
6481                 }
6482             },
6483             "autoload": {
6484                 "psr-4": {
6485                     "Psr\\SimpleCache\\": "src/"
6486                 }
6487             },
6488             "notification-url": "https://packagist.org/downloads/",
6489             "license": [
6490                 "MIT"
6491             ],
6492             "authors": [
6493                 {
6494                     "name": "PHP-FIG",
6495                     "homepage": "http://www.php-fig.org/"
6496                 }
6497             ],
6498             "description": "Common interfaces for simple caching",
6499             "keywords": [
6500                 "cache",
6501                 "caching",
6502                 "psr",
6503                 "psr-16",
6504                 "simple-cache"
6505             ],
6506             "support": {
6507                 "source": "https://github.com/php-fig/simple-cache/tree/master"
6508             },
6509             "time": "2017-10-23T01:57:42+00:00"
6510         },
6511         {
6512             "name": "ralouphie/getallheaders",
6513             "version": "3.0.3",
6514             "source": {
6515                 "type": "git",
6516                 "url": "https://github.com/ralouphie/getallheaders.git",
6517                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6518             },
6519             "dist": {
6520                 "type": "zip",
6521                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6522                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6523                 "shasum": ""
6524             },
6525             "require": {
6526                 "php": ">=5.6"
6527             },
6528             "require-dev": {
6529                 "php-coveralls/php-coveralls": "^2.1",
6530                 "phpunit/phpunit": "^5 || ^6.5"
6531             },
6532             "type": "library",
6533             "autoload": {
6534                 "files": [
6535                     "src/getallheaders.php"
6536                 ]
6537             },
6538             "notification-url": "https://packagist.org/downloads/",
6539             "license": [
6540                 "MIT"
6541             ],
6542             "authors": [
6543                 {
6544                     "name": "Ralph Khattar",
6545                     "email": "ralph.khattar@gmail.com"
6546                 }
6547             ],
6548             "description": "A polyfill for getallheaders.",
6549             "support": {
6550                 "issues": "https://github.com/ralouphie/getallheaders/issues",
6551                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6552             },
6553             "time": "2019-03-08T08:55:37+00:00"
6554         },
6555         {
6556             "name": "ramsey/collection",
6557             "version": "1.1.3",
6558             "source": {
6559                 "type": "git",
6560                 "url": "https://github.com/ramsey/collection.git",
6561                 "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
6562             },
6563             "dist": {
6564                 "type": "zip",
6565                 "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
6566                 "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
6567                 "shasum": ""
6568             },
6569             "require": {
6570                 "php": "^7.2 || ^8"
6571             },
6572             "require-dev": {
6573                 "captainhook/captainhook": "^5.3",
6574                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6575                 "ergebnis/composer-normalize": "^2.6",
6576                 "fakerphp/faker": "^1.5",
6577                 "hamcrest/hamcrest-php": "^2",
6578                 "jangregor/phpstan-prophecy": "^0.8",
6579                 "mockery/mockery": "^1.3",
6580                 "phpstan/extension-installer": "^1",
6581                 "phpstan/phpstan": "^0.12.32",
6582                 "phpstan/phpstan-mockery": "^0.12.5",
6583                 "phpstan/phpstan-phpunit": "^0.12.11",
6584                 "phpunit/phpunit": "^8.5 || ^9",
6585                 "psy/psysh": "^0.10.4",
6586                 "slevomat/coding-standard": "^6.3",
6587                 "squizlabs/php_codesniffer": "^3.5",
6588                 "vimeo/psalm": "^4.4"
6589             },
6590             "type": "library",
6591             "autoload": {
6592                 "psr-4": {
6593                     "Ramsey\\Collection\\": "src/"
6594                 }
6595             },
6596             "notification-url": "https://packagist.org/downloads/",
6597             "license": [
6598                 "MIT"
6599             ],
6600             "authors": [
6601                 {
6602                     "name": "Ben Ramsey",
6603                     "email": "ben@benramsey.com",
6604                     "homepage": "https://benramsey.com"
6605                 }
6606             ],
6607             "description": "A PHP 7.2+ library for representing and manipulating collections.",
6608             "keywords": [
6609                 "array",
6610                 "collection",
6611                 "hash",
6612                 "map",
6613                 "queue",
6614                 "set"
6615             ],
6616             "support": {
6617                 "issues": "https://github.com/ramsey/collection/issues",
6618                 "source": "https://github.com/ramsey/collection/tree/1.1.3"
6619             },
6620             "funding": [
6621                 {
6622                     "url": "https://github.com/ramsey",
6623                     "type": "github"
6624                 },
6625                 {
6626                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
6627                     "type": "tidelift"
6628                 }
6629             ],
6630             "time": "2021-01-21T17:40:04+00:00"
6631         },
6632         {
6633             "name": "ramsey/uuid",
6634             "version": "4.1.1",
6635             "source": {
6636                 "type": "git",
6637                 "url": "https://github.com/ramsey/uuid.git",
6638                 "reference": "cd4032040a750077205918c86049aa0f43d22947"
6639             },
6640             "dist": {
6641                 "type": "zip",
6642                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
6643                 "reference": "cd4032040a750077205918c86049aa0f43d22947",
6644                 "shasum": ""
6645             },
6646             "require": {
6647                 "brick/math": "^0.8 || ^0.9",
6648                 "ext-json": "*",
6649                 "php": "^7.2 || ^8",
6650                 "ramsey/collection": "^1.0",
6651                 "symfony/polyfill-ctype": "^1.8"
6652             },
6653             "replace": {
6654                 "rhumsaa/uuid": "self.version"
6655             },
6656             "require-dev": {
6657                 "codeception/aspect-mock": "^3",
6658                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
6659                 "doctrine/annotations": "^1.8",
6660                 "goaop/framework": "^2",
6661                 "mockery/mockery": "^1.3",
6662                 "moontoast/math": "^1.1",
6663                 "paragonie/random-lib": "^2",
6664                 "php-mock/php-mock-mockery": "^1.3",
6665                 "php-mock/php-mock-phpunit": "^2.5",
6666                 "php-parallel-lint/php-parallel-lint": "^1.1",
6667                 "phpbench/phpbench": "^0.17.1",
6668                 "phpstan/extension-installer": "^1.0",
6669                 "phpstan/phpstan": "^0.12",
6670                 "phpstan/phpstan-mockery": "^0.12",
6671                 "phpstan/phpstan-phpunit": "^0.12",
6672                 "phpunit/phpunit": "^8.5",
6673                 "psy/psysh": "^0.10.0",
6674                 "slevomat/coding-standard": "^6.0",
6675                 "squizlabs/php_codesniffer": "^3.5",
6676                 "vimeo/psalm": "3.9.4"
6677             },
6678             "suggest": {
6679                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
6680                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
6681                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
6682                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
6683                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
6684                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
6685             },
6686             "type": "library",
6687             "extra": {
6688                 "branch-alias": {
6689                     "dev-master": "4.x-dev"
6690                 }
6691             },
6692             "autoload": {
6693                 "psr-4": {
6694                     "Ramsey\\Uuid\\": "src/"
6695                 },
6696                 "files": [
6697                     "src/functions.php"
6698                 ]
6699             },
6700             "notification-url": "https://packagist.org/downloads/",
6701             "license": [
6702                 "MIT"
6703             ],
6704             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
6705             "homepage": "https://github.com/ramsey/uuid",
6706             "keywords": [
6707                 "guid",
6708                 "identifier",
6709                 "uuid"
6710             ],
6711             "support": {
6712                 "issues": "https://github.com/ramsey/uuid/issues",
6713                 "rss": "https://github.com/ramsey/uuid/releases.atom",
6714                 "source": "https://github.com/ramsey/uuid"
6715             },
6716             "funding": [
6717                 {
6718                     "url": "https://github.com/ramsey",
6719                     "type": "github"
6720                 }
6721             ],
6722             "time": "2020-08-18T17:17:46+00:00"
6723         },
6724         {
6725             "name": "rospdf/pdf-php",
6726             "version": "0.12.63",
6727             "source": {
6728                 "type": "git",
6729                 "url": "https://github.com/rospdf/pdf-php.git",
6730                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44"
6731             },
6732             "dist": {
6733                 "type": "zip",
6734                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/f957e49ddfa6b7891de62c48b1de965a74db6c44",
6735                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44",
6736                 "shasum": ""
6737             },
6738             "require": {
6739                 "php": ">=5.6.0"
6740             },
6741             "require-dev": {
6742                 "phpunit/phpunit": "3.7.38",
6743                 "squizlabs/php_codesniffer": "2.*"
6744             },
6745             "type": "library",
6746             "extra": {
6747                 "branch-alias": {
6748                     "dev-experimental": "0.13.x-dev",
6749                     "dev-master": "0.12.x-dev"
6750                 }
6751             },
6752             "autoload": {
6753                 "files": [
6754                     "src/Cpdf.php",
6755                     "src/Cezpdf.php"
6756                 ]
6757             },
6758             "notification-url": "https://packagist.org/downloads/",
6759             "license": [
6760                 "MIT"
6761             ],
6762             "authors": [
6763                 {
6764                     "name": "Ole Koeckemann",
6765                     "email": "ole.k@web.de",
6766                     "role": "Project Head / Developer"
6767                 },
6768                 {
6769                     "name": "Lars Olesen",
6770                     "email": "lars@intraface.dk",
6771                     "role": "Developer"
6772                 },
6773                 {
6774                     "name": "Sune Jensen",
6775                     "email": "sj@sunet.dk",
6776                     "role": "Developer"
6777                 },
6778                 {
6779                     "name": "Nicola Asuni",
6780                     "email": "info@tecnick.com",
6781                     "role": "Developer"
6782                 },
6783                 {
6784                     "name": "Wayne Munro",
6785                     "email": "pdf@ros.co.nz",
6786                     "role": "Founder / Inactive"
6787                 }
6788             ],
6789             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
6790             "homepage": "https://github.com/rospdf/pdf-php",
6791             "support": {
6792                 "issues": "https://github.com/rospdf/pdf-php/issues",
6793                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.63"
6794             },
6795             "time": "2020-09-20T06:15:20+00:00"
6796         },
6797         {
6798             "name": "sabberworm/php-css-parser",
6799             "version": "8.3.1",
6800             "source": {
6801                 "type": "git",
6802                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
6803                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
6804             },
6805             "dist": {
6806                 "type": "zip",
6807                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
6808                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
6809                 "shasum": ""
6810             },
6811             "require": {
6812                 "php": ">=5.3.2"
6813             },
6814             "require-dev": {
6815                 "codacy/coverage": "^1.4",
6816                 "phpunit/phpunit": "~4.8"
6817             },
6818             "type": "library",
6819             "autoload": {
6820                 "psr-0": {
6821                     "Sabberworm\\CSS": "lib/"
6822                 }
6823             },
6824             "notification-url": "https://packagist.org/downloads/",
6825             "license": [
6826                 "MIT"
6827             ],
6828             "authors": [
6829                 {
6830                     "name": "Raphael Schweikert"
6831                 }
6832             ],
6833             "description": "Parser for CSS Files written in PHP",
6834             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
6835             "keywords": [
6836                 "css",
6837                 "parser",
6838                 "stylesheet"
6839             ],
6840             "support": {
6841                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
6842                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
6843             },
6844             "time": "2020-06-01T09:10:00+00:00"
6845         },
6846         {
6847             "name": "setasign/fpdi",
6848             "version": "v2.3.6",
6849             "source": {
6850                 "type": "git",
6851                 "url": "https://github.com/Setasign/FPDI.git",
6852                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
6853             },
6854             "dist": {
6855                 "type": "zip",
6856                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
6857                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
6858                 "shasum": ""
6859             },
6860             "require": {
6861                 "ext-zlib": "*",
6862                 "php": "^5.6 || ^7.0 || ^8.0"
6863             },
6864             "conflict": {
6865                 "setasign/tfpdf": "<1.31"
6866             },
6867             "require-dev": {
6868                 "phpunit/phpunit": "~5.7",
6869                 "setasign/fpdf": "~1.8",
6870                 "setasign/tfpdf": "1.31",
6871                 "squizlabs/php_codesniffer": "^3.5",
6872                 "tecnickcom/tcpdf": "~6.2"
6873             },
6874             "suggest": {
6875                 "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."
6876             },
6877             "type": "library",
6878             "autoload": {
6879                 "psr-4": {
6880                     "setasign\\Fpdi\\": "src/"
6881                 }
6882             },
6883             "notification-url": "https://packagist.org/downloads/",
6884             "license": [
6885                 "MIT"
6886             ],
6887             "authors": [
6888                 {
6889                     "name": "Jan Slabon",
6890                     "email": "jan.slabon@setasign.com",
6891                     "homepage": "https://www.setasign.com"
6892                 },
6893                 {
6894                     "name": "Maximilian Kresse",
6895                     "email": "maximilian.kresse@setasign.com",
6896                     "homepage": "https://www.setasign.com"
6897                 }
6898             ],
6899             "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.",
6900             "homepage": "https://www.setasign.com/fpdi",
6901             "keywords": [
6902                 "fpdf",
6903                 "fpdi",
6904                 "pdf"
6905             ],
6906             "support": {
6907                 "issues": "https://github.com/Setasign/FPDI/issues",
6908                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
6909             },
6910             "funding": [
6911                 {
6912                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
6913                     "type": "tidelift"
6914                 }
6915             ],
6916             "time": "2021-02-11T11:37:01+00:00"
6917         },
6918         {
6919             "name": "smarty/smarty",
6920             "version": "v2.6.31",
6921             "source": {
6922                 "type": "git",
6923                 "url": "https://github.com/smarty-php/smarty.git",
6924                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
6925             },
6926             "dist": {
6927                 "type": "zip",
6928                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6929                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6930                 "shasum": ""
6931             },
6932             "require": {
6933                 "php": ">=5.2"
6934             },
6935             "type": "library",
6936             "extra": {
6937                 "branch-alias": {
6938                     "dev-master": "2.6.x-dev"
6939                 }
6940             },
6941             "autoload": {
6942                 "classmap": [
6943                     "libs/Smarty.class.php",
6944                     "libs/Smarty_Compiler.class.php",
6945                     "libs/Config_File.class.php"
6946                 ]
6947             },
6948             "notification-url": "https://packagist.org/downloads/",
6949             "license": [
6950                 "LGPL-3.0"
6951             ],
6952             "authors": [
6953                 {
6954                     "name": "Monte Ohrt",
6955                     "email": "monte@ohrt.com"
6956                 },
6957                 {
6958                     "name": "Uwe Tews",
6959                     "email": "uwe.tews@googlemail.com"
6960                 }
6961             ],
6962             "description": "Smarty - the compiling PHP template engine",
6963             "homepage": "http://www.smarty.net",
6964             "keywords": [
6965                 "templating"
6966             ],
6967             "support": {
6968                 "forum": "http://www.smarty.net/forums/",
6969                 "irc": "irc://irc.freenode.org/smarty",
6970                 "issues": "http://code.google.com/p/smarty-php/issues/list",
6971                 "source": "https://github.com/smarty-php/smarty/tree/Smarty2"
6972             },
6973             "time": "2017-11-03T06:39:13+00:00"
6974         },
6975         {
6976             "name": "steverhoades/oauth2-openid-connect-server",
6977             "version": "v1.3.0",
6978             "source": {
6979                 "type": "git",
6980                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
6981                 "reference": "b38b082faa905d5feb2faf95add5f4a3b2cb7542"
6982             },
6983             "dist": {
6984                 "type": "zip",
6985                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/b38b082faa905d5feb2faf95add5f4a3b2cb7542",
6986                 "reference": "b38b082faa905d5feb2faf95add5f4a3b2cb7542",
6987                 "shasum": ""
6988             },
6989             "require": {
6990                 "lcobucci/jwt": "^3.3",
6991                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
6992             },
6993             "require-dev": {
6994                 "phpunit/phpunit": "^5.0",
6995                 "zendframework/zend-diactoros": "^1.3.2"
6996             },
6997             "type": "library",
6998             "autoload": {
6999                 "psr-4": {
7000                     "OpenIDConnectServer\\": "src/"
7001                 }
7002             },
7003             "notification-url": "https://packagist.org/downloads/",
7004             "license": [
7005                 "MIT"
7006             ],
7007             "authors": [
7008                 {
7009                     "name": "Steve Rhoades",
7010                     "email": "sedonami@gmail.com"
7011                 }
7012             ],
7013             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7014             "support": {
7015                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7016                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v1.3.0"
7017             },
7018             "time": "2020-12-05T21:09:11+00:00"
7019         },
7020         {
7021             "name": "symfony/config",
7022             "version": "v4.4.17",
7023             "source": {
7024                 "type": "git",
7025                 "url": "https://github.com/symfony/config.git",
7026                 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065"
7027             },
7028             "dist": {
7029                 "type": "zip",
7030                 "url": "https://api.github.com/repos/symfony/config/zipball/4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
7031                 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
7032                 "shasum": ""
7033             },
7034             "require": {
7035                 "php": ">=7.1.3",
7036                 "symfony/filesystem": "^3.4|^4.0|^5.0",
7037                 "symfony/polyfill-ctype": "~1.8"
7038             },
7039             "conflict": {
7040                 "symfony/finder": "<3.4"
7041             },
7042             "require-dev": {
7043                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7044                 "symfony/finder": "^3.4|^4.0|^5.0",
7045                 "symfony/messenger": "^4.1|^5.0",
7046                 "symfony/service-contracts": "^1.1|^2",
7047                 "symfony/yaml": "^3.4|^4.0|^5.0"
7048             },
7049             "suggest": {
7050                 "symfony/yaml": "To use the yaml reference dumper"
7051             },
7052             "type": "library",
7053             "autoload": {
7054                 "psr-4": {
7055                     "Symfony\\Component\\Config\\": ""
7056                 },
7057                 "exclude-from-classmap": [
7058                     "/Tests/"
7059                 ]
7060             },
7061             "notification-url": "https://packagist.org/downloads/",
7062             "license": [
7063                 "MIT"
7064             ],
7065             "authors": [
7066                 {
7067                     "name": "Fabien Potencier",
7068                     "email": "fabien@symfony.com"
7069                 },
7070                 {
7071                     "name": "Symfony Community",
7072                     "homepage": "https://symfony.com/contributors"
7073                 }
7074             ],
7075             "description": "Symfony Config Component",
7076             "homepage": "https://symfony.com",
7077             "support": {
7078                 "source": "https://github.com/symfony/config/tree/v4.4.17"
7079             },
7080             "funding": [
7081                 {
7082                     "url": "https://symfony.com/sponsor",
7083                     "type": "custom"
7084                 },
7085                 {
7086                     "url": "https://github.com/fabpot",
7087                     "type": "github"
7088                 },
7089                 {
7090                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7091                     "type": "tidelift"
7092                 }
7093             ],
7094             "time": "2020-11-16T11:15:53+00:00"
7095         },
7096         {
7097             "name": "symfony/dependency-injection",
7098             "version": "v4.4.17",
7099             "source": {
7100                 "type": "git",
7101                 "url": "https://github.com/symfony/dependency-injection.git",
7102                 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24"
7103             },
7104             "dist": {
7105                 "type": "zip",
7106                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7126a3a25466a29b844c21394aabf6e7cf717b24",
7107                 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24",
7108                 "shasum": ""
7109             },
7110             "require": {
7111                 "php": ">=7.1.3",
7112                 "psr/container": "^1.0",
7113                 "symfony/service-contracts": "^1.1.6|^2"
7114             },
7115             "conflict": {
7116                 "symfony/config": "<4.3|>=5.0",
7117                 "symfony/finder": "<3.4",
7118                 "symfony/proxy-manager-bridge": "<3.4",
7119                 "symfony/yaml": "<3.4"
7120             },
7121             "provide": {
7122                 "psr/container-implementation": "1.0",
7123                 "symfony/service-implementation": "1.0"
7124             },
7125             "require-dev": {
7126                 "symfony/config": "^4.3",
7127                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7128                 "symfony/yaml": "^3.4|^4.0|^5.0"
7129             },
7130             "suggest": {
7131                 "symfony/config": "",
7132                 "symfony/expression-language": "For using expressions in service container configuration",
7133                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7134                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7135                 "symfony/yaml": ""
7136             },
7137             "type": "library",
7138             "autoload": {
7139                 "psr-4": {
7140                     "Symfony\\Component\\DependencyInjection\\": ""
7141                 },
7142                 "exclude-from-classmap": [
7143                     "/Tests/"
7144                 ]
7145             },
7146             "notification-url": "https://packagist.org/downloads/",
7147             "license": [
7148                 "MIT"
7149             ],
7150             "authors": [
7151                 {
7152                     "name": "Fabien Potencier",
7153                     "email": "fabien@symfony.com"
7154                 },
7155                 {
7156                     "name": "Symfony Community",
7157                     "homepage": "https://symfony.com/contributors"
7158                 }
7159             ],
7160             "description": "Symfony DependencyInjection Component",
7161             "homepage": "https://symfony.com",
7162             "support": {
7163                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.17"
7164             },
7165             "funding": [
7166                 {
7167                     "url": "https://symfony.com/sponsor",
7168                     "type": "custom"
7169                 },
7170                 {
7171                     "url": "https://github.com/fabpot",
7172                     "type": "github"
7173                 },
7174                 {
7175                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7176                     "type": "tidelift"
7177                 }
7178             ],
7179             "time": "2020-11-27T15:54:06+00:00"
7180         },
7181         {
7182             "name": "symfony/deprecation-contracts",
7183             "version": "v2.2.0",
7184             "source": {
7185                 "type": "git",
7186                 "url": "https://github.com/symfony/deprecation-contracts.git",
7187                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
7188             },
7189             "dist": {
7190                 "type": "zip",
7191                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7192                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7193                 "shasum": ""
7194             },
7195             "require": {
7196                 "php": ">=7.1"
7197             },
7198             "type": "library",
7199             "extra": {
7200                 "branch-alias": {
7201                     "dev-master": "2.2-dev"
7202                 },
7203                 "thanks": {
7204                     "name": "symfony/contracts",
7205                     "url": "https://github.com/symfony/contracts"
7206                 }
7207             },
7208             "autoload": {
7209                 "files": [
7210                     "function.php"
7211                 ]
7212             },
7213             "notification-url": "https://packagist.org/downloads/",
7214             "license": [
7215                 "MIT"
7216             ],
7217             "authors": [
7218                 {
7219                     "name": "Nicolas Grekas",
7220                     "email": "p@tchwork.com"
7221                 },
7222                 {
7223                     "name": "Symfony Community",
7224                     "homepage": "https://symfony.com/contributors"
7225                 }
7226             ],
7227             "description": "A generic function and convention to trigger deprecation notices",
7228             "homepage": "https://symfony.com",
7229             "support": {
7230                 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
7231             },
7232             "funding": [
7233                 {
7234                     "url": "https://symfony.com/sponsor",
7235                     "type": "custom"
7236                 },
7237                 {
7238                     "url": "https://github.com/fabpot",
7239                     "type": "github"
7240                 },
7241                 {
7242                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7243                     "type": "tidelift"
7244                 }
7245             ],
7246             "time": "2020-09-07T11:33:47+00:00"
7247         },
7248         {
7249             "name": "symfony/event-dispatcher",
7250             "version": "v4.4.17",
7251             "source": {
7252                 "type": "git",
7253                 "url": "https://github.com/symfony/event-dispatcher.git",
7254                 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924"
7255             },
7256             "dist": {
7257                 "type": "zip",
7258                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f029d6f21eac61ab23198e7aca40e7638e8c8924",
7259                 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924",
7260                 "shasum": ""
7261             },
7262             "require": {
7263                 "php": ">=7.1.3",
7264                 "symfony/event-dispatcher-contracts": "^1.1"
7265             },
7266             "conflict": {
7267                 "symfony/dependency-injection": "<3.4"
7268             },
7269             "provide": {
7270                 "psr/event-dispatcher-implementation": "1.0",
7271                 "symfony/event-dispatcher-implementation": "1.1"
7272             },
7273             "require-dev": {
7274                 "psr/log": "~1.0",
7275                 "symfony/config": "^3.4|^4.0|^5.0",
7276                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7277                 "symfony/error-handler": "~3.4|~4.4",
7278                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7279                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7280                 "symfony/service-contracts": "^1.1|^2",
7281                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
7282             },
7283             "suggest": {
7284                 "symfony/dependency-injection": "",
7285                 "symfony/http-kernel": ""
7286             },
7287             "type": "library",
7288             "autoload": {
7289                 "psr-4": {
7290                     "Symfony\\Component\\EventDispatcher\\": ""
7291                 },
7292                 "exclude-from-classmap": [
7293                     "/Tests/"
7294                 ]
7295             },
7296             "notification-url": "https://packagist.org/downloads/",
7297             "license": [
7298                 "MIT"
7299             ],
7300             "authors": [
7301                 {
7302                     "name": "Fabien Potencier",
7303                     "email": "fabien@symfony.com"
7304                 },
7305                 {
7306                     "name": "Symfony Community",
7307                     "homepage": "https://symfony.com/contributors"
7308                 }
7309             ],
7310             "description": "Symfony EventDispatcher Component",
7311             "homepage": "https://symfony.com",
7312             "support": {
7313                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.17"
7314             },
7315             "funding": [
7316                 {
7317                     "url": "https://symfony.com/sponsor",
7318                     "type": "custom"
7319                 },
7320                 {
7321                     "url": "https://github.com/fabpot",
7322                     "type": "github"
7323                 },
7324                 {
7325                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7326                     "type": "tidelift"
7327                 }
7328             ],
7329             "time": "2020-10-31T22:44:29+00:00"
7330         },
7331         {
7332             "name": "symfony/event-dispatcher-contracts",
7333             "version": "v1.1.9",
7334             "source": {
7335                 "type": "git",
7336                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
7337                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
7338             },
7339             "dist": {
7340                 "type": "zip",
7341                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7342                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7343                 "shasum": ""
7344             },
7345             "require": {
7346                 "php": ">=7.1.3"
7347             },
7348             "suggest": {
7349                 "psr/event-dispatcher": "",
7350                 "symfony/event-dispatcher-implementation": ""
7351             },
7352             "type": "library",
7353             "extra": {
7354                 "branch-alias": {
7355                     "dev-master": "1.1-dev"
7356                 },
7357                 "thanks": {
7358                     "name": "symfony/contracts",
7359                     "url": "https://github.com/symfony/contracts"
7360                 }
7361             },
7362             "autoload": {
7363                 "psr-4": {
7364                     "Symfony\\Contracts\\EventDispatcher\\": ""
7365                 }
7366             },
7367             "notification-url": "https://packagist.org/downloads/",
7368             "license": [
7369                 "MIT"
7370             ],
7371             "authors": [
7372                 {
7373                     "name": "Nicolas Grekas",
7374                     "email": "p@tchwork.com"
7375                 },
7376                 {
7377                     "name": "Symfony Community",
7378                     "homepage": "https://symfony.com/contributors"
7379                 }
7380             ],
7381             "description": "Generic abstractions related to dispatching event",
7382             "homepage": "https://symfony.com",
7383             "keywords": [
7384                 "abstractions",
7385                 "contracts",
7386                 "decoupling",
7387                 "interfaces",
7388                 "interoperability",
7389                 "standards"
7390             ],
7391             "support": {
7392                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
7393             },
7394             "funding": [
7395                 {
7396                     "url": "https://symfony.com/sponsor",
7397                     "type": "custom"
7398                 },
7399                 {
7400                     "url": "https://github.com/fabpot",
7401                     "type": "github"
7402                 },
7403                 {
7404                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7405                     "type": "tidelift"
7406                 }
7407             ],
7408             "time": "2020-07-06T13:19:58+00:00"
7409         },
7410         {
7411             "name": "symfony/filesystem",
7412             "version": "v5.2.4",
7413             "source": {
7414                 "type": "git",
7415                 "url": "https://github.com/symfony/filesystem.git",
7416                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
7417             },
7418             "dist": {
7419                 "type": "zip",
7420                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
7421                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
7422                 "shasum": ""
7423             },
7424             "require": {
7425                 "php": ">=7.2.5",
7426                 "symfony/polyfill-ctype": "~1.8"
7427             },
7428             "type": "library",
7429             "autoload": {
7430                 "psr-4": {
7431                     "Symfony\\Component\\Filesystem\\": ""
7432                 },
7433                 "exclude-from-classmap": [
7434                     "/Tests/"
7435                 ]
7436             },
7437             "notification-url": "https://packagist.org/downloads/",
7438             "license": [
7439                 "MIT"
7440             ],
7441             "authors": [
7442                 {
7443                     "name": "Fabien Potencier",
7444                     "email": "fabien@symfony.com"
7445                 },
7446                 {
7447                     "name": "Symfony Community",
7448                     "homepage": "https://symfony.com/contributors"
7449                 }
7450             ],
7451             "description": "Provides basic utilities for the filesystem",
7452             "homepage": "https://symfony.com",
7453             "support": {
7454                 "source": "https://github.com/symfony/filesystem/tree/v5.2.4"
7455             },
7456             "funding": [
7457                 {
7458                     "url": "https://symfony.com/sponsor",
7459                     "type": "custom"
7460                 },
7461                 {
7462                     "url": "https://github.com/fabpot",
7463                     "type": "github"
7464                 },
7465                 {
7466                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7467                     "type": "tidelift"
7468                 }
7469             ],
7470             "time": "2021-02-12T10:38:38+00:00"
7471         },
7472         {
7473             "name": "symfony/http-foundation",
7474             "version": "v4.4.17",
7475             "source": {
7476                 "type": "git",
7477                 "url": "https://github.com/symfony/http-foundation.git",
7478                 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94"
7479             },
7480             "dist": {
7481                 "type": "zip",
7482                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9eeb37ec0ff3049c782ca67041648e28ddd75a94",
7483                 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94",
7484                 "shasum": ""
7485             },
7486             "require": {
7487                 "php": ">=7.1.3",
7488                 "symfony/mime": "^4.3|^5.0",
7489                 "symfony/polyfill-mbstring": "~1.1"
7490             },
7491             "require-dev": {
7492                 "predis/predis": "~1.0",
7493                 "symfony/expression-language": "^3.4|^4.0|^5.0"
7494             },
7495             "type": "library",
7496             "autoload": {
7497                 "psr-4": {
7498                     "Symfony\\Component\\HttpFoundation\\": ""
7499                 },
7500                 "exclude-from-classmap": [
7501                     "/Tests/"
7502                 ]
7503             },
7504             "notification-url": "https://packagist.org/downloads/",
7505             "license": [
7506                 "MIT"
7507             ],
7508             "authors": [
7509                 {
7510                     "name": "Fabien Potencier",
7511                     "email": "fabien@symfony.com"
7512                 },
7513                 {
7514                     "name": "Symfony Community",
7515                     "homepage": "https://symfony.com/contributors"
7516                 }
7517             ],
7518             "description": "Symfony HttpFoundation Component",
7519             "homepage": "https://symfony.com",
7520             "support": {
7521                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.17"
7522             },
7523             "funding": [
7524                 {
7525                     "url": "https://symfony.com/sponsor",
7526                     "type": "custom"
7527                 },
7528                 {
7529                     "url": "https://github.com/fabpot",
7530                     "type": "github"
7531                 },
7532                 {
7533                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7534                     "type": "tidelift"
7535                 }
7536             ],
7537             "time": "2020-11-03T11:58:18+00:00"
7538         },
7539         {
7540             "name": "symfony/inflector",
7541             "version": "v5.2.4",
7542             "source": {
7543                 "type": "git",
7544                 "url": "https://github.com/symfony/inflector.git",
7545                 "reference": "4c285002228d0e27480e5eee871f4e3f0a05a4eb"
7546             },
7547             "dist": {
7548                 "type": "zip",
7549                 "url": "https://api.github.com/repos/symfony/inflector/zipball/4c285002228d0e27480e5eee871f4e3f0a05a4eb",
7550                 "reference": "4c285002228d0e27480e5eee871f4e3f0a05a4eb",
7551                 "shasum": ""
7552             },
7553             "require": {
7554                 "php": ">=7.2.5",
7555                 "symfony/deprecation-contracts": "^2.1",
7556                 "symfony/string": "~5.1.10|^5.2.1"
7557             },
7558             "type": "library",
7559             "autoload": {
7560                 "psr-4": {
7561                     "Symfony\\Component\\Inflector\\": ""
7562                 },
7563                 "exclude-from-classmap": [
7564                     "/Tests/"
7565                 ]
7566             },
7567             "notification-url": "https://packagist.org/downloads/",
7568             "license": [
7569                 "MIT"
7570             ],
7571             "authors": [
7572                 {
7573                     "name": "Bernhard Schussek",
7574                     "email": "bschussek@gmail.com"
7575                 },
7576                 {
7577                     "name": "Symfony Community",
7578                     "homepage": "https://symfony.com/contributors"
7579                 }
7580             ],
7581             "description": "Converts words between their singular and plural forms (English only)",
7582             "homepage": "https://symfony.com",
7583             "keywords": [
7584                 "inflection",
7585                 "pluralize",
7586                 "singularize",
7587                 "string",
7588                 "symfony",
7589                 "words"
7590             ],
7591             "support": {
7592                 "source": "https://github.com/symfony/inflector/tree/v5.2.4"
7593             },
7594             "funding": [
7595                 {
7596                     "url": "https://symfony.com/sponsor",
7597                     "type": "custom"
7598                 },
7599                 {
7600                     "url": "https://github.com/fabpot",
7601                     "type": "github"
7602                 },
7603                 {
7604                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7605                     "type": "tidelift"
7606                 }
7607             ],
7608             "time": "2021-01-10T16:29:19+00:00"
7609         },
7610         {
7611             "name": "symfony/mime",
7612             "version": "v5.2.4",
7613             "source": {
7614                 "type": "git",
7615                 "url": "https://github.com/symfony/mime.git",
7616                 "reference": "5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd"
7617             },
7618             "dist": {
7619                 "type": "zip",
7620                 "url": "https://api.github.com/repos/symfony/mime/zipball/5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd",
7621                 "reference": "5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd",
7622                 "shasum": ""
7623             },
7624             "require": {
7625                 "php": ">=7.2.5",
7626                 "symfony/deprecation-contracts": "^2.1",
7627                 "symfony/polyfill-intl-idn": "^1.10",
7628                 "symfony/polyfill-mbstring": "^1.0",
7629                 "symfony/polyfill-php80": "^1.15"
7630             },
7631             "conflict": {
7632                 "phpdocumentor/reflection-docblock": "<3.2.2",
7633                 "phpdocumentor/type-resolver": "<1.4.0",
7634                 "symfony/mailer": "<4.4"
7635             },
7636             "require-dev": {
7637                 "egulias/email-validator": "^2.1.10",
7638                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
7639                 "symfony/dependency-injection": "^4.4|^5.0",
7640                 "symfony/property-access": "^4.4|^5.1",
7641                 "symfony/property-info": "^4.4|^5.1",
7642                 "symfony/serializer": "^5.2"
7643             },
7644             "type": "library",
7645             "autoload": {
7646                 "psr-4": {
7647                     "Symfony\\Component\\Mime\\": ""
7648                 },
7649                 "exclude-from-classmap": [
7650                     "/Tests/"
7651                 ]
7652             },
7653             "notification-url": "https://packagist.org/downloads/",
7654             "license": [
7655                 "MIT"
7656             ],
7657             "authors": [
7658                 {
7659                     "name": "Fabien Potencier",
7660                     "email": "fabien@symfony.com"
7661                 },
7662                 {
7663                     "name": "Symfony Community",
7664                     "homepage": "https://symfony.com/contributors"
7665                 }
7666             ],
7667             "description": "Allows manipulating MIME messages",
7668             "homepage": "https://symfony.com",
7669             "keywords": [
7670                 "mime",
7671                 "mime-type"
7672             ],
7673             "support": {
7674                 "source": "https://github.com/symfony/mime/tree/v5.2.4"
7675             },
7676             "funding": [
7677                 {
7678                     "url": "https://symfony.com/sponsor",
7679                     "type": "custom"
7680                 },
7681                 {
7682                     "url": "https://github.com/fabpot",
7683                     "type": "github"
7684                 },
7685                 {
7686                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7687                     "type": "tidelift"
7688                 }
7689             ],
7690             "time": "2021-02-15T18:55:04+00:00"
7691         },
7692         {
7693             "name": "symfony/polyfill-ctype",
7694             "version": "v1.22.1",
7695             "source": {
7696                 "type": "git",
7697                 "url": "https://github.com/symfony/polyfill-ctype.git",
7698                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
7699             },
7700             "dist": {
7701                 "type": "zip",
7702                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
7703                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
7704                 "shasum": ""
7705             },
7706             "require": {
7707                 "php": ">=7.1"
7708             },
7709             "suggest": {
7710                 "ext-ctype": "For best performance"
7711             },
7712             "type": "library",
7713             "extra": {
7714                 "branch-alias": {
7715                     "dev-main": "1.22-dev"
7716                 },
7717                 "thanks": {
7718                     "name": "symfony/polyfill",
7719                     "url": "https://github.com/symfony/polyfill"
7720                 }
7721             },
7722             "autoload": {
7723                 "psr-4": {
7724                     "Symfony\\Polyfill\\Ctype\\": ""
7725                 },
7726                 "files": [
7727                     "bootstrap.php"
7728                 ]
7729             },
7730             "notification-url": "https://packagist.org/downloads/",
7731             "license": [
7732                 "MIT"
7733             ],
7734             "authors": [
7735                 {
7736                     "name": "Gert de Pagter",
7737                     "email": "BackEndTea@gmail.com"
7738                 },
7739                 {
7740                     "name": "Symfony Community",
7741                     "homepage": "https://symfony.com/contributors"
7742                 }
7743             ],
7744             "description": "Symfony polyfill for ctype functions",
7745             "homepage": "https://symfony.com",
7746             "keywords": [
7747                 "compatibility",
7748                 "ctype",
7749                 "polyfill",
7750                 "portable"
7751             ],
7752             "support": {
7753                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
7754             },
7755             "funding": [
7756                 {
7757                     "url": "https://symfony.com/sponsor",
7758                     "type": "custom"
7759                 },
7760                 {
7761                     "url": "https://github.com/fabpot",
7762                     "type": "github"
7763                 },
7764                 {
7765                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7766                     "type": "tidelift"
7767                 }
7768             ],
7769             "time": "2021-01-07T16:49:33+00:00"
7770         },
7771         {
7772             "name": "symfony/polyfill-intl-grapheme",
7773             "version": "v1.22.1",
7774             "source": {
7775                 "type": "git",
7776                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
7777                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
7778             },
7779             "dist": {
7780                 "type": "zip",
7781                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
7782                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
7783                 "shasum": ""
7784             },
7785             "require": {
7786                 "php": ">=7.1"
7787             },
7788             "suggest": {
7789                 "ext-intl": "For best performance"
7790             },
7791             "type": "library",
7792             "extra": {
7793                 "branch-alias": {
7794                     "dev-main": "1.22-dev"
7795                 },
7796                 "thanks": {
7797                     "name": "symfony/polyfill",
7798                     "url": "https://github.com/symfony/polyfill"
7799                 }
7800             },
7801             "autoload": {
7802                 "psr-4": {
7803                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
7804                 },
7805                 "files": [
7806                     "bootstrap.php"
7807                 ]
7808             },
7809             "notification-url": "https://packagist.org/downloads/",
7810             "license": [
7811                 "MIT"
7812             ],
7813             "authors": [
7814                 {
7815                     "name": "Nicolas Grekas",
7816                     "email": "p@tchwork.com"
7817                 },
7818                 {
7819                     "name": "Symfony Community",
7820                     "homepage": "https://symfony.com/contributors"
7821                 }
7822             ],
7823             "description": "Symfony polyfill for intl's grapheme_* functions",
7824             "homepage": "https://symfony.com",
7825             "keywords": [
7826                 "compatibility",
7827                 "grapheme",
7828                 "intl",
7829                 "polyfill",
7830                 "portable",
7831                 "shim"
7832             ],
7833             "support": {
7834                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
7835             },
7836             "funding": [
7837                 {
7838                     "url": "https://symfony.com/sponsor",
7839                     "type": "custom"
7840                 },
7841                 {
7842                     "url": "https://github.com/fabpot",
7843                     "type": "github"
7844                 },
7845                 {
7846                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7847                     "type": "tidelift"
7848                 }
7849             ],
7850             "time": "2021-01-22T09:19:47+00:00"
7851         },
7852         {
7853             "name": "symfony/polyfill-intl-idn",
7854             "version": "v1.22.1",
7855             "source": {
7856                 "type": "git",
7857                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
7858                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
7859             },
7860             "dist": {
7861                 "type": "zip",
7862                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
7863                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
7864                 "shasum": ""
7865             },
7866             "require": {
7867                 "php": ">=7.1",
7868                 "symfony/polyfill-intl-normalizer": "^1.10",
7869                 "symfony/polyfill-php72": "^1.10"
7870             },
7871             "suggest": {
7872                 "ext-intl": "For best performance"
7873             },
7874             "type": "library",
7875             "extra": {
7876                 "branch-alias": {
7877                     "dev-main": "1.22-dev"
7878                 },
7879                 "thanks": {
7880                     "name": "symfony/polyfill",
7881                     "url": "https://github.com/symfony/polyfill"
7882                 }
7883             },
7884             "autoload": {
7885                 "psr-4": {
7886                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
7887                 },
7888                 "files": [
7889                     "bootstrap.php"
7890                 ]
7891             },
7892             "notification-url": "https://packagist.org/downloads/",
7893             "license": [
7894                 "MIT"
7895             ],
7896             "authors": [
7897                 {
7898                     "name": "Laurent Bassin",
7899                     "email": "laurent@bassin.info"
7900                 },
7901                 {
7902                     "name": "Trevor Rowbotham",
7903                     "email": "trevor.rowbotham@pm.me"
7904                 },
7905                 {
7906                     "name": "Symfony Community",
7907                     "homepage": "https://symfony.com/contributors"
7908                 }
7909             ],
7910             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
7911             "homepage": "https://symfony.com",
7912             "keywords": [
7913                 "compatibility",
7914                 "idn",
7915                 "intl",
7916                 "polyfill",
7917                 "portable",
7918                 "shim"
7919             ],
7920             "support": {
7921                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
7922             },
7923             "funding": [
7924                 {
7925                     "url": "https://symfony.com/sponsor",
7926                     "type": "custom"
7927                 },
7928                 {
7929                     "url": "https://github.com/fabpot",
7930                     "type": "github"
7931                 },
7932                 {
7933                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7934                     "type": "tidelift"
7935                 }
7936             ],
7937             "time": "2021-01-22T09:19:47+00:00"
7938         },
7939         {
7940             "name": "symfony/polyfill-intl-normalizer",
7941             "version": "v1.22.1",
7942             "source": {
7943                 "type": "git",
7944                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
7945                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
7946             },
7947             "dist": {
7948                 "type": "zip",
7949                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
7950                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
7951                 "shasum": ""
7952             },
7953             "require": {
7954                 "php": ">=7.1"
7955             },
7956             "suggest": {
7957                 "ext-intl": "For best performance"
7958             },
7959             "type": "library",
7960             "extra": {
7961                 "branch-alias": {
7962                     "dev-main": "1.22-dev"
7963                 },
7964                 "thanks": {
7965                     "name": "symfony/polyfill",
7966                     "url": "https://github.com/symfony/polyfill"
7967                 }
7968             },
7969             "autoload": {
7970                 "psr-4": {
7971                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
7972                 },
7973                 "files": [
7974                     "bootstrap.php"
7975                 ],
7976                 "classmap": [
7977                     "Resources/stubs"
7978                 ]
7979             },
7980             "notification-url": "https://packagist.org/downloads/",
7981             "license": [
7982                 "MIT"
7983             ],
7984             "authors": [
7985                 {
7986                     "name": "Nicolas Grekas",
7987                     "email": "p@tchwork.com"
7988                 },
7989                 {
7990                     "name": "Symfony Community",
7991                     "homepage": "https://symfony.com/contributors"
7992                 }
7993             ],
7994             "description": "Symfony polyfill for intl's Normalizer class and related functions",
7995             "homepage": "https://symfony.com",
7996             "keywords": [
7997                 "compatibility",
7998                 "intl",
7999                 "normalizer",
8000                 "polyfill",
8001                 "portable",
8002                 "shim"
8003             ],
8004             "support": {
8005                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
8006             },
8007             "funding": [
8008                 {
8009                     "url": "https://symfony.com/sponsor",
8010                     "type": "custom"
8011                 },
8012                 {
8013                     "url": "https://github.com/fabpot",
8014                     "type": "github"
8015                 },
8016                 {
8017                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8018                     "type": "tidelift"
8019                 }
8020             ],
8021             "time": "2021-01-22T09:19:47+00:00"
8022         },
8023         {
8024             "name": "symfony/polyfill-mbstring",
8025             "version": "v1.22.1",
8026             "source": {
8027                 "type": "git",
8028                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8029                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
8030             },
8031             "dist": {
8032                 "type": "zip",
8033                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
8034                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
8035                 "shasum": ""
8036             },
8037             "require": {
8038                 "php": ">=7.1"
8039             },
8040             "suggest": {
8041                 "ext-mbstring": "For best performance"
8042             },
8043             "type": "library",
8044             "extra": {
8045                 "branch-alias": {
8046                     "dev-main": "1.22-dev"
8047                 },
8048                 "thanks": {
8049                     "name": "symfony/polyfill",
8050                     "url": "https://github.com/symfony/polyfill"
8051                 }
8052             },
8053             "autoload": {
8054                 "psr-4": {
8055                     "Symfony\\Polyfill\\Mbstring\\": ""
8056                 },
8057                 "files": [
8058                     "bootstrap.php"
8059                 ]
8060             },
8061             "notification-url": "https://packagist.org/downloads/",
8062             "license": [
8063                 "MIT"
8064             ],
8065             "authors": [
8066                 {
8067                     "name": "Nicolas Grekas",
8068                     "email": "p@tchwork.com"
8069                 },
8070                 {
8071                     "name": "Symfony Community",
8072                     "homepage": "https://symfony.com/contributors"
8073                 }
8074             ],
8075             "description": "Symfony polyfill for the Mbstring extension",
8076             "homepage": "https://symfony.com",
8077             "keywords": [
8078                 "compatibility",
8079                 "mbstring",
8080                 "polyfill",
8081                 "portable",
8082                 "shim"
8083             ],
8084             "support": {
8085                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
8086             },
8087             "funding": [
8088                 {
8089                     "url": "https://symfony.com/sponsor",
8090                     "type": "custom"
8091                 },
8092                 {
8093                     "url": "https://github.com/fabpot",
8094                     "type": "github"
8095                 },
8096                 {
8097                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8098                     "type": "tidelift"
8099                 }
8100             ],
8101             "time": "2021-01-22T09:19:47+00:00"
8102         },
8103         {
8104             "name": "symfony/polyfill-php72",
8105             "version": "v1.22.1",
8106             "source": {
8107                 "type": "git",
8108                 "url": "https://github.com/symfony/polyfill-php72.git",
8109                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
8110             },
8111             "dist": {
8112                 "type": "zip",
8113                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8114                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8115                 "shasum": ""
8116             },
8117             "require": {
8118                 "php": ">=7.1"
8119             },
8120             "type": "library",
8121             "extra": {
8122                 "branch-alias": {
8123                     "dev-main": "1.22-dev"
8124                 },
8125                 "thanks": {
8126                     "name": "symfony/polyfill",
8127                     "url": "https://github.com/symfony/polyfill"
8128                 }
8129             },
8130             "autoload": {
8131                 "psr-4": {
8132                     "Symfony\\Polyfill\\Php72\\": ""
8133                 },
8134                 "files": [
8135                     "bootstrap.php"
8136                 ]
8137             },
8138             "notification-url": "https://packagist.org/downloads/",
8139             "license": [
8140                 "MIT"
8141             ],
8142             "authors": [
8143                 {
8144                     "name": "Nicolas Grekas",
8145                     "email": "p@tchwork.com"
8146                 },
8147                 {
8148                     "name": "Symfony Community",
8149                     "homepage": "https://symfony.com/contributors"
8150                 }
8151             ],
8152             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8153             "homepage": "https://symfony.com",
8154             "keywords": [
8155                 "compatibility",
8156                 "polyfill",
8157                 "portable",
8158                 "shim"
8159             ],
8160             "support": {
8161                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
8162             },
8163             "funding": [
8164                 {
8165                     "url": "https://symfony.com/sponsor",
8166                     "type": "custom"
8167                 },
8168                 {
8169                     "url": "https://github.com/fabpot",
8170                     "type": "github"
8171                 },
8172                 {
8173                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8174                     "type": "tidelift"
8175                 }
8176             ],
8177             "time": "2021-01-07T16:49:33+00:00"
8178         },
8179         {
8180             "name": "symfony/polyfill-php80",
8181             "version": "v1.22.1",
8182             "source": {
8183                 "type": "git",
8184                 "url": "https://github.com/symfony/polyfill-php80.git",
8185                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
8186             },
8187             "dist": {
8188                 "type": "zip",
8189                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
8190                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
8191                 "shasum": ""
8192             },
8193             "require": {
8194                 "php": ">=7.1"
8195             },
8196             "type": "library",
8197             "extra": {
8198                 "branch-alias": {
8199                     "dev-main": "1.22-dev"
8200                 },
8201                 "thanks": {
8202                     "name": "symfony/polyfill",
8203                     "url": "https://github.com/symfony/polyfill"
8204                 }
8205             },
8206             "autoload": {
8207                 "psr-4": {
8208                     "Symfony\\Polyfill\\Php80\\": ""
8209                 },
8210                 "files": [
8211                     "bootstrap.php"
8212                 ],
8213                 "classmap": [
8214                     "Resources/stubs"
8215                 ]
8216             },
8217             "notification-url": "https://packagist.org/downloads/",
8218             "license": [
8219                 "MIT"
8220             ],
8221             "authors": [
8222                 {
8223                     "name": "Ion Bazan",
8224                     "email": "ion.bazan@gmail.com"
8225                 },
8226                 {
8227                     "name": "Nicolas Grekas",
8228                     "email": "p@tchwork.com"
8229                 },
8230                 {
8231                     "name": "Symfony Community",
8232                     "homepage": "https://symfony.com/contributors"
8233                 }
8234             ],
8235             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
8236             "homepage": "https://symfony.com",
8237             "keywords": [
8238                 "compatibility",
8239                 "polyfill",
8240                 "portable",
8241                 "shim"
8242             ],
8243             "support": {
8244                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
8245             },
8246             "funding": [
8247                 {
8248                     "url": "https://symfony.com/sponsor",
8249                     "type": "custom"
8250                 },
8251                 {
8252                     "url": "https://github.com/fabpot",
8253                     "type": "github"
8254                 },
8255                 {
8256                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8257                     "type": "tidelift"
8258                 }
8259             ],
8260             "time": "2021-01-07T16:49:33+00:00"
8261         },
8262         {
8263             "name": "symfony/process",
8264             "version": "v5.2.4",
8265             "source": {
8266                 "type": "git",
8267                 "url": "https://github.com/symfony/process.git",
8268                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
8269             },
8270             "dist": {
8271                 "type": "zip",
8272                 "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
8273                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
8274                 "shasum": ""
8275             },
8276             "require": {
8277                 "php": ">=7.2.5",
8278                 "symfony/polyfill-php80": "^1.15"
8279             },
8280             "type": "library",
8281             "autoload": {
8282                 "psr-4": {
8283                     "Symfony\\Component\\Process\\": ""
8284                 },
8285                 "exclude-from-classmap": [
8286                     "/Tests/"
8287                 ]
8288             },
8289             "notification-url": "https://packagist.org/downloads/",
8290             "license": [
8291                 "MIT"
8292             ],
8293             "authors": [
8294                 {
8295                     "name": "Fabien Potencier",
8296                     "email": "fabien@symfony.com"
8297                 },
8298                 {
8299                     "name": "Symfony Community",
8300                     "homepage": "https://symfony.com/contributors"
8301                 }
8302             ],
8303             "description": "Executes commands in sub-processes",
8304             "homepage": "https://symfony.com",
8305             "support": {
8306                 "source": "https://github.com/symfony/process/tree/v5.2.4"
8307             },
8308             "funding": [
8309                 {
8310                     "url": "https://symfony.com/sponsor",
8311                     "type": "custom"
8312                 },
8313                 {
8314                     "url": "https://github.com/fabpot",
8315                     "type": "github"
8316                 },
8317                 {
8318                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8319                     "type": "tidelift"
8320                 }
8321             ],
8322             "time": "2021-01-27T10:15:41+00:00"
8323         },
8324         {
8325             "name": "symfony/property-access",
8326             "version": "v4.4.20",
8327             "source": {
8328                 "type": "git",
8329                 "url": "https://github.com/symfony/property-access.git",
8330                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622"
8331             },
8332             "dist": {
8333                 "type": "zip",
8334                 "url": "https://api.github.com/repos/symfony/property-access/zipball/94a1d9837396c71a0d8c31686c16693a15651622",
8335                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622",
8336                 "shasum": ""
8337             },
8338             "require": {
8339                 "php": ">=7.1.3",
8340                 "symfony/inflector": "^3.4|^4.0|^5.0"
8341             },
8342             "require-dev": {
8343                 "symfony/cache": "^3.4|^4.0|^5.0"
8344             },
8345             "suggest": {
8346                 "psr/cache-implementation": "To cache access methods."
8347             },
8348             "type": "library",
8349             "autoload": {
8350                 "psr-4": {
8351                     "Symfony\\Component\\PropertyAccess\\": ""
8352                 },
8353                 "exclude-from-classmap": [
8354                     "/Tests/"
8355                 ]
8356             },
8357             "notification-url": "https://packagist.org/downloads/",
8358             "license": [
8359                 "MIT"
8360             ],
8361             "authors": [
8362                 {
8363                     "name": "Fabien Potencier",
8364                     "email": "fabien@symfony.com"
8365                 },
8366                 {
8367                     "name": "Symfony Community",
8368                     "homepage": "https://symfony.com/contributors"
8369                 }
8370             ],
8371             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
8372             "homepage": "https://symfony.com",
8373             "keywords": [
8374                 "access",
8375                 "array",
8376                 "extraction",
8377                 "index",
8378                 "injection",
8379                 "object",
8380                 "property",
8381                 "property path",
8382                 "reflection"
8383             ],
8384             "support": {
8385                 "source": "https://github.com/symfony/property-access/tree/v4.4.20"
8386             },
8387             "funding": [
8388                 {
8389                     "url": "https://symfony.com/sponsor",
8390                     "type": "custom"
8391                 },
8392                 {
8393                     "url": "https://github.com/fabpot",
8394                     "type": "github"
8395                 },
8396                 {
8397                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8398                     "type": "tidelift"
8399                 }
8400             ],
8401             "time": "2021-01-27T09:09:26+00:00"
8402         },
8403         {
8404             "name": "symfony/service-contracts",
8405             "version": "v2.2.0",
8406             "source": {
8407                 "type": "git",
8408                 "url": "https://github.com/symfony/service-contracts.git",
8409                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
8410             },
8411             "dist": {
8412                 "type": "zip",
8413                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
8414                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
8415                 "shasum": ""
8416             },
8417             "require": {
8418                 "php": ">=7.2.5",
8419                 "psr/container": "^1.0"
8420             },
8421             "suggest": {
8422                 "symfony/service-implementation": ""
8423             },
8424             "type": "library",
8425             "extra": {
8426                 "branch-alias": {
8427                     "dev-master": "2.2-dev"
8428                 },
8429                 "thanks": {
8430                     "name": "symfony/contracts",
8431                     "url": "https://github.com/symfony/contracts"
8432                 }
8433             },
8434             "autoload": {
8435                 "psr-4": {
8436                     "Symfony\\Contracts\\Service\\": ""
8437                 }
8438             },
8439             "notification-url": "https://packagist.org/downloads/",
8440             "license": [
8441                 "MIT"
8442             ],
8443             "authors": [
8444                 {
8445                     "name": "Nicolas Grekas",
8446                     "email": "p@tchwork.com"
8447                 },
8448                 {
8449                     "name": "Symfony Community",
8450                     "homepage": "https://symfony.com/contributors"
8451                 }
8452             ],
8453             "description": "Generic abstractions related to writing services",
8454             "homepage": "https://symfony.com",
8455             "keywords": [
8456                 "abstractions",
8457                 "contracts",
8458                 "decoupling",
8459                 "interfaces",
8460                 "interoperability",
8461                 "standards"
8462             ],
8463             "support": {
8464                 "source": "https://github.com/symfony/service-contracts/tree/master"
8465             },
8466             "funding": [
8467                 {
8468                     "url": "https://symfony.com/sponsor",
8469                     "type": "custom"
8470                 },
8471                 {
8472                     "url": "https://github.com/fabpot",
8473                     "type": "github"
8474                 },
8475                 {
8476                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8477                     "type": "tidelift"
8478                 }
8479             ],
8480             "time": "2020-09-07T11:33:47+00:00"
8481         },
8482         {
8483             "name": "symfony/string",
8484             "version": "v5.2.4",
8485             "source": {
8486                 "type": "git",
8487                 "url": "https://github.com/symfony/string.git",
8488                 "reference": "4e78d7d47061fa183639927ec40d607973699609"
8489             },
8490             "dist": {
8491                 "type": "zip",
8492                 "url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609",
8493                 "reference": "4e78d7d47061fa183639927ec40d607973699609",
8494                 "shasum": ""
8495             },
8496             "require": {
8497                 "php": ">=7.2.5",
8498                 "symfony/polyfill-ctype": "~1.8",
8499                 "symfony/polyfill-intl-grapheme": "~1.0",
8500                 "symfony/polyfill-intl-normalizer": "~1.0",
8501                 "symfony/polyfill-mbstring": "~1.0",
8502                 "symfony/polyfill-php80": "~1.15"
8503             },
8504             "require-dev": {
8505                 "symfony/error-handler": "^4.4|^5.0",
8506                 "symfony/http-client": "^4.4|^5.0",
8507                 "symfony/translation-contracts": "^1.1|^2",
8508                 "symfony/var-exporter": "^4.4|^5.0"
8509             },
8510             "type": "library",
8511             "autoload": {
8512                 "psr-4": {
8513                     "Symfony\\Component\\String\\": ""
8514                 },
8515                 "files": [
8516                     "Resources/functions.php"
8517                 ],
8518                 "exclude-from-classmap": [
8519                     "/Tests/"
8520                 ]
8521             },
8522             "notification-url": "https://packagist.org/downloads/",
8523             "license": [
8524                 "MIT"
8525             ],
8526             "authors": [
8527                 {
8528                     "name": "Nicolas Grekas",
8529                     "email": "p@tchwork.com"
8530                 },
8531                 {
8532                     "name": "Symfony Community",
8533                     "homepage": "https://symfony.com/contributors"
8534                 }
8535             ],
8536             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
8537             "homepage": "https://symfony.com",
8538             "keywords": [
8539                 "grapheme",
8540                 "i18n",
8541                 "string",
8542                 "unicode",
8543                 "utf-8",
8544                 "utf8"
8545             ],
8546             "support": {
8547                 "source": "https://github.com/symfony/string/tree/v5.2.4"
8548             },
8549             "funding": [
8550                 {
8551                     "url": "https://symfony.com/sponsor",
8552                     "type": "custom"
8553                 },
8554                 {
8555                     "url": "https://github.com/fabpot",
8556                     "type": "github"
8557                 },
8558                 {
8559                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8560                     "type": "tidelift"
8561                 }
8562             ],
8563             "time": "2021-02-16T10:20:28+00:00"
8564         },
8565         {
8566             "name": "symfony/yaml",
8567             "version": "v4.4.17",
8568             "source": {
8569                 "type": "git",
8570                 "url": "https://github.com/symfony/yaml.git",
8571                 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1"
8572             },
8573             "dist": {
8574                 "type": "zip",
8575                 "url": "https://api.github.com/repos/symfony/yaml/zipball/7531361cf38e4816821b4a12a42542b3c6143ad1",
8576                 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1",
8577                 "shasum": ""
8578             },
8579             "require": {
8580                 "php": ">=7.1.3",
8581                 "symfony/polyfill-ctype": "~1.8"
8582             },
8583             "conflict": {
8584                 "symfony/console": "<3.4"
8585             },
8586             "require-dev": {
8587                 "symfony/console": "^3.4|^4.0|^5.0"
8588             },
8589             "suggest": {
8590                 "symfony/console": "For validating YAML files using the lint command"
8591             },
8592             "type": "library",
8593             "autoload": {
8594                 "psr-4": {
8595                     "Symfony\\Component\\Yaml\\": ""
8596                 },
8597                 "exclude-from-classmap": [
8598                     "/Tests/"
8599                 ]
8600             },
8601             "notification-url": "https://packagist.org/downloads/",
8602             "license": [
8603                 "MIT"
8604             ],
8605             "authors": [
8606                 {
8607                     "name": "Fabien Potencier",
8608                     "email": "fabien@symfony.com"
8609                 },
8610                 {
8611                     "name": "Symfony Community",
8612                     "homepage": "https://symfony.com/contributors"
8613                 }
8614             ],
8615             "description": "Symfony Yaml Component",
8616             "homepage": "https://symfony.com",
8617             "support": {
8618                 "source": "https://github.com/symfony/yaml/tree/v4.4.17"
8619             },
8620             "funding": [
8621                 {
8622                     "url": "https://symfony.com/sponsor",
8623                     "type": "custom"
8624                 },
8625                 {
8626                     "url": "https://github.com/fabpot",
8627                     "type": "github"
8628                 },
8629                 {
8630                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8631                     "type": "tidelift"
8632                 }
8633             ],
8634             "time": "2020-11-24T12:28:30+00:00"
8635         },
8636         {
8637             "name": "twig/twig",
8638             "version": "v2.14.1",
8639             "source": {
8640                 "type": "git",
8641                 "url": "https://github.com/twigphp/Twig.git",
8642                 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312"
8643             },
8644             "dist": {
8645                 "type": "zip",
8646                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/5eb9ac5dfdd20c3f59495c22841adc5da980d312",
8647                 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312",
8648                 "shasum": ""
8649             },
8650             "require": {
8651                 "php": ">=7.2.5",
8652                 "symfony/polyfill-ctype": "^1.8",
8653                 "symfony/polyfill-mbstring": "^1.3"
8654             },
8655             "require-dev": {
8656                 "psr/container": "^1.0",
8657                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
8658             },
8659             "type": "library",
8660             "extra": {
8661                 "branch-alias": {
8662                     "dev-master": "2.14-dev"
8663                 }
8664             },
8665             "autoload": {
8666                 "psr-0": {
8667                     "Twig_": "lib/"
8668                 },
8669                 "psr-4": {
8670                     "Twig\\": "src/"
8671                 }
8672             },
8673             "notification-url": "https://packagist.org/downloads/",
8674             "license": [
8675                 "BSD-3-Clause"
8676             ],
8677             "authors": [
8678                 {
8679                     "name": "Fabien Potencier",
8680                     "email": "fabien@symfony.com",
8681                     "homepage": "http://fabien.potencier.org",
8682                     "role": "Lead Developer"
8683                 },
8684                 {
8685                     "name": "Twig Team",
8686                     "role": "Contributors"
8687                 },
8688                 {
8689                     "name": "Armin Ronacher",
8690                     "email": "armin.ronacher@active-4.com",
8691                     "role": "Project Founder"
8692                 }
8693             ],
8694             "description": "Twig, the flexible, fast, and secure template language for PHP",
8695             "homepage": "https://twig.symfony.com",
8696             "keywords": [
8697                 "templating"
8698             ],
8699             "support": {
8700                 "issues": "https://github.com/twigphp/Twig/issues",
8701                 "source": "https://github.com/twigphp/Twig/tree/v2.14.1"
8702             },
8703             "funding": [
8704                 {
8705                     "url": "https://github.com/fabpot",
8706                     "type": "github"
8707                 },
8708                 {
8709                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
8710                     "type": "tidelift"
8711                 }
8712             ],
8713             "time": "2020-10-27T19:25:29+00:00"
8714         },
8715         {
8716             "name": "vlucas/phpdotenv",
8717             "version": "v5.2.0",
8718             "source": {
8719                 "type": "git",
8720                 "url": "https://github.com/vlucas/phpdotenv.git",
8721                 "reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
8722             },
8723             "dist": {
8724                 "type": "zip",
8725                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
8726                 "reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
8727                 "shasum": ""
8728             },
8729             "require": {
8730                 "ext-pcre": "*",
8731                 "graham-campbell/result-type": "^1.0.1",
8732                 "php": "^7.1.3 || ^8.0",
8733                 "phpoption/phpoption": "^1.7.4",
8734                 "symfony/polyfill-ctype": "^1.17",
8735                 "symfony/polyfill-mbstring": "^1.17",
8736                 "symfony/polyfill-php80": "^1.17"
8737             },
8738             "require-dev": {
8739                 "bamarni/composer-bin-plugin": "^1.4.1",
8740                 "ext-filter": "*",
8741                 "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
8742             },
8743             "suggest": {
8744                 "ext-filter": "Required to use the boolean validator."
8745             },
8746             "type": "library",
8747             "extra": {
8748                 "branch-alias": {
8749                     "dev-master": "5.2-dev"
8750                 }
8751             },
8752             "autoload": {
8753                 "psr-4": {
8754                     "Dotenv\\": "src/"
8755                 }
8756             },
8757             "notification-url": "https://packagist.org/downloads/",
8758             "license": [
8759                 "BSD-3-Clause"
8760             ],
8761             "authors": [
8762                 {
8763                     "name": "Graham Campbell",
8764                     "email": "graham@alt-three.com",
8765                     "homepage": "https://gjcampbell.co.uk/"
8766                 },
8767                 {
8768                     "name": "Vance Lucas",
8769                     "email": "vance@vancelucas.com",
8770                     "homepage": "https://vancelucas.com/"
8771                 }
8772             ],
8773             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
8774             "keywords": [
8775                 "dotenv",
8776                 "env",
8777                 "environment"
8778             ],
8779             "support": {
8780                 "issues": "https://github.com/vlucas/phpdotenv/issues",
8781                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.2.0"
8782             },
8783             "funding": [
8784                 {
8785                     "url": "https://github.com/GrahamCampbell",
8786                     "type": "github"
8787                 },
8788                 {
8789                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
8790                     "type": "tidelift"
8791                 }
8792             ],
8793             "time": "2020-09-14T15:57:31+00:00"
8794         },
8795         {
8796             "name": "waryway/php-traits-library",
8797             "version": "1.0.4",
8798             "source": {
8799                 "type": "git",
8800                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
8801                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
8802             },
8803             "dist": {
8804                 "type": "zip",
8805                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
8806                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
8807                 "shasum": ""
8808             },
8809             "require-dev": {
8810                 "phpunit/phpunit": "6.4.3"
8811             },
8812             "type": "library",
8813             "autoload": {
8814                 "psr-4": {
8815                     "Waryway\\PhpTraitsLibrary\\": "src/"
8816                 }
8817             },
8818             "notification-url": "https://packagist.org/downloads/",
8819             "license": [
8820                 "MIT"
8821             ],
8822             "authors": [
8823                 {
8824                     "name": "Kyle Wiering",
8825                     "email": "kyle@waryway.com"
8826                 }
8827             ],
8828             "description": "General use traits",
8829             "support": {
8830                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
8831                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
8832             },
8833             "time": "2017-12-23T14:22:07+00:00"
8834         },
8835         {
8836             "name": "webimpress/safe-writer",
8837             "version": "2.1.0",
8838             "source": {
8839                 "type": "git",
8840                 "url": "https://github.com/webimpress/safe-writer.git",
8841                 "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd"
8842             },
8843             "dist": {
8844                 "type": "zip",
8845                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd",
8846                 "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd",
8847                 "shasum": ""
8848             },
8849             "require": {
8850                 "php": "^7.2 || ^8.0"
8851             },
8852             "require-dev": {
8853                 "phpunit/phpunit": "^8.5.8 || ^9.3.7",
8854                 "vimeo/psalm": "^3.14.2",
8855                 "webimpress/coding-standard": "^1.1.5"
8856             },
8857             "type": "library",
8858             "extra": {
8859                 "branch-alias": {
8860                     "dev-master": "2.1.x-dev",
8861                     "dev-develop": "2.2.x-dev",
8862                     "dev-release-1.0": "1.0.x-dev"
8863                 }
8864             },
8865             "autoload": {
8866                 "psr-4": {
8867                     "Webimpress\\SafeWriter\\": "src/"
8868                 }
8869             },
8870             "notification-url": "https://packagist.org/downloads/",
8871             "license": [
8872                 "BSD-2-Clause"
8873             ],
8874             "description": "Tool to write files safely, to avoid race conditions",
8875             "keywords": [
8876                 "concurrent write",
8877                 "file writer",
8878                 "race condition",
8879                 "safe writer",
8880                 "webimpress"
8881             ],
8882             "support": {
8883                 "issues": "https://github.com/webimpress/safe-writer/issues",
8884                 "source": "https://github.com/webimpress/safe-writer/tree/master"
8885             },
8886             "funding": [
8887                 {
8888                     "url": "https://github.com/michalbundyra",
8889                     "type": "github"
8890                 }
8891             ],
8892             "time": "2020-08-25T07:21:11+00:00"
8893         },
8894         {
8895             "name": "yubico/u2flib-server",
8896             "version": "1.0.2",
8897             "source": {
8898                 "type": "git",
8899                 "url": "https://github.com/Yubico/php-u2flib-server.git",
8900                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
8901             },
8902             "dist": {
8903                 "type": "zip",
8904                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
8905                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
8906                 "shasum": ""
8907             },
8908             "require": {
8909                 "ext-openssl": "*",
8910                 "paragonie/random_compat": ">= 1",
8911                 "php": ">=5.6"
8912             },
8913             "require-dev": {
8914                 "phpunit/phpunit": "~5.7",
8915                 "vimeo/psalm": "^0|^1|^2"
8916             },
8917             "type": "library",
8918             "autoload": {
8919                 "classmap": [
8920                     "src/"
8921                 ]
8922             },
8923             "notification-url": "https://packagist.org/downloads/",
8924             "license": [
8925                 "BSD-2-Clause"
8926             ],
8927             "description": "Library for U2F implementation",
8928             "homepage": "https://developers.yubico.com/php-u2flib-server",
8929             "support": {
8930                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
8931                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
8932             },
8933             "time": "2018-09-07T08:16:44+00:00"
8934         }
8935     ],
8936     "packages-dev": [
8937         {
8938             "name": "doctrine/instantiator",
8939             "version": "1.4.0",
8940             "source": {
8941                 "type": "git",
8942                 "url": "https://github.com/doctrine/instantiator.git",
8943                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
8944             },
8945             "dist": {
8946                 "type": "zip",
8947                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
8948                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
8949                 "shasum": ""
8950             },
8951             "require": {
8952                 "php": "^7.1 || ^8.0"
8953             },
8954             "require-dev": {
8955                 "doctrine/coding-standard": "^8.0",
8956                 "ext-pdo": "*",
8957                 "ext-phar": "*",
8958                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
8959                 "phpstan/phpstan": "^0.12",
8960                 "phpstan/phpstan-phpunit": "^0.12",
8961                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
8962             },
8963             "type": "library",
8964             "autoload": {
8965                 "psr-4": {
8966                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
8967                 }
8968             },
8969             "notification-url": "https://packagist.org/downloads/",
8970             "license": [
8971                 "MIT"
8972             ],
8973             "authors": [
8974                 {
8975                     "name": "Marco Pivetta",
8976                     "email": "ocramius@gmail.com",
8977                     "homepage": "https://ocramius.github.io/"
8978                 }
8979             ],
8980             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
8981             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
8982             "keywords": [
8983                 "constructor",
8984                 "instantiate"
8985             ],
8986             "support": {
8987                 "issues": "https://github.com/doctrine/instantiator/issues",
8988                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
8989             },
8990             "funding": [
8991                 {
8992                     "url": "https://www.doctrine-project.org/sponsorship.html",
8993                     "type": "custom"
8994                 },
8995                 {
8996                     "url": "https://www.patreon.com/phpdoctrine",
8997                     "type": "patreon"
8998                 },
8999                 {
9000                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
9001                     "type": "tidelift"
9002                 }
9003             ],
9004             "time": "2020-11-10T18:47:58+00:00"
9005         },
9006         {
9007             "name": "phar-io/manifest",
9008             "version": "2.0.1",
9009             "source": {
9010                 "type": "git",
9011                 "url": "https://github.com/phar-io/manifest.git",
9012                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
9013             },
9014             "dist": {
9015                 "type": "zip",
9016                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9017                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9018                 "shasum": ""
9019             },
9020             "require": {
9021                 "ext-dom": "*",
9022                 "ext-phar": "*",
9023                 "ext-xmlwriter": "*",
9024                 "phar-io/version": "^3.0.1",
9025                 "php": "^7.2 || ^8.0"
9026             },
9027             "type": "library",
9028             "extra": {
9029                 "branch-alias": {
9030                     "dev-master": "2.0.x-dev"
9031                 }
9032             },
9033             "autoload": {
9034                 "classmap": [
9035                     "src/"
9036                 ]
9037             },
9038             "notification-url": "https://packagist.org/downloads/",
9039             "license": [
9040                 "BSD-3-Clause"
9041             ],
9042             "authors": [
9043                 {
9044                     "name": "Arne Blankerts",
9045                     "email": "arne@blankerts.de",
9046                     "role": "Developer"
9047                 },
9048                 {
9049                     "name": "Sebastian Heuer",
9050                     "email": "sebastian@phpeople.de",
9051                     "role": "Developer"
9052                 },
9053                 {
9054                     "name": "Sebastian Bergmann",
9055                     "email": "sebastian@phpunit.de",
9056                     "role": "Developer"
9057                 }
9058             ],
9059             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
9060             "support": {
9061                 "issues": "https://github.com/phar-io/manifest/issues",
9062                 "source": "https://github.com/phar-io/manifest/tree/master"
9063             },
9064             "time": "2020-06-27T14:33:11+00:00"
9065         },
9066         {
9067             "name": "phar-io/version",
9068             "version": "3.1.0",
9069             "source": {
9070                 "type": "git",
9071                 "url": "https://github.com/phar-io/version.git",
9072                 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
9073             },
9074             "dist": {
9075                 "type": "zip",
9076                 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
9077                 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
9078                 "shasum": ""
9079             },
9080             "require": {
9081                 "php": "^7.2 || ^8.0"
9082             },
9083             "type": "library",
9084             "autoload": {
9085                 "classmap": [
9086                     "src/"
9087                 ]
9088             },
9089             "notification-url": "https://packagist.org/downloads/",
9090             "license": [
9091                 "BSD-3-Clause"
9092             ],
9093             "authors": [
9094                 {
9095                     "name": "Arne Blankerts",
9096                     "email": "arne@blankerts.de",
9097                     "role": "Developer"
9098                 },
9099                 {
9100                     "name": "Sebastian Heuer",
9101                     "email": "sebastian@phpeople.de",
9102                     "role": "Developer"
9103                 },
9104                 {
9105                     "name": "Sebastian Bergmann",
9106                     "email": "sebastian@phpunit.de",
9107                     "role": "Developer"
9108                 }
9109             ],
9110             "description": "Library for handling version information and constraints",
9111             "support": {
9112                 "issues": "https://github.com/phar-io/version/issues",
9113                 "source": "https://github.com/phar-io/version/tree/3.1.0"
9114             },
9115             "time": "2021-02-23T14:00:09+00:00"
9116         },
9117         {
9118             "name": "php-webdriver/webdriver",
9119             "version": "1.10.0",
9120             "source": {
9121                 "type": "git",
9122                 "url": "https://github.com/php-webdriver/php-webdriver.git",
9123                 "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211"
9124             },
9125             "dist": {
9126                 "type": "zip",
9127                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd9290b95b7651d495bd69253d6e3ef469a7f211",
9128                 "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211",
9129                 "shasum": ""
9130             },
9131             "require": {
9132                 "ext-curl": "*",
9133                 "ext-json": "*",
9134                 "ext-zip": "*",
9135                 "php": "^5.6 || ~7.0 || ^8.0",
9136                 "symfony/polyfill-mbstring": "^1.12",
9137                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
9138             },
9139             "replace": {
9140                 "facebook/webdriver": "*"
9141             },
9142             "require-dev": {
9143                 "friendsofphp/php-cs-fixer": "^2.0",
9144                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
9145                 "php-coveralls/php-coveralls": "^2.4",
9146                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
9147                 "php-parallel-lint/php-parallel-lint": "^1.2",
9148                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
9149                 "squizlabs/php_codesniffer": "^3.5",
9150                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
9151             },
9152             "suggest": {
9153                 "ext-SimpleXML": "For Firefox profile creation"
9154             },
9155             "type": "library",
9156             "extra": {
9157                 "branch-alias": {
9158                     "dev-main": "1.8.x-dev"
9159                 }
9160             },
9161             "autoload": {
9162                 "psr-4": {
9163                     "Facebook\\WebDriver\\": "lib/"
9164                 },
9165                 "files": [
9166                     "lib/Exception/TimeoutException.php"
9167                 ]
9168             },
9169             "notification-url": "https://packagist.org/downloads/",
9170             "license": [
9171                 "MIT"
9172             ],
9173             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
9174             "homepage": "https://github.com/php-webdriver/php-webdriver",
9175             "keywords": [
9176                 "Chromedriver",
9177                 "geckodriver",
9178                 "php",
9179                 "selenium",
9180                 "webdriver"
9181             ],
9182             "support": {
9183                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
9184                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.10.0"
9185             },
9186             "time": "2021-02-25T13:38:09+00:00"
9187         },
9188         {
9189             "name": "phpdocumentor/reflection-common",
9190             "version": "2.2.0",
9191             "source": {
9192                 "type": "git",
9193                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
9194                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
9195             },
9196             "dist": {
9197                 "type": "zip",
9198                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9199                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9200                 "shasum": ""
9201             },
9202             "require": {
9203                 "php": "^7.2 || ^8.0"
9204             },
9205             "type": "library",
9206             "extra": {
9207                 "branch-alias": {
9208                     "dev-2.x": "2.x-dev"
9209                 }
9210             },
9211             "autoload": {
9212                 "psr-4": {
9213                     "phpDocumentor\\Reflection\\": "src/"
9214                 }
9215             },
9216             "notification-url": "https://packagist.org/downloads/",
9217             "license": [
9218                 "MIT"
9219             ],
9220             "authors": [
9221                 {
9222                     "name": "Jaap van Otterdijk",
9223                     "email": "opensource@ijaap.nl"
9224                 }
9225             ],
9226             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
9227             "homepage": "http://www.phpdoc.org",
9228             "keywords": [
9229                 "FQSEN",
9230                 "phpDocumentor",
9231                 "phpdoc",
9232                 "reflection",
9233                 "static analysis"
9234             ],
9235             "support": {
9236                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
9237                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
9238             },
9239             "time": "2020-06-27T09:03:43+00:00"
9240         },
9241         {
9242             "name": "phpdocumentor/reflection-docblock",
9243             "version": "5.2.2",
9244             "source": {
9245                 "type": "git",
9246                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9247                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
9248             },
9249             "dist": {
9250                 "type": "zip",
9251                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
9252                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
9253                 "shasum": ""
9254             },
9255             "require": {
9256                 "ext-filter": "*",
9257                 "php": "^7.2 || ^8.0",
9258                 "phpdocumentor/reflection-common": "^2.2",
9259                 "phpdocumentor/type-resolver": "^1.3",
9260                 "webmozart/assert": "^1.9.1"
9261             },
9262             "require-dev": {
9263                 "mockery/mockery": "~1.3.2"
9264             },
9265             "type": "library",
9266             "extra": {
9267                 "branch-alias": {
9268                     "dev-master": "5.x-dev"
9269                 }
9270             },
9271             "autoload": {
9272                 "psr-4": {
9273                     "phpDocumentor\\Reflection\\": "src"
9274                 }
9275             },
9276             "notification-url": "https://packagist.org/downloads/",
9277             "license": [
9278                 "MIT"
9279             ],
9280             "authors": [
9281                 {
9282                     "name": "Mike van Riel",
9283                     "email": "me@mikevanriel.com"
9284                 },
9285                 {
9286                     "name": "Jaap van Otterdijk",
9287                     "email": "account@ijaap.nl"
9288                 }
9289             ],
9290             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
9291             "support": {
9292                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
9293                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
9294             },
9295             "time": "2020-09-03T19:13:55+00:00"
9296         },
9297         {
9298             "name": "phpdocumentor/type-resolver",
9299             "version": "1.4.0",
9300             "source": {
9301                 "type": "git",
9302                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
9303                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
9304             },
9305             "dist": {
9306                 "type": "zip",
9307                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9308                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9309                 "shasum": ""
9310             },
9311             "require": {
9312                 "php": "^7.2 || ^8.0",
9313                 "phpdocumentor/reflection-common": "^2.0"
9314             },
9315             "require-dev": {
9316                 "ext-tokenizer": "*"
9317             },
9318             "type": "library",
9319             "extra": {
9320                 "branch-alias": {
9321                     "dev-1.x": "1.x-dev"
9322                 }
9323             },
9324             "autoload": {
9325                 "psr-4": {
9326                     "phpDocumentor\\Reflection\\": "src"
9327                 }
9328             },
9329             "notification-url": "https://packagist.org/downloads/",
9330             "license": [
9331                 "MIT"
9332             ],
9333             "authors": [
9334                 {
9335                     "name": "Mike van Riel",
9336                     "email": "me@mikevanriel.com"
9337                 }
9338             ],
9339             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
9340             "support": {
9341                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
9342                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
9343             },
9344             "time": "2020-09-17T18:55:26+00:00"
9345         },
9346         {
9347             "name": "phpspec/prophecy",
9348             "version": "1.12.2",
9349             "source": {
9350                 "type": "git",
9351                 "url": "https://github.com/phpspec/prophecy.git",
9352                 "reference": "245710e971a030f42e08f4912863805570f23d39"
9353             },
9354             "dist": {
9355                 "type": "zip",
9356                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
9357                 "reference": "245710e971a030f42e08f4912863805570f23d39",
9358                 "shasum": ""
9359             },
9360             "require": {
9361                 "doctrine/instantiator": "^1.2",
9362                 "php": "^7.2 || ~8.0, <8.1",
9363                 "phpdocumentor/reflection-docblock": "^5.2",
9364                 "sebastian/comparator": "^3.0 || ^4.0",
9365                 "sebastian/recursion-context": "^3.0 || ^4.0"
9366             },
9367             "require-dev": {
9368                 "phpspec/phpspec": "^6.0",
9369                 "phpunit/phpunit": "^8.0 || ^9.0"
9370             },
9371             "type": "library",
9372             "extra": {
9373                 "branch-alias": {
9374                     "dev-master": "1.11.x-dev"
9375                 }
9376             },
9377             "autoload": {
9378                 "psr-4": {
9379                     "Prophecy\\": "src/Prophecy"
9380                 }
9381             },
9382             "notification-url": "https://packagist.org/downloads/",
9383             "license": [
9384                 "MIT"
9385             ],
9386             "authors": [
9387                 {
9388                     "name": "Konstantin Kudryashov",
9389                     "email": "ever.zet@gmail.com",
9390                     "homepage": "http://everzet.com"
9391                 },
9392                 {
9393                     "name": "Marcello Duarte",
9394                     "email": "marcello.duarte@gmail.com"
9395                 }
9396             ],
9397             "description": "Highly opinionated mocking framework for PHP 5.3+",
9398             "homepage": "https://github.com/phpspec/prophecy",
9399             "keywords": [
9400                 "Double",
9401                 "Dummy",
9402                 "fake",
9403                 "mock",
9404                 "spy",
9405                 "stub"
9406             ],
9407             "support": {
9408                 "issues": "https://github.com/phpspec/prophecy/issues",
9409                 "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
9410             },
9411             "time": "2020-12-19T10:15:11+00:00"
9412         },
9413         {
9414             "name": "phpunit/php-code-coverage",
9415             "version": "9.2.5",
9416             "source": {
9417                 "type": "git",
9418                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9419                 "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
9420             },
9421             "dist": {
9422                 "type": "zip",
9423                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
9424                 "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
9425                 "shasum": ""
9426             },
9427             "require": {
9428                 "ext-dom": "*",
9429                 "ext-libxml": "*",
9430                 "ext-xmlwriter": "*",
9431                 "nikic/php-parser": "^4.10.2",
9432                 "php": ">=7.3",
9433                 "phpunit/php-file-iterator": "^3.0.3",
9434                 "phpunit/php-text-template": "^2.0.2",
9435                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9436                 "sebastian/complexity": "^2.0",
9437                 "sebastian/environment": "^5.1.2",
9438                 "sebastian/lines-of-code": "^1.0.3",
9439                 "sebastian/version": "^3.0.1",
9440                 "theseer/tokenizer": "^1.2.0"
9441             },
9442             "require-dev": {
9443                 "phpunit/phpunit": "^9.3"
9444             },
9445             "suggest": {
9446                 "ext-pcov": "*",
9447                 "ext-xdebug": "*"
9448             },
9449             "type": "library",
9450             "extra": {
9451                 "branch-alias": {
9452                     "dev-master": "9.2-dev"
9453                 }
9454             },
9455             "autoload": {
9456                 "classmap": [
9457                     "src/"
9458                 ]
9459             },
9460             "notification-url": "https://packagist.org/downloads/",
9461             "license": [
9462                 "BSD-3-Clause"
9463             ],
9464             "authors": [
9465                 {
9466                     "name": "Sebastian Bergmann",
9467                     "email": "sebastian@phpunit.de",
9468                     "role": "lead"
9469                 }
9470             ],
9471             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9472             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9473             "keywords": [
9474                 "coverage",
9475                 "testing",
9476                 "xunit"
9477             ],
9478             "support": {
9479                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9480                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
9481             },
9482             "funding": [
9483                 {
9484                     "url": "https://github.com/sebastianbergmann",
9485                     "type": "github"
9486                 }
9487             ],
9488             "time": "2020-11-28T06:44:49+00:00"
9489         },
9490         {
9491             "name": "phpunit/php-file-iterator",
9492             "version": "3.0.5",
9493             "source": {
9494                 "type": "git",
9495                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9496                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
9497             },
9498             "dist": {
9499                 "type": "zip",
9500                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
9501                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
9502                 "shasum": ""
9503             },
9504             "require": {
9505                 "php": ">=7.3"
9506             },
9507             "require-dev": {
9508                 "phpunit/phpunit": "^9.3"
9509             },
9510             "type": "library",
9511             "extra": {
9512                 "branch-alias": {
9513                     "dev-master": "3.0-dev"
9514                 }
9515             },
9516             "autoload": {
9517                 "classmap": [
9518                     "src/"
9519                 ]
9520             },
9521             "notification-url": "https://packagist.org/downloads/",
9522             "license": [
9523                 "BSD-3-Clause"
9524             ],
9525             "authors": [
9526                 {
9527                     "name": "Sebastian Bergmann",
9528                     "email": "sebastian@phpunit.de",
9529                     "role": "lead"
9530                 }
9531             ],
9532             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9533             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9534             "keywords": [
9535                 "filesystem",
9536                 "iterator"
9537             ],
9538             "support": {
9539                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9540                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
9541             },
9542             "funding": [
9543                 {
9544                     "url": "https://github.com/sebastianbergmann",
9545                     "type": "github"
9546                 }
9547             ],
9548             "time": "2020-09-28T05:57:25+00:00"
9549         },
9550         {
9551             "name": "phpunit/php-invoker",
9552             "version": "3.1.1",
9553             "source": {
9554                 "type": "git",
9555                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9556                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9557             },
9558             "dist": {
9559                 "type": "zip",
9560                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9561                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9562                 "shasum": ""
9563             },
9564             "require": {
9565                 "php": ">=7.3"
9566             },
9567             "require-dev": {
9568                 "ext-pcntl": "*",
9569                 "phpunit/phpunit": "^9.3"
9570             },
9571             "suggest": {
9572                 "ext-pcntl": "*"
9573             },
9574             "type": "library",
9575             "extra": {
9576                 "branch-alias": {
9577                     "dev-master": "3.1-dev"
9578                 }
9579             },
9580             "autoload": {
9581                 "classmap": [
9582                     "src/"
9583                 ]
9584             },
9585             "notification-url": "https://packagist.org/downloads/",
9586             "license": [
9587                 "BSD-3-Clause"
9588             ],
9589             "authors": [
9590                 {
9591                     "name": "Sebastian Bergmann",
9592                     "email": "sebastian@phpunit.de",
9593                     "role": "lead"
9594                 }
9595             ],
9596             "description": "Invoke callables with a timeout",
9597             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9598             "keywords": [
9599                 "process"
9600             ],
9601             "support": {
9602                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9603                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9604             },
9605             "funding": [
9606                 {
9607                     "url": "https://github.com/sebastianbergmann",
9608                     "type": "github"
9609                 }
9610             ],
9611             "time": "2020-09-28T05:58:55+00:00"
9612         },
9613         {
9614             "name": "phpunit/php-text-template",
9615             "version": "2.0.4",
9616             "source": {
9617                 "type": "git",
9618                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9619                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9620             },
9621             "dist": {
9622                 "type": "zip",
9623                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9624                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9625                 "shasum": ""
9626             },
9627             "require": {
9628                 "php": ">=7.3"
9629             },
9630             "require-dev": {
9631                 "phpunit/phpunit": "^9.3"
9632             },
9633             "type": "library",
9634             "extra": {
9635                 "branch-alias": {
9636                     "dev-master": "2.0-dev"
9637                 }
9638             },
9639             "autoload": {
9640                 "classmap": [
9641                     "src/"
9642                 ]
9643             },
9644             "notification-url": "https://packagist.org/downloads/",
9645             "license": [
9646                 "BSD-3-Clause"
9647             ],
9648             "authors": [
9649                 {
9650                     "name": "Sebastian Bergmann",
9651                     "email": "sebastian@phpunit.de",
9652                     "role": "lead"
9653                 }
9654             ],
9655             "description": "Simple template engine.",
9656             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9657             "keywords": [
9658                 "template"
9659             ],
9660             "support": {
9661                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9662                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9663             },
9664             "funding": [
9665                 {
9666                     "url": "https://github.com/sebastianbergmann",
9667                     "type": "github"
9668                 }
9669             ],
9670             "time": "2020-10-26T05:33:50+00:00"
9671         },
9672         {
9673             "name": "phpunit/php-timer",
9674             "version": "5.0.3",
9675             "source": {
9676                 "type": "git",
9677                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9678                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9679             },
9680             "dist": {
9681                 "type": "zip",
9682                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9683                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9684                 "shasum": ""
9685             },
9686             "require": {
9687                 "php": ">=7.3"
9688             },
9689             "require-dev": {
9690                 "phpunit/phpunit": "^9.3"
9691             },
9692             "type": "library",
9693             "extra": {
9694                 "branch-alias": {
9695                     "dev-master": "5.0-dev"
9696                 }
9697             },
9698             "autoload": {
9699                 "classmap": [
9700                     "src/"
9701                 ]
9702             },
9703             "notification-url": "https://packagist.org/downloads/",
9704             "license": [
9705                 "BSD-3-Clause"
9706             ],
9707             "authors": [
9708                 {
9709                     "name": "Sebastian Bergmann",
9710                     "email": "sebastian@phpunit.de",
9711                     "role": "lead"
9712                 }
9713             ],
9714             "description": "Utility class for timing",
9715             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9716             "keywords": [
9717                 "timer"
9718             ],
9719             "support": {
9720                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9721                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9722             },
9723             "funding": [
9724                 {
9725                     "url": "https://github.com/sebastianbergmann",
9726                     "type": "github"
9727                 }
9728             ],
9729             "time": "2020-10-26T13:16:10+00:00"
9730         },
9731         {
9732             "name": "phpunit/phpunit",
9733             "version": "9.5.2",
9734             "source": {
9735                 "type": "git",
9736                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9737                 "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4"
9738             },
9739             "dist": {
9740                 "type": "zip",
9741                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4",
9742                 "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4",
9743                 "shasum": ""
9744             },
9745             "require": {
9746                 "doctrine/instantiator": "^1.3.1",
9747                 "ext-dom": "*",
9748                 "ext-json": "*",
9749                 "ext-libxml": "*",
9750                 "ext-mbstring": "*",
9751                 "ext-xml": "*",
9752                 "ext-xmlwriter": "*",
9753                 "myclabs/deep-copy": "^1.10.1",
9754                 "phar-io/manifest": "^2.0.1",
9755                 "phar-io/version": "^3.0.2",
9756                 "php": ">=7.3",
9757                 "phpspec/prophecy": "^1.12.1",
9758                 "phpunit/php-code-coverage": "^9.2.3",
9759                 "phpunit/php-file-iterator": "^3.0.5",
9760                 "phpunit/php-invoker": "^3.1.1",
9761                 "phpunit/php-text-template": "^2.0.3",
9762                 "phpunit/php-timer": "^5.0.2",
9763                 "sebastian/cli-parser": "^1.0.1",
9764                 "sebastian/code-unit": "^1.0.6",
9765                 "sebastian/comparator": "^4.0.5",
9766                 "sebastian/diff": "^4.0.3",
9767                 "sebastian/environment": "^5.1.3",
9768                 "sebastian/exporter": "^4.0.3",
9769                 "sebastian/global-state": "^5.0.1",
9770                 "sebastian/object-enumerator": "^4.0.3",
9771                 "sebastian/resource-operations": "^3.0.3",
9772                 "sebastian/type": "^2.3",
9773                 "sebastian/version": "^3.0.2"
9774             },
9775             "require-dev": {
9776                 "ext-pdo": "*",
9777                 "phpspec/prophecy-phpunit": "^2.0.1"
9778             },
9779             "suggest": {
9780                 "ext-soap": "*",
9781                 "ext-xdebug": "*"
9782             },
9783             "bin": [
9784                 "phpunit"
9785             ],
9786             "type": "library",
9787             "extra": {
9788                 "branch-alias": {
9789                     "dev-master": "9.5-dev"
9790                 }
9791             },
9792             "autoload": {
9793                 "classmap": [
9794                     "src/"
9795                 ],
9796                 "files": [
9797                     "src/Framework/Assert/Functions.php"
9798                 ]
9799             },
9800             "notification-url": "https://packagist.org/downloads/",
9801             "license": [
9802                 "BSD-3-Clause"
9803             ],
9804             "authors": [
9805                 {
9806                     "name": "Sebastian Bergmann",
9807                     "email": "sebastian@phpunit.de",
9808                     "role": "lead"
9809                 }
9810             ],
9811             "description": "The PHP Unit Testing framework.",
9812             "homepage": "https://phpunit.de/",
9813             "keywords": [
9814                 "phpunit",
9815                 "testing",
9816                 "xunit"
9817             ],
9818             "support": {
9819                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9820                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2"
9821             },
9822             "funding": [
9823                 {
9824                     "url": "https://phpunit.de/donate.html",
9825                     "type": "custom"
9826                 },
9827                 {
9828                     "url": "https://github.com/sebastianbergmann",
9829                     "type": "github"
9830                 }
9831             ],
9832             "time": "2021-02-02T14:45:58+00:00"
9833         },
9834         {
9835             "name": "sebastian/cli-parser",
9836             "version": "1.0.1",
9837             "source": {
9838                 "type": "git",
9839                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9840                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9841             },
9842             "dist": {
9843                 "type": "zip",
9844                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9845                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9846                 "shasum": ""
9847             },
9848             "require": {
9849                 "php": ">=7.3"
9850             },
9851             "require-dev": {
9852                 "phpunit/phpunit": "^9.3"
9853             },
9854             "type": "library",
9855             "extra": {
9856                 "branch-alias": {
9857                     "dev-master": "1.0-dev"
9858                 }
9859             },
9860             "autoload": {
9861                 "classmap": [
9862                     "src/"
9863                 ]
9864             },
9865             "notification-url": "https://packagist.org/downloads/",
9866             "license": [
9867                 "BSD-3-Clause"
9868             ],
9869             "authors": [
9870                 {
9871                     "name": "Sebastian Bergmann",
9872                     "email": "sebastian@phpunit.de",
9873                     "role": "lead"
9874                 }
9875             ],
9876             "description": "Library for parsing CLI options",
9877             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9878             "support": {
9879                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9880                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9881             },
9882             "funding": [
9883                 {
9884                     "url": "https://github.com/sebastianbergmann",
9885                     "type": "github"
9886                 }
9887             ],
9888             "time": "2020-09-28T06:08:49+00:00"
9889         },
9890         {
9891             "name": "sebastian/code-unit",
9892             "version": "1.0.8",
9893             "source": {
9894                 "type": "git",
9895                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9896                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9897             },
9898             "dist": {
9899                 "type": "zip",
9900                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9901                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9902                 "shasum": ""
9903             },
9904             "require": {
9905                 "php": ">=7.3"
9906             },
9907             "require-dev": {
9908                 "phpunit/phpunit": "^9.3"
9909             },
9910             "type": "library",
9911             "extra": {
9912                 "branch-alias": {
9913                     "dev-master": "1.0-dev"
9914                 }
9915             },
9916             "autoload": {
9917                 "classmap": [
9918                     "src/"
9919                 ]
9920             },
9921             "notification-url": "https://packagist.org/downloads/",
9922             "license": [
9923                 "BSD-3-Clause"
9924             ],
9925             "authors": [
9926                 {
9927                     "name": "Sebastian Bergmann",
9928                     "email": "sebastian@phpunit.de",
9929                     "role": "lead"
9930                 }
9931             ],
9932             "description": "Collection of value objects that represent the PHP code units",
9933             "homepage": "https://github.com/sebastianbergmann/code-unit",
9934             "support": {
9935                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9936                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9937             },
9938             "funding": [
9939                 {
9940                     "url": "https://github.com/sebastianbergmann",
9941                     "type": "github"
9942                 }
9943             ],
9944             "time": "2020-10-26T13:08:54+00:00"
9945         },
9946         {
9947             "name": "sebastian/code-unit-reverse-lookup",
9948             "version": "2.0.3",
9949             "source": {
9950                 "type": "git",
9951                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9952                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9953             },
9954             "dist": {
9955                 "type": "zip",
9956                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9957                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9958                 "shasum": ""
9959             },
9960             "require": {
9961                 "php": ">=7.3"
9962             },
9963             "require-dev": {
9964                 "phpunit/phpunit": "^9.3"
9965             },
9966             "type": "library",
9967             "extra": {
9968                 "branch-alias": {
9969                     "dev-master": "2.0-dev"
9970                 }
9971             },
9972             "autoload": {
9973                 "classmap": [
9974                     "src/"
9975                 ]
9976             },
9977             "notification-url": "https://packagist.org/downloads/",
9978             "license": [
9979                 "BSD-3-Clause"
9980             ],
9981             "authors": [
9982                 {
9983                     "name": "Sebastian Bergmann",
9984                     "email": "sebastian@phpunit.de"
9985                 }
9986             ],
9987             "description": "Looks up which function or method a line of code belongs to",
9988             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9989             "support": {
9990                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9991                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9992             },
9993             "funding": [
9994                 {
9995                     "url": "https://github.com/sebastianbergmann",
9996                     "type": "github"
9997                 }
9998             ],
9999             "time": "2020-09-28T05:30:19+00:00"
10000         },
10001         {
10002             "name": "sebastian/comparator",
10003             "version": "4.0.6",
10004             "source": {
10005                 "type": "git",
10006                 "url": "https://github.com/sebastianbergmann/comparator.git",
10007                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
10008             },
10009             "dist": {
10010                 "type": "zip",
10011                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
10012                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
10013                 "shasum": ""
10014             },
10015             "require": {
10016                 "php": ">=7.3",
10017                 "sebastian/diff": "^4.0",
10018                 "sebastian/exporter": "^4.0"
10019             },
10020             "require-dev": {
10021                 "phpunit/phpunit": "^9.3"
10022             },
10023             "type": "library",
10024             "extra": {
10025                 "branch-alias": {
10026                     "dev-master": "4.0-dev"
10027                 }
10028             },
10029             "autoload": {
10030                 "classmap": [
10031                     "src/"
10032                 ]
10033             },
10034             "notification-url": "https://packagist.org/downloads/",
10035             "license": [
10036                 "BSD-3-Clause"
10037             ],
10038             "authors": [
10039                 {
10040                     "name": "Sebastian Bergmann",
10041                     "email": "sebastian@phpunit.de"
10042                 },
10043                 {
10044                     "name": "Jeff Welch",
10045                     "email": "whatthejeff@gmail.com"
10046                 },
10047                 {
10048                     "name": "Volker Dusch",
10049                     "email": "github@wallbash.com"
10050                 },
10051                 {
10052                     "name": "Bernhard Schussek",
10053                     "email": "bschussek@2bepublished.at"
10054                 }
10055             ],
10056             "description": "Provides the functionality to compare PHP values for equality",
10057             "homepage": "https://github.com/sebastianbergmann/comparator",
10058             "keywords": [
10059                 "comparator",
10060                 "compare",
10061                 "equality"
10062             ],
10063             "support": {
10064                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
10065                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
10066             },
10067             "funding": [
10068                 {
10069                     "url": "https://github.com/sebastianbergmann",
10070                     "type": "github"
10071                 }
10072             ],
10073             "time": "2020-10-26T15:49:45+00:00"
10074         },
10075         {
10076             "name": "sebastian/complexity",
10077             "version": "2.0.2",
10078             "source": {
10079                 "type": "git",
10080                 "url": "https://github.com/sebastianbergmann/complexity.git",
10081                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
10082             },
10083             "dist": {
10084                 "type": "zip",
10085                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
10086                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
10087                 "shasum": ""
10088             },
10089             "require": {
10090                 "nikic/php-parser": "^4.7",
10091                 "php": ">=7.3"
10092             },
10093             "require-dev": {
10094                 "phpunit/phpunit": "^9.3"
10095             },
10096             "type": "library",
10097             "extra": {
10098                 "branch-alias": {
10099                     "dev-master": "2.0-dev"
10100                 }
10101             },
10102             "autoload": {
10103                 "classmap": [
10104                     "src/"
10105                 ]
10106             },
10107             "notification-url": "https://packagist.org/downloads/",
10108             "license": [
10109                 "BSD-3-Clause"
10110             ],
10111             "authors": [
10112                 {
10113                     "name": "Sebastian Bergmann",
10114                     "email": "sebastian@phpunit.de",
10115                     "role": "lead"
10116                 }
10117             ],
10118             "description": "Library for calculating the complexity of PHP code units",
10119             "homepage": "https://github.com/sebastianbergmann/complexity",
10120             "support": {
10121                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
10122                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
10123             },
10124             "funding": [
10125                 {
10126                     "url": "https://github.com/sebastianbergmann",
10127                     "type": "github"
10128                 }
10129             ],
10130             "time": "2020-10-26T15:52:27+00:00"
10131         },
10132         {
10133             "name": "sebastian/diff",
10134             "version": "4.0.4",
10135             "source": {
10136                 "type": "git",
10137                 "url": "https://github.com/sebastianbergmann/diff.git",
10138                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
10139             },
10140             "dist": {
10141                 "type": "zip",
10142                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10143                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10144                 "shasum": ""
10145             },
10146             "require": {
10147                 "php": ">=7.3"
10148             },
10149             "require-dev": {
10150                 "phpunit/phpunit": "^9.3",
10151                 "symfony/process": "^4.2 || ^5"
10152             },
10153             "type": "library",
10154             "extra": {
10155                 "branch-alias": {
10156                     "dev-master": "4.0-dev"
10157                 }
10158             },
10159             "autoload": {
10160                 "classmap": [
10161                     "src/"
10162                 ]
10163             },
10164             "notification-url": "https://packagist.org/downloads/",
10165             "license": [
10166                 "BSD-3-Clause"
10167             ],
10168             "authors": [
10169                 {
10170                     "name": "Sebastian Bergmann",
10171                     "email": "sebastian@phpunit.de"
10172                 },
10173                 {
10174                     "name": "Kore Nordmann",
10175                     "email": "mail@kore-nordmann.de"
10176                 }
10177             ],
10178             "description": "Diff implementation",
10179             "homepage": "https://github.com/sebastianbergmann/diff",
10180             "keywords": [
10181                 "diff",
10182                 "udiff",
10183                 "unidiff",
10184                 "unified diff"
10185             ],
10186             "support": {
10187                 "issues": "https://github.com/sebastianbergmann/diff/issues",
10188                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
10189             },
10190             "funding": [
10191                 {
10192                     "url": "https://github.com/sebastianbergmann",
10193                     "type": "github"
10194                 }
10195             ],
10196             "time": "2020-10-26T13:10:38+00:00"
10197         },
10198         {
10199             "name": "sebastian/environment",
10200             "version": "5.1.3",
10201             "source": {
10202                 "type": "git",
10203                 "url": "https://github.com/sebastianbergmann/environment.git",
10204                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
10205             },
10206             "dist": {
10207                 "type": "zip",
10208                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
10209                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
10210                 "shasum": ""
10211             },
10212             "require": {
10213                 "php": ">=7.3"
10214             },
10215             "require-dev": {
10216                 "phpunit/phpunit": "^9.3"
10217             },
10218             "suggest": {
10219                 "ext-posix": "*"
10220             },
10221             "type": "library",
10222             "extra": {
10223                 "branch-alias": {
10224                     "dev-master": "5.1-dev"
10225                 }
10226             },
10227             "autoload": {
10228                 "classmap": [
10229                     "src/"
10230                 ]
10231             },
10232             "notification-url": "https://packagist.org/downloads/",
10233             "license": [
10234                 "BSD-3-Clause"
10235             ],
10236             "authors": [
10237                 {
10238                     "name": "Sebastian Bergmann",
10239                     "email": "sebastian@phpunit.de"
10240                 }
10241             ],
10242             "description": "Provides functionality to handle HHVM/PHP environments",
10243             "homepage": "http://www.github.com/sebastianbergmann/environment",
10244             "keywords": [
10245                 "Xdebug",
10246                 "environment",
10247                 "hhvm"
10248             ],
10249             "support": {
10250                 "issues": "https://github.com/sebastianbergmann/environment/issues",
10251                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
10252             },
10253             "funding": [
10254                 {
10255                     "url": "https://github.com/sebastianbergmann",
10256                     "type": "github"
10257                 }
10258             ],
10259             "time": "2020-09-28T05:52:38+00:00"
10260         },
10261         {
10262             "name": "sebastian/exporter",
10263             "version": "4.0.3",
10264             "source": {
10265                 "type": "git",
10266                 "url": "https://github.com/sebastianbergmann/exporter.git",
10267                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
10268             },
10269             "dist": {
10270                 "type": "zip",
10271                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10272                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10273                 "shasum": ""
10274             },
10275             "require": {
10276                 "php": ">=7.3",
10277                 "sebastian/recursion-context": "^4.0"
10278             },
10279             "require-dev": {
10280                 "ext-mbstring": "*",
10281                 "phpunit/phpunit": "^9.3"
10282             },
10283             "type": "library",
10284             "extra": {
10285                 "branch-alias": {
10286                     "dev-master": "4.0-dev"
10287                 }
10288             },
10289             "autoload": {
10290                 "classmap": [
10291                     "src/"
10292                 ]
10293             },
10294             "notification-url": "https://packagist.org/downloads/",
10295             "license": [
10296                 "BSD-3-Clause"
10297             ],
10298             "authors": [
10299                 {
10300                     "name": "Sebastian Bergmann",
10301                     "email": "sebastian@phpunit.de"
10302                 },
10303                 {
10304                     "name": "Jeff Welch",
10305                     "email": "whatthejeff@gmail.com"
10306                 },
10307                 {
10308                     "name": "Volker Dusch",
10309                     "email": "github@wallbash.com"
10310                 },
10311                 {
10312                     "name": "Adam Harvey",
10313                     "email": "aharvey@php.net"
10314                 },
10315                 {
10316                     "name": "Bernhard Schussek",
10317                     "email": "bschussek@gmail.com"
10318                 }
10319             ],
10320             "description": "Provides the functionality to export PHP variables for visualization",
10321             "homepage": "http://www.github.com/sebastianbergmann/exporter",
10322             "keywords": [
10323                 "export",
10324                 "exporter"
10325             ],
10326             "support": {
10327                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
10328                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
10329             },
10330             "funding": [
10331                 {
10332                     "url": "https://github.com/sebastianbergmann",
10333                     "type": "github"
10334                 }
10335             ],
10336             "time": "2020-09-28T05:24:23+00:00"
10337         },
10338         {
10339             "name": "sebastian/global-state",
10340             "version": "5.0.2",
10341             "source": {
10342                 "type": "git",
10343                 "url": "https://github.com/sebastianbergmann/global-state.git",
10344                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
10345             },
10346             "dist": {
10347                 "type": "zip",
10348                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
10349                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
10350                 "shasum": ""
10351             },
10352             "require": {
10353                 "php": ">=7.3",
10354                 "sebastian/object-reflector": "^2.0",
10355                 "sebastian/recursion-context": "^4.0"
10356             },
10357             "require-dev": {
10358                 "ext-dom": "*",
10359                 "phpunit/phpunit": "^9.3"
10360             },
10361             "suggest": {
10362                 "ext-uopz": "*"
10363             },
10364             "type": "library",
10365             "extra": {
10366                 "branch-alias": {
10367                     "dev-master": "5.0-dev"
10368                 }
10369             },
10370             "autoload": {
10371                 "classmap": [
10372                     "src/"
10373                 ]
10374             },
10375             "notification-url": "https://packagist.org/downloads/",
10376             "license": [
10377                 "BSD-3-Clause"
10378             ],
10379             "authors": [
10380                 {
10381                     "name": "Sebastian Bergmann",
10382                     "email": "sebastian@phpunit.de"
10383                 }
10384             ],
10385             "description": "Snapshotting of global state",
10386             "homepage": "http://www.github.com/sebastianbergmann/global-state",
10387             "keywords": [
10388                 "global state"
10389             ],
10390             "support": {
10391                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10392                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
10393             },
10394             "funding": [
10395                 {
10396                     "url": "https://github.com/sebastianbergmann",
10397                     "type": "github"
10398                 }
10399             ],
10400             "time": "2020-10-26T15:55:19+00:00"
10401         },
10402         {
10403             "name": "sebastian/lines-of-code",
10404             "version": "1.0.3",
10405             "source": {
10406                 "type": "git",
10407                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10408                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10409             },
10410             "dist": {
10411                 "type": "zip",
10412                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10413                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10414                 "shasum": ""
10415             },
10416             "require": {
10417                 "nikic/php-parser": "^4.6",
10418                 "php": ">=7.3"
10419             },
10420             "require-dev": {
10421                 "phpunit/phpunit": "^9.3"
10422             },
10423             "type": "library",
10424             "extra": {
10425                 "branch-alias": {
10426                     "dev-master": "1.0-dev"
10427                 }
10428             },
10429             "autoload": {
10430                 "classmap": [
10431                     "src/"
10432                 ]
10433             },
10434             "notification-url": "https://packagist.org/downloads/",
10435             "license": [
10436                 "BSD-3-Clause"
10437             ],
10438             "authors": [
10439                 {
10440                     "name": "Sebastian Bergmann",
10441                     "email": "sebastian@phpunit.de",
10442                     "role": "lead"
10443                 }
10444             ],
10445             "description": "Library for counting the lines of code in PHP source code",
10446             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10447             "support": {
10448                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10449                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10450             },
10451             "funding": [
10452                 {
10453                     "url": "https://github.com/sebastianbergmann",
10454                     "type": "github"
10455                 }
10456             ],
10457             "time": "2020-11-28T06:42:11+00:00"
10458         },
10459         {
10460             "name": "sebastian/object-enumerator",
10461             "version": "4.0.4",
10462             "source": {
10463                 "type": "git",
10464                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10465                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10466             },
10467             "dist": {
10468                 "type": "zip",
10469                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10470                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10471                 "shasum": ""
10472             },
10473             "require": {
10474                 "php": ">=7.3",
10475                 "sebastian/object-reflector": "^2.0",
10476                 "sebastian/recursion-context": "^4.0"
10477             },
10478             "require-dev": {
10479                 "phpunit/phpunit": "^9.3"
10480             },
10481             "type": "library",
10482             "extra": {
10483                 "branch-alias": {
10484                     "dev-master": "4.0-dev"
10485                 }
10486             },
10487             "autoload": {
10488                 "classmap": [
10489                     "src/"
10490                 ]
10491             },
10492             "notification-url": "https://packagist.org/downloads/",
10493             "license": [
10494                 "BSD-3-Clause"
10495             ],
10496             "authors": [
10497                 {
10498                     "name": "Sebastian Bergmann",
10499                     "email": "sebastian@phpunit.de"
10500                 }
10501             ],
10502             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10503             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10504             "support": {
10505                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10506                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10507             },
10508             "funding": [
10509                 {
10510                     "url": "https://github.com/sebastianbergmann",
10511                     "type": "github"
10512                 }
10513             ],
10514             "time": "2020-10-26T13:12:34+00:00"
10515         },
10516         {
10517             "name": "sebastian/object-reflector",
10518             "version": "2.0.4",
10519             "source": {
10520                 "type": "git",
10521                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10522                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10523             },
10524             "dist": {
10525                 "type": "zip",
10526                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10527                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10528                 "shasum": ""
10529             },
10530             "require": {
10531                 "php": ">=7.3"
10532             },
10533             "require-dev": {
10534                 "phpunit/phpunit": "^9.3"
10535             },
10536             "type": "library",
10537             "extra": {
10538                 "branch-alias": {
10539                     "dev-master": "2.0-dev"
10540                 }
10541             },
10542             "autoload": {
10543                 "classmap": [
10544                     "src/"
10545                 ]
10546             },
10547             "notification-url": "https://packagist.org/downloads/",
10548             "license": [
10549                 "BSD-3-Clause"
10550             ],
10551             "authors": [
10552                 {
10553                     "name": "Sebastian Bergmann",
10554                     "email": "sebastian@phpunit.de"
10555                 }
10556             ],
10557             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10558             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10559             "support": {
10560                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10561                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10562             },
10563             "funding": [
10564                 {
10565                     "url": "https://github.com/sebastianbergmann",
10566                     "type": "github"
10567                 }
10568             ],
10569             "time": "2020-10-26T13:14:26+00:00"
10570         },
10571         {
10572             "name": "sebastian/recursion-context",
10573             "version": "4.0.4",
10574             "source": {
10575                 "type": "git",
10576                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10577                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10578             },
10579             "dist": {
10580                 "type": "zip",
10581                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10582                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10583                 "shasum": ""
10584             },
10585             "require": {
10586                 "php": ">=7.3"
10587             },
10588             "require-dev": {
10589                 "phpunit/phpunit": "^9.3"
10590             },
10591             "type": "library",
10592             "extra": {
10593                 "branch-alias": {
10594                     "dev-master": "4.0-dev"
10595                 }
10596             },
10597             "autoload": {
10598                 "classmap": [
10599                     "src/"
10600                 ]
10601             },
10602             "notification-url": "https://packagist.org/downloads/",
10603             "license": [
10604                 "BSD-3-Clause"
10605             ],
10606             "authors": [
10607                 {
10608                     "name": "Sebastian Bergmann",
10609                     "email": "sebastian@phpunit.de"
10610                 },
10611                 {
10612                     "name": "Jeff Welch",
10613                     "email": "whatthejeff@gmail.com"
10614                 },
10615                 {
10616                     "name": "Adam Harvey",
10617                     "email": "aharvey@php.net"
10618                 }
10619             ],
10620             "description": "Provides functionality to recursively process PHP variables",
10621             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10622             "support": {
10623                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10624                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10625             },
10626             "funding": [
10627                 {
10628                     "url": "https://github.com/sebastianbergmann",
10629                     "type": "github"
10630                 }
10631             ],
10632             "time": "2020-10-26T13:17:30+00:00"
10633         },
10634         {
10635             "name": "sebastian/resource-operations",
10636             "version": "3.0.3",
10637             "source": {
10638                 "type": "git",
10639                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10640                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10641             },
10642             "dist": {
10643                 "type": "zip",
10644                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10645                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10646                 "shasum": ""
10647             },
10648             "require": {
10649                 "php": ">=7.3"
10650             },
10651             "require-dev": {
10652                 "phpunit/phpunit": "^9.0"
10653             },
10654             "type": "library",
10655             "extra": {
10656                 "branch-alias": {
10657                     "dev-master": "3.0-dev"
10658                 }
10659             },
10660             "autoload": {
10661                 "classmap": [
10662                     "src/"
10663                 ]
10664             },
10665             "notification-url": "https://packagist.org/downloads/",
10666             "license": [
10667                 "BSD-3-Clause"
10668             ],
10669             "authors": [
10670                 {
10671                     "name": "Sebastian Bergmann",
10672                     "email": "sebastian@phpunit.de"
10673                 }
10674             ],
10675             "description": "Provides a list of PHP built-in functions that operate on resources",
10676             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10677             "support": {
10678                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10679                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10680             },
10681             "funding": [
10682                 {
10683                     "url": "https://github.com/sebastianbergmann",
10684                     "type": "github"
10685                 }
10686             ],
10687             "time": "2020-09-28T06:45:17+00:00"
10688         },
10689         {
10690             "name": "sebastian/type",
10691             "version": "2.3.1",
10692             "source": {
10693                 "type": "git",
10694                 "url": "https://github.com/sebastianbergmann/type.git",
10695                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
10696             },
10697             "dist": {
10698                 "type": "zip",
10699                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10700                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10701                 "shasum": ""
10702             },
10703             "require": {
10704                 "php": ">=7.3"
10705             },
10706             "require-dev": {
10707                 "phpunit/phpunit": "^9.3"
10708             },
10709             "type": "library",
10710             "extra": {
10711                 "branch-alias": {
10712                     "dev-master": "2.3-dev"
10713                 }
10714             },
10715             "autoload": {
10716                 "classmap": [
10717                     "src/"
10718                 ]
10719             },
10720             "notification-url": "https://packagist.org/downloads/",
10721             "license": [
10722                 "BSD-3-Clause"
10723             ],
10724             "authors": [
10725                 {
10726                     "name": "Sebastian Bergmann",
10727                     "email": "sebastian@phpunit.de",
10728                     "role": "lead"
10729                 }
10730             ],
10731             "description": "Collection of value objects that represent the types of the PHP type system",
10732             "homepage": "https://github.com/sebastianbergmann/type",
10733             "support": {
10734                 "issues": "https://github.com/sebastianbergmann/type/issues",
10735                 "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
10736             },
10737             "funding": [
10738                 {
10739                     "url": "https://github.com/sebastianbergmann",
10740                     "type": "github"
10741                 }
10742             ],
10743             "time": "2020-10-26T13:18:59+00:00"
10744         },
10745         {
10746             "name": "sebastian/version",
10747             "version": "3.0.2",
10748             "source": {
10749                 "type": "git",
10750                 "url": "https://github.com/sebastianbergmann/version.git",
10751                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10752             },
10753             "dist": {
10754                 "type": "zip",
10755                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10756                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10757                 "shasum": ""
10758             },
10759             "require": {
10760                 "php": ">=7.3"
10761             },
10762             "type": "library",
10763             "extra": {
10764                 "branch-alias": {
10765                     "dev-master": "3.0-dev"
10766                 }
10767             },
10768             "autoload": {
10769                 "classmap": [
10770                     "src/"
10771                 ]
10772             },
10773             "notification-url": "https://packagist.org/downloads/",
10774             "license": [
10775                 "BSD-3-Clause"
10776             ],
10777             "authors": [
10778                 {
10779                     "name": "Sebastian Bergmann",
10780                     "email": "sebastian@phpunit.de",
10781                     "role": "lead"
10782                 }
10783             ],
10784             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10785             "homepage": "https://github.com/sebastianbergmann/version",
10786             "support": {
10787                 "issues": "https://github.com/sebastianbergmann/version/issues",
10788                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10789             },
10790             "funding": [
10791                 {
10792                     "url": "https://github.com/sebastianbergmann",
10793                     "type": "github"
10794                 }
10795             ],
10796             "time": "2020-09-28T06:39:44+00:00"
10797         },
10798         {
10799             "name": "symfony/browser-kit",
10800             "version": "v5.2.4",
10801             "source": {
10802                 "type": "git",
10803                 "url": "https://github.com/symfony/browser-kit.git",
10804                 "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93"
10805             },
10806             "dist": {
10807                 "type": "zip",
10808                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3ca3a57ce9860318b20a924fec5daf5c6db44d93",
10809                 "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93",
10810                 "shasum": ""
10811             },
10812             "require": {
10813                 "php": ">=7.2.5",
10814                 "symfony/dom-crawler": "^4.4|^5.0"
10815             },
10816             "require-dev": {
10817                 "symfony/css-selector": "^4.4|^5.0",
10818                 "symfony/http-client": "^4.4|^5.0",
10819                 "symfony/mime": "^4.4|^5.0",
10820                 "symfony/process": "^4.4|^5.0"
10821             },
10822             "suggest": {
10823                 "symfony/process": ""
10824             },
10825             "type": "library",
10826             "autoload": {
10827                 "psr-4": {
10828                     "Symfony\\Component\\BrowserKit\\": ""
10829                 },
10830                 "exclude-from-classmap": [
10831                     "/Tests/"
10832                 ]
10833             },
10834             "notification-url": "https://packagist.org/downloads/",
10835             "license": [
10836                 "MIT"
10837             ],
10838             "authors": [
10839                 {
10840                     "name": "Fabien Potencier",
10841                     "email": "fabien@symfony.com"
10842                 },
10843                 {
10844                     "name": "Symfony Community",
10845                     "homepage": "https://symfony.com/contributors"
10846                 }
10847             ],
10848             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
10849             "homepage": "https://symfony.com",
10850             "support": {
10851                 "source": "https://github.com/symfony/browser-kit/tree/v5.2.4"
10852             },
10853             "funding": [
10854                 {
10855                     "url": "https://symfony.com/sponsor",
10856                     "type": "custom"
10857                 },
10858                 {
10859                     "url": "https://github.com/fabpot",
10860                     "type": "github"
10861                 },
10862                 {
10863                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10864                     "type": "tidelift"
10865                 }
10866             ],
10867             "time": "2021-02-22T06:48:33+00:00"
10868         },
10869         {
10870             "name": "symfony/dom-crawler",
10871             "version": "v5.2.4",
10872             "source": {
10873                 "type": "git",
10874                 "url": "https://github.com/symfony/dom-crawler.git",
10875                 "reference": "400e265163f65aceee7e904ef532e15228de674b"
10876             },
10877             "dist": {
10878                 "type": "zip",
10879                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/400e265163f65aceee7e904ef532e15228de674b",
10880                 "reference": "400e265163f65aceee7e904ef532e15228de674b",
10881                 "shasum": ""
10882             },
10883             "require": {
10884                 "php": ">=7.2.5",
10885                 "symfony/polyfill-ctype": "~1.8",
10886                 "symfony/polyfill-mbstring": "~1.0",
10887                 "symfony/polyfill-php80": "^1.15"
10888             },
10889             "conflict": {
10890                 "masterminds/html5": "<2.6"
10891             },
10892             "require-dev": {
10893                 "masterminds/html5": "^2.6",
10894                 "symfony/css-selector": "^4.4|^5.0"
10895             },
10896             "suggest": {
10897                 "symfony/css-selector": ""
10898             },
10899             "type": "library",
10900             "autoload": {
10901                 "psr-4": {
10902                     "Symfony\\Component\\DomCrawler\\": ""
10903                 },
10904                 "exclude-from-classmap": [
10905                     "/Tests/"
10906                 ]
10907             },
10908             "notification-url": "https://packagist.org/downloads/",
10909             "license": [
10910                 "MIT"
10911             ],
10912             "authors": [
10913                 {
10914                     "name": "Fabien Potencier",
10915                     "email": "fabien@symfony.com"
10916                 },
10917                 {
10918                     "name": "Symfony Community",
10919                     "homepage": "https://symfony.com/contributors"
10920                 }
10921             ],
10922             "description": "Eases DOM navigation for HTML and XML documents",
10923             "homepage": "https://symfony.com",
10924             "support": {
10925                 "source": "https://github.com/symfony/dom-crawler/tree/v5.2.4"
10926             },
10927             "funding": [
10928                 {
10929                     "url": "https://symfony.com/sponsor",
10930                     "type": "custom"
10931                 },
10932                 {
10933                     "url": "https://github.com/fabpot",
10934                     "type": "github"
10935                 },
10936                 {
10937                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10938                     "type": "tidelift"
10939                 }
10940             ],
10941             "time": "2021-02-15T18:55:04+00:00"
10942         },
10943         {
10944             "name": "symfony/http-client",
10945             "version": "v5.2.4",
10946             "source": {
10947                 "type": "git",
10948                 "url": "https://github.com/symfony/http-client.git",
10949                 "reference": "c7d1f35a31ef153a302e3f80336170e1280b983d"
10950             },
10951             "dist": {
10952                 "type": "zip",
10953                 "url": "https://api.github.com/repos/symfony/http-client/zipball/c7d1f35a31ef153a302e3f80336170e1280b983d",
10954                 "reference": "c7d1f35a31ef153a302e3f80336170e1280b983d",
10955                 "shasum": ""
10956             },
10957             "require": {
10958                 "php": ">=7.2.5",
10959                 "psr/log": "^1.0",
10960                 "symfony/http-client-contracts": "^2.2",
10961                 "symfony/polyfill-php73": "^1.11",
10962                 "symfony/polyfill-php80": "^1.15",
10963                 "symfony/service-contracts": "^1.0|^2"
10964             },
10965             "provide": {
10966                 "php-http/async-client-implementation": "*",
10967                 "php-http/client-implementation": "*",
10968                 "psr/http-client-implementation": "1.0",
10969                 "symfony/http-client-implementation": "2.2"
10970             },
10971             "require-dev": {
10972                 "amphp/amp": "^2.5",
10973                 "amphp/http-client": "^4.2.1",
10974                 "amphp/http-tunnel": "^1.0",
10975                 "amphp/socket": "^1.1",
10976                 "guzzlehttp/promises": "^1.4",
10977                 "nyholm/psr7": "^1.0",
10978                 "php-http/httplug": "^1.0|^2.0",
10979                 "psr/http-client": "^1.0",
10980                 "symfony/dependency-injection": "^4.4|^5.0",
10981                 "symfony/http-kernel": "^4.4.13|^5.1.5",
10982                 "symfony/process": "^4.4|^5.0",
10983                 "symfony/stopwatch": "^4.4|^5.0"
10984             },
10985             "type": "library",
10986             "autoload": {
10987                 "psr-4": {
10988                     "Symfony\\Component\\HttpClient\\": ""
10989                 },
10990                 "exclude-from-classmap": [
10991                     "/Tests/"
10992                 ]
10993             },
10994             "notification-url": "https://packagist.org/downloads/",
10995             "license": [
10996                 "MIT"
10997             ],
10998             "authors": [
10999                 {
11000                     "name": "Nicolas Grekas",
11001                     "email": "p@tchwork.com"
11002                 },
11003                 {
11004                     "name": "Symfony Community",
11005                     "homepage": "https://symfony.com/contributors"
11006                 }
11007             ],
11008             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
11009             "homepage": "https://symfony.com",
11010             "support": {
11011                 "source": "https://github.com/symfony/http-client/tree/v5.2.4"
11012             },
11013             "funding": [
11014                 {
11015                     "url": "https://symfony.com/sponsor",
11016                     "type": "custom"
11017                 },
11018                 {
11019                     "url": "https://github.com/fabpot",
11020                     "type": "github"
11021                 },
11022                 {
11023                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11024                     "type": "tidelift"
11025                 }
11026             ],
11027             "time": "2021-03-01T00:40:14+00:00"
11028         },
11029         {
11030             "name": "symfony/http-client-contracts",
11031             "version": "v2.3.1",
11032             "source": {
11033                 "type": "git",
11034                 "url": "https://github.com/symfony/http-client-contracts.git",
11035                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
11036             },
11037             "dist": {
11038                 "type": "zip",
11039                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
11040                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
11041                 "shasum": ""
11042             },
11043             "require": {
11044                 "php": ">=7.2.5"
11045             },
11046             "suggest": {
11047                 "symfony/http-client-implementation": ""
11048             },
11049             "type": "library",
11050             "extra": {
11051                 "branch-version": "2.3",
11052                 "branch-alias": {
11053                     "dev-main": "2.3-dev"
11054                 },
11055                 "thanks": {
11056                     "name": "symfony/contracts",
11057                     "url": "https://github.com/symfony/contracts"
11058                 }
11059             },
11060             "autoload": {
11061                 "psr-4": {
11062                     "Symfony\\Contracts\\HttpClient\\": ""
11063                 }
11064             },
11065             "notification-url": "https://packagist.org/downloads/",
11066             "license": [
11067                 "MIT"
11068             ],
11069             "authors": [
11070                 {
11071                     "name": "Nicolas Grekas",
11072                     "email": "p@tchwork.com"
11073                 },
11074                 {
11075                     "name": "Symfony Community",
11076                     "homepage": "https://symfony.com/contributors"
11077                 }
11078             ],
11079             "description": "Generic abstractions related to HTTP clients",
11080             "homepage": "https://symfony.com",
11081             "keywords": [
11082                 "abstractions",
11083                 "contracts",
11084                 "decoupling",
11085                 "interfaces",
11086                 "interoperability",
11087                 "standards"
11088             ],
11089             "support": {
11090                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
11091             },
11092             "funding": [
11093                 {
11094                     "url": "https://symfony.com/sponsor",
11095                     "type": "custom"
11096                 },
11097                 {
11098                     "url": "https://github.com/fabpot",
11099                     "type": "github"
11100                 },
11101                 {
11102                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11103                     "type": "tidelift"
11104                 }
11105             ],
11106             "time": "2020-10-14T17:08:19+00:00"
11107         },
11108         {
11109             "name": "symfony/panther",
11110             "version": "v0.9.0",
11111             "source": {
11112                 "type": "git",
11113                 "url": "https://github.com/symfony/panther.git",
11114                 "reference": "c3cd37ea186211632697732e219b257cf0a7c431"
11115             },
11116             "dist": {
11117                 "type": "zip",
11118                 "url": "https://api.github.com/repos/symfony/panther/zipball/c3cd37ea186211632697732e219b257cf0a7c431",
11119                 "reference": "c3cd37ea186211632697732e219b257cf0a7c431",
11120                 "shasum": ""
11121             },
11122             "require": {
11123                 "php": ">=7.1",
11124                 "php-webdriver/webdriver": "^1.8.2",
11125                 "symfony/browser-kit": "^4.4 || ^5.0",
11126                 "symfony/dom-crawler": "^4.4 || ^5.0",
11127                 "symfony/http-client": "^4.4.11 || ^5.2",
11128                 "symfony/polyfill-php72": "^1.9",
11129                 "symfony/process": "^4.4 || ^5.0"
11130             },
11131             "require-dev": {
11132                 "fabpot/goutte": "^3.2.3",
11133                 "guzzlehttp/guzzle": "^6.3",
11134                 "symfony/css-selector": "^4.4 || ^5.0",
11135                 "symfony/framework-bundle": "^4.4 || ^5.0",
11136                 "symfony/mime": "^4.4 || ^5.0",
11137                 "symfony/phpunit-bridge": "^5.2"
11138             },
11139             "type": "library",
11140             "extra": {
11141                 "branch-alias": {
11142                     "dev-main": "1.0.x-dev"
11143                 }
11144             },
11145             "autoload": {
11146                 "psr-4": {
11147                     "Symfony\\Component\\Panther\\": "src/"
11148                 }
11149             },
11150             "notification-url": "https://packagist.org/downloads/",
11151             "license": [
11152                 "MIT"
11153             ],
11154             "authors": [
11155                 {
11156                     "name": "Kévin Dunglas",
11157                     "email": "dunglas@gmail.com",
11158                     "homepage": "https://dunglas.fr"
11159                 },
11160                 {
11161                     "name": "Symfony Community",
11162                     "homepage": "https://symfony.com/contributors"
11163                 }
11164             ],
11165             "description": "A browser testing and web scraping library for PHP and Symfony.",
11166             "homepage": "https://dunglas.fr",
11167             "keywords": [
11168                 "e2e",
11169                 "scraping",
11170                 "selenium",
11171                 "symfony",
11172                 "testing",
11173                 "webdriver"
11174             ],
11175             "support": {
11176                 "issues": "https://github.com/symfony/panther/issues",
11177                 "source": "https://github.com/symfony/panther/tree/v0.9.0"
11178             },
11179             "funding": [
11180                 {
11181                     "url": "https://www.panthera.org/donate",
11182                     "type": "custom"
11183                 }
11184             ],
11185             "time": "2020-12-29T07:51:42+00:00"
11186         },
11187         {
11188             "name": "symfony/polyfill-php73",
11189             "version": "v1.22.1",
11190             "source": {
11191                 "type": "git",
11192                 "url": "https://github.com/symfony/polyfill-php73.git",
11193                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
11194             },
11195             "dist": {
11196                 "type": "zip",
11197                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11198                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11199                 "shasum": ""
11200             },
11201             "require": {
11202                 "php": ">=7.1"
11203             },
11204             "type": "library",
11205             "extra": {
11206                 "branch-alias": {
11207                     "dev-main": "1.22-dev"
11208                 },
11209                 "thanks": {
11210                     "name": "symfony/polyfill",
11211                     "url": "https://github.com/symfony/polyfill"
11212                 }
11213             },
11214             "autoload": {
11215                 "psr-4": {
11216                     "Symfony\\Polyfill\\Php73\\": ""
11217                 },
11218                 "files": [
11219                     "bootstrap.php"
11220                 ],
11221                 "classmap": [
11222                     "Resources/stubs"
11223                 ]
11224             },
11225             "notification-url": "https://packagist.org/downloads/",
11226             "license": [
11227                 "MIT"
11228             ],
11229             "authors": [
11230                 {
11231                     "name": "Nicolas Grekas",
11232                     "email": "p@tchwork.com"
11233                 },
11234                 {
11235                     "name": "Symfony Community",
11236                     "homepage": "https://symfony.com/contributors"
11237                 }
11238             ],
11239             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
11240             "homepage": "https://symfony.com",
11241             "keywords": [
11242                 "compatibility",
11243                 "polyfill",
11244                 "portable",
11245                 "shim"
11246             ],
11247             "support": {
11248                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
11249             },
11250             "funding": [
11251                 {
11252                     "url": "https://symfony.com/sponsor",
11253                     "type": "custom"
11254                 },
11255                 {
11256                     "url": "https://github.com/fabpot",
11257                     "type": "github"
11258                 },
11259                 {
11260                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11261                     "type": "tidelift"
11262                 }
11263             ],
11264             "time": "2021-01-07T16:49:33+00:00"
11265         },
11266         {
11267             "name": "theseer/tokenizer",
11268             "version": "1.2.0",
11269             "source": {
11270                 "type": "git",
11271                 "url": "https://github.com/theseer/tokenizer.git",
11272                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
11273             },
11274             "dist": {
11275                 "type": "zip",
11276                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
11277                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
11278                 "shasum": ""
11279             },
11280             "require": {
11281                 "ext-dom": "*",
11282                 "ext-tokenizer": "*",
11283                 "ext-xmlwriter": "*",
11284                 "php": "^7.2 || ^8.0"
11285             },
11286             "type": "library",
11287             "autoload": {
11288                 "classmap": [
11289                     "src/"
11290                 ]
11291             },
11292             "notification-url": "https://packagist.org/downloads/",
11293             "license": [
11294                 "BSD-3-Clause"
11295             ],
11296             "authors": [
11297                 {
11298                     "name": "Arne Blankerts",
11299                     "email": "arne@blankerts.de",
11300                     "role": "Developer"
11301                 }
11302             ],
11303             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
11304             "support": {
11305                 "issues": "https://github.com/theseer/tokenizer/issues",
11306                 "source": "https://github.com/theseer/tokenizer/tree/master"
11307             },
11308             "funding": [
11309                 {
11310                     "url": "https://github.com/theseer",
11311                     "type": "github"
11312                 }
11313             ],
11314             "time": "2020-07-12T23:59:07+00:00"
11315         },
11316         {
11317             "name": "webmozart/assert",
11318             "version": "1.9.1",
11319             "source": {
11320                 "type": "git",
11321                 "url": "https://github.com/webmozarts/assert.git",
11322                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
11323             },
11324             "dist": {
11325                 "type": "zip",
11326                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
11327                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
11328                 "shasum": ""
11329             },
11330             "require": {
11331                 "php": "^5.3.3 || ^7.0 || ^8.0",
11332                 "symfony/polyfill-ctype": "^1.8"
11333             },
11334             "conflict": {
11335                 "phpstan/phpstan": "<0.12.20",
11336                 "vimeo/psalm": "<3.9.1"
11337             },
11338             "require-dev": {
11339                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
11340             },
11341             "type": "library",
11342             "autoload": {
11343                 "psr-4": {
11344                     "Webmozart\\Assert\\": "src/"
11345                 }
11346             },
11347             "notification-url": "https://packagist.org/downloads/",
11348             "license": [
11349                 "MIT"
11350             ],
11351             "authors": [
11352                 {
11353                     "name": "Bernhard Schussek",
11354                     "email": "bschussek@gmail.com"
11355                 }
11356             ],
11357             "description": "Assertions to validate method input/output with nice error messages.",
11358             "keywords": [
11359                 "assert",
11360                 "check",
11361                 "validate"
11362             ],
11363             "support": {
11364                 "issues": "https://github.com/webmozarts/assert/issues",
11365                 "source": "https://github.com/webmozarts/assert/tree/1.9.1"
11366             },
11367             "time": "2020-07-08T17:02:28+00:00"
11368         }
11369     ],
11370     "aliases": [
11371         {
11372             "package": "lcobucci/jwt",
11373             "version": "dev-342php8",
11374             "alias": "3.4.9",
11375             "alias_normalized": "3.4.9.0"
11376         }
11377     ],
11378     "minimum-stability": "stable",
11379     "stability-flags": {
11380         "lcobucci/jwt": 20
11381     },
11382     "prefer-stable": false,
11383     "prefer-lowest": false,
11384     "platform": {
11385         "php": ">=7.3.0"
11386     },
11387     "platform-dev": [],
11388     "platform-overrides": {
11389         "php": "7.3"
11390     },
11391     "plugin-api-version": "2.0.0"