Weno cleanup (#4437)
[openemr.git] / composer.lock
blob3a0c80f32ed677c743399379997834a170ef75c7
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": "5c451c94db8f26a68f1f079d8bdc3fc4",
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.21.0",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "199391f639a0b3346a80d66c00c87230fa3e6a07"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/199391f639a0b3346a80d66c00c87230fa3e6a07",
144                 "reference": "199391f639a0b3346a80d66c00c87230fa3e6a07",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": "^5.5.9 || ^7.0 || ^8.0"
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": "https://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": "2021-02-27T11:38:53+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.3.1",
445             "source": {
446                 "type": "git",
447                 "url": "https://github.com/defuse/php-encryption.git",
448                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
449             },
450             "dist": {
451                 "type": "zip",
452                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
453                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
454                 "shasum": ""
455             },
456             "require": {
457                 "ext-openssl": "*",
458                 "paragonie/random_compat": ">= 2",
459                 "php": ">=5.6.0"
460             },
461             "require-dev": {
462                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
463             },
464             "bin": [
465                 "bin/generate-defuse-key"
466             ],
467             "type": "library",
468             "autoload": {
469                 "psr-4": {
470                     "Defuse\\Crypto\\": "src"
471                 }
472             },
473             "notification-url": "https://packagist.org/downloads/",
474             "license": [
475                 "MIT"
476             ],
477             "authors": [
478                 {
479                     "name": "Taylor Hornby",
480                     "email": "taylor@defuse.ca",
481                     "homepage": "https://defuse.ca/"
482                 },
483                 {
484                     "name": "Scott Arciszewski",
485                     "email": "info@paragonie.com",
486                     "homepage": "https://paragonie.com"
487                 }
488             ],
489             "description": "Secure PHP Encryption Library",
490             "keywords": [
491                 "aes",
492                 "authenticated encryption",
493                 "cipher",
494                 "crypto",
495                 "cryptography",
496                 "encrypt",
497                 "encryption",
498                 "openssl",
499                 "security",
500                 "symmetric key cryptography"
501             ],
502             "support": {
503                 "issues": "https://github.com/defuse/php-encryption/issues",
504                 "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
505             },
506             "time": "2021-04-09T23:57:26+00:00"
507         },
508         {
509             "name": "dompdf/dompdf",
510             "version": "v1.0.2",
511             "source": {
512                 "type": "git",
513                 "url": "https://github.com/dompdf/dompdf.git",
514                 "reference": "8768448244967a46d6e67b891d30878e0e15d25c"
515             },
516             "dist": {
517                 "type": "zip",
518                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c",
519                 "reference": "8768448244967a46d6e67b891d30878e0e15d25c",
520                 "shasum": ""
521             },
522             "require": {
523                 "ext-dom": "*",
524                 "ext-mbstring": "*",
525                 "phenx/php-font-lib": "^0.5.2",
526                 "phenx/php-svg-lib": "^0.3.3",
527                 "php": "^7.1 || ^8.0"
528             },
529             "require-dev": {
530                 "mockery/mockery": "^1.3",
531                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
532                 "squizlabs/php_codesniffer": "^3.5"
533             },
534             "suggest": {
535                 "ext-gd": "Needed to process images",
536                 "ext-gmagick": "Improves image processing performance",
537                 "ext-imagick": "Improves image processing performance",
538                 "ext-zlib": "Needed for pdf stream compression"
539             },
540             "type": "library",
541             "extra": {
542                 "branch-alias": {
543                     "dev-develop": "0.7-dev"
544                 }
545             },
546             "autoload": {
547                 "psr-4": {
548                     "Dompdf\\": "src/"
549                 },
550                 "classmap": [
551                     "lib/"
552                 ]
553             },
554             "notification-url": "https://packagist.org/downloads/",
555             "license": [
556                 "LGPL-2.1"
557             ],
558             "authors": [
559                 {
560                     "name": "Fabien Ménager",
561                     "email": "fabien.menager@gmail.com"
562                 },
563                 {
564                     "name": "Brian Sweeney",
565                     "email": "eclecticgeek@gmail.com"
566                 },
567                 {
568                     "name": "Gabriel Bull",
569                     "email": "me@gabrielbull.com"
570                 }
571             ],
572             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
573             "homepage": "https://github.com/dompdf/dompdf",
574             "support": {
575                 "issues": "https://github.com/dompdf/dompdf/issues",
576                 "source": "https://github.com/dompdf/dompdf/tree/v1.0.2"
577             },
578             "time": "2021-01-08T14:18:52+00:00"
579         },
580         {
581             "name": "ezyang/htmlpurifier",
582             "version": "v4.13.0",
583             "source": {
584                 "type": "git",
585                 "url": "https://github.com/ezyang/htmlpurifier.git",
586                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
587             },
588             "dist": {
589                 "type": "zip",
590                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
591                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
592                 "shasum": ""
593             },
594             "require": {
595                 "php": ">=5.2"
596             },
597             "require-dev": {
598                 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
599             },
600             "type": "library",
601             "autoload": {
602                 "psr-0": {
603                     "HTMLPurifier": "library/"
604                 },
605                 "files": [
606                     "library/HTMLPurifier.composer.php"
607                 ],
608                 "exclude-from-classmap": [
609                     "/library/HTMLPurifier/Language/"
610                 ]
611             },
612             "notification-url": "https://packagist.org/downloads/",
613             "license": [
614                 "LGPL-2.1-or-later"
615             ],
616             "authors": [
617                 {
618                     "name": "Edward Z. Yang",
619                     "email": "admin@htmlpurifier.org",
620                     "homepage": "http://ezyang.com"
621                 }
622             ],
623             "description": "Standards compliant HTML filter written in PHP",
624             "homepage": "http://htmlpurifier.org/",
625             "keywords": [
626                 "html"
627             ],
628             "support": {
629                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
630                 "source": "https://github.com/ezyang/htmlpurifier/tree/master"
631             },
632             "time": "2020-06-29T00:56:53+00:00"
633         },
634         {
635             "name": "firebase/php-jwt",
636             "version": "v5.2.1",
637             "source": {
638                 "type": "git",
639                 "url": "https://github.com/firebase/php-jwt.git",
640                 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
641             },
642             "dist": {
643                 "type": "zip",
644                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
645                 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
646                 "shasum": ""
647             },
648             "require": {
649                 "php": ">=5.3.0"
650             },
651             "require-dev": {
652                 "phpunit/phpunit": ">=4.8 <=9"
653             },
654             "type": "library",
655             "autoload": {
656                 "psr-4": {
657                     "Firebase\\JWT\\": "src"
658                 }
659             },
660             "notification-url": "https://packagist.org/downloads/",
661             "license": [
662                 "BSD-3-Clause"
663             ],
664             "authors": [
665                 {
666                     "name": "Neuman Vong",
667                     "email": "neuman+pear@twilio.com",
668                     "role": "Developer"
669                 },
670                 {
671                     "name": "Anant Narayanan",
672                     "email": "anant@php.net",
673                     "role": "Developer"
674                 }
675             ],
676             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
677             "homepage": "https://github.com/firebase/php-jwt",
678             "keywords": [
679                 "jwt",
680                 "php"
681             ],
682             "support": {
683                 "issues": "https://github.com/firebase/php-jwt/issues",
684                 "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
685             },
686             "time": "2021-02-12T00:02:00+00:00"
687         },
688         {
689             "name": "google/apiclient",
690             "version": "v2.9.1",
691             "source": {
692                 "type": "git",
693                 "url": "https://github.com/googleapis/google-api-php-client.git",
694                 "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6"
695             },
696             "dist": {
697                 "type": "zip",
698                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/2fb6e702aca5d68203fa737f89f6f774022494c6",
699                 "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6",
700                 "shasum": ""
701             },
702             "require": {
703                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
704                 "google/apiclient-services": "~0.13",
705                 "google/auth": "^1.10",
706                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
707                 "guzzlehttp/psr7": "^1.2",
708                 "monolog/monolog": "^1.17|^2.0",
709                 "php": "^5.6|^7.0|^8.0",
710                 "phpseclib/phpseclib": "~2.0||^3.0.2"
711             },
712             "require-dev": {
713                 "cache/filesystem-adapter": "^0.3.2|^1.1",
714                 "composer/composer": "^1.10",
715                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
716                 "phpcompatibility/php-compatibility": "^9.2",
717                 "phpunit/phpunit": "^5.7||^8.5.13",
718                 "squizlabs/php_codesniffer": "~2.3",
719                 "symfony/css-selector": "~2.1",
720                 "symfony/dom-crawler": "~2.1"
721             },
722             "suggest": {
723                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
724             },
725             "type": "library",
726             "extra": {
727                 "branch-alias": {
728                     "dev-master": "2.x-dev"
729                 }
730             },
731             "autoload": {
732                 "psr-4": {
733                     "Google\\": "src/"
734                 },
735                 "files": [
736                     "src/aliases.php"
737                 ],
738                 "classmap": [
739                     "src/aliases.php"
740                 ]
741             },
742             "notification-url": "https://packagist.org/downloads/",
743             "license": [
744                 "Apache-2.0"
745             ],
746             "description": "Client library for Google APIs",
747             "homepage": "http://developers.google.com/api-client-library/php",
748             "keywords": [
749                 "google"
750             ],
751             "support": {
752                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
753                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.9.1"
754             },
755             "time": "2021-01-19T17:48:59+00:00"
756         },
757         {
758             "name": "google/apiclient-services",
759             "version": "v0.175.0",
760             "source": {
761                 "type": "git",
762                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
763                 "reference": "316cbf9b02c575a140d8cbeca48a3ca0070fcd5a"
764             },
765             "dist": {
766                 "type": "zip",
767                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/316cbf9b02c575a140d8cbeca48a3ca0070fcd5a",
768                 "reference": "316cbf9b02c575a140d8cbeca48a3ca0070fcd5a",
769                 "shasum": ""
770             },
771             "require": {
772                 "php": ">=5.4"
773             },
774             "require-dev": {
775                 "phpunit/phpunit": "^4.8|^5"
776             },
777             "type": "library",
778             "autoload": {
779                 "psr-0": {
780                     "Google_Service_": "src"
781                 }
782             },
783             "notification-url": "https://packagist.org/downloads/",
784             "license": [
785                 "Apache-2.0"
786             ],
787             "description": "Client library for Google APIs",
788             "homepage": "http://developers.google.com/api-client-library/php",
789             "keywords": [
790                 "google"
791             ],
792             "support": {
793                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
794                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.175.0"
795             },
796             "time": "2021-05-15T11:18:02+00:00"
797         },
798         {
799             "name": "google/auth",
800             "version": "v1.15.1",
801             "source": {
802                 "type": "git",
803                 "url": "https://github.com/googleapis/google-auth-library-php.git",
804                 "reference": "4e0c9367719df9703e96f5ad613041b87742471c"
805             },
806             "dist": {
807                 "type": "zip",
808                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/4e0c9367719df9703e96f5ad613041b87742471c",
809                 "reference": "4e0c9367719df9703e96f5ad613041b87742471c",
810                 "shasum": ""
811             },
812             "require": {
813                 "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
814                 "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
815                 "guzzlehttp/psr7": "^1.2",
816                 "php": ">=5.4",
817                 "psr/cache": "^1.0",
818                 "psr/http-message": "^1.0"
819             },
820             "require-dev": {
821                 "guzzlehttp/promises": "0.1.1|^1.3",
822                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
823                 "phpseclib/phpseclib": "^2.0.31",
824                 "phpunit/phpunit": "^4.8.36|^5.7",
825                 "sebastian/comparator": ">=1.2.3",
826                 "squizlabs/php_codesniffer": "^3.5"
827             },
828             "suggest": {
829                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
830             },
831             "type": "library",
832             "autoload": {
833                 "psr-4": {
834                     "Google\\Auth\\": "src"
835                 }
836             },
837             "notification-url": "https://packagist.org/downloads/",
838             "license": [
839                 "Apache-2.0"
840             ],
841             "description": "Google Auth Library for PHP",
842             "homepage": "http://github.com/google/google-auth-library-php",
843             "keywords": [
844                 "Authentication",
845                 "google",
846                 "oauth2"
847             ],
848             "support": {
849                 "docs": "https://googleapis.github.io/google-auth-library-php/master/",
850                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
851                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.1"
852             },
853             "time": "2021-04-21T17:42:05+00:00"
854         },
855         {
856             "name": "graham-campbell/result-type",
857             "version": "v1.0.1",
858             "source": {
859                 "type": "git",
860                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
861                 "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
862             },
863             "dist": {
864                 "type": "zip",
865                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
866                 "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
867                 "shasum": ""
868             },
869             "require": {
870                 "php": "^7.0|^8.0",
871                 "phpoption/phpoption": "^1.7.3"
872             },
873             "require-dev": {
874                 "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
875             },
876             "type": "library",
877             "extra": {
878                 "branch-alias": {
879                     "dev-master": "1.0-dev"
880                 }
881             },
882             "autoload": {
883                 "psr-4": {
884                     "GrahamCampbell\\ResultType\\": "src/"
885                 }
886             },
887             "notification-url": "https://packagist.org/downloads/",
888             "license": [
889                 "MIT"
890             ],
891             "authors": [
892                 {
893                     "name": "Graham Campbell",
894                     "email": "graham@alt-three.com"
895                 }
896             ],
897             "description": "An Implementation Of The Result Type",
898             "keywords": [
899                 "Graham Campbell",
900                 "GrahamCampbell",
901                 "Result Type",
902                 "Result-Type",
903                 "result"
904             ],
905             "support": {
906                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
907                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
908             },
909             "funding": [
910                 {
911                     "url": "https://github.com/GrahamCampbell",
912                     "type": "github"
913                 },
914                 {
915                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
916                     "type": "tidelift"
917                 }
918             ],
919             "time": "2020-04-13T13:17:36+00:00"
920         },
921         {
922             "name": "guzzlehttp/guzzle",
923             "version": "7.3.0",
924             "source": {
925                 "type": "git",
926                 "url": "https://github.com/guzzle/guzzle.git",
927                 "reference": "7008573787b430c1c1f650e3722d9bba59967628"
928             },
929             "dist": {
930                 "type": "zip",
931                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
932                 "reference": "7008573787b430c1c1f650e3722d9bba59967628",
933                 "shasum": ""
934             },
935             "require": {
936                 "ext-json": "*",
937                 "guzzlehttp/promises": "^1.4",
938                 "guzzlehttp/psr7": "^1.7 || ^2.0",
939                 "php": "^7.2.5 || ^8.0",
940                 "psr/http-client": "^1.0"
941             },
942             "provide": {
943                 "psr/http-client-implementation": "1.0"
944             },
945             "require-dev": {
946                 "bamarni/composer-bin-plugin": "^1.4.1",
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.3-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.3.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": "2021-03-23T11:33:13+00:00"
1023         },
1024         {
1025             "name": "guzzlehttp/promises",
1026             "version": "1.4.1",
1027             "source": {
1028                 "type": "git",
1029                 "url": "https://github.com/guzzle/promises.git",
1030                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
1031             },
1032             "dist": {
1033                 "type": "zip",
1034                 "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
1035                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
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.1"
1076             },
1077             "time": "2021-03-07T09:25:29+00:00"
1078         },
1079         {
1080             "name": "guzzlehttp/psr7",
1081             "version": "1.8.2",
1082             "source": {
1083                 "type": "git",
1084                 "url": "https://github.com/guzzle/psr7.git",
1085                 "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
1086             },
1087             "dist": {
1088                 "type": "zip",
1089                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
1090                 "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
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.8.2"
1151             },
1152             "time": "2021-04-26T09:17:50+00:00"
1153         },
1154         {
1155             "name": "kamermans/guzzle-oauth2-subscriber",
1156             "version": "v1.0.8",
1157             "source": {
1158                 "type": "git",
1159                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1160                 "reference": "18fb67c97f38c6b463f1ccdcad95b641666e42c1"
1161             },
1162             "dist": {
1163                 "type": "zip",
1164                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/18fb67c97f38c6b463f1ccdcad95b641666e42c1",
1165                 "reference": "18fb67c97f38c6b463f1ccdcad95b641666e42c1",
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.8"
1196             },
1197             "time": "2020-12-10T00:38:57+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.5.0",
1340             "source": {
1341                 "type": "git",
1342                 "url": "https://github.com/laminas/laminas-config.git",
1343                 "reference": "f91cd6fe79e82cbbcaa36485108a04e8ef1e679b"
1344             },
1345             "dist": {
1346                 "type": "zip",
1347                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/f91cd6fe79e82cbbcaa36485108a04e8ef1e679b",
1348                 "reference": "f91cd6fe79e82cbbcaa36485108a04e8ef1e679b",
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.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             "autoload": {
1379                 "psr-4": {
1380                     "Laminas\\Config\\": "src/"
1381                 }
1382             },
1383             "notification-url": "https://packagist.org/downloads/",
1384             "license": [
1385                 "BSD-3-Clause"
1386             ],
1387             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1388             "homepage": "https://laminas.dev",
1389             "keywords": [
1390                 "config",
1391                 "laminas"
1392             ],
1393             "support": {
1394                 "chat": "https://laminas.dev/chat",
1395                 "docs": "https://docs.laminas.dev/laminas-config/",
1396                 "forum": "https://discourse.laminas.dev",
1397                 "issues": "https://github.com/laminas/laminas-config/issues",
1398                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1399                 "source": "https://github.com/laminas/laminas-config"
1400             },
1401             "funding": [
1402                 {
1403                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1404                     "type": "community_bridge"
1405                 }
1406             ],
1407             "time": "2021-02-11T15:06:51+00:00"
1408         },
1409         {
1410             "name": "laminas/laminas-console",
1411             "version": "2.8.0",
1412             "source": {
1413                 "type": "git",
1414                 "url": "https://github.com/laminas/laminas-console.git",
1415                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
1416             },
1417             "dist": {
1418                 "type": "zip",
1419                 "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
1420                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
1421                 "shasum": ""
1422             },
1423             "require": {
1424                 "laminas/laminas-stdlib": "^3.2.1",
1425                 "laminas/laminas-zendframework-bridge": "^1.0",
1426                 "php": "^5.6 || ^7.0"
1427             },
1428             "replace": {
1429                 "zendframework/zend-console": "self.version"
1430             },
1431             "require-dev": {
1432                 "laminas/laminas-coding-standard": "~1.0.0",
1433                 "laminas/laminas-filter": "^2.7.2",
1434                 "laminas/laminas-json": "^2.6 || ^3.0",
1435                 "laminas/laminas-validator": "^2.10.1",
1436                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
1437             },
1438             "suggest": {
1439                 "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
1440                 "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
1441             },
1442             "type": "library",
1443             "extra": {
1444                 "branch-alias": {
1445                     "dev-master": "2.8.x-dev",
1446                     "dev-develop": "2.9.x-dev"
1447                 }
1448             },
1449             "autoload": {
1450                 "psr-4": {
1451                     "Laminas\\Console\\": "src/"
1452                 }
1453             },
1454             "notification-url": "https://packagist.org/downloads/",
1455             "license": [
1456                 "BSD-3-Clause"
1457             ],
1458             "description": "Build console applications using getopt syntax or routing, complete with prompts",
1459             "homepage": "https://laminas.dev",
1460             "keywords": [
1461                 "console",
1462                 "laminas"
1463             ],
1464             "support": {
1465                 "chat": "https://laminas.dev/chat",
1466                 "docs": "https://docs.laminas.dev/laminas-console/",
1467                 "forum": "https://discourse.laminas.dev",
1468                 "issues": "https://github.com/laminas/laminas-console/issues",
1469                 "rss": "https://github.com/laminas/laminas-console/releases.atom",
1470                 "source": "https://github.com/laminas/laminas-console"
1471             },
1472             "abandoned": "laminas/laminas-cli",
1473             "time": "2019-12-31T16:31:45+00:00"
1474         },
1475         {
1476             "name": "laminas/laminas-db",
1477             "version": "2.12.0",
1478             "source": {
1479                 "type": "git",
1480                 "url": "https://github.com/laminas/laminas-db.git",
1481                 "reference": "80cbba4e749f9eb7d8036172acb9ad41e8b6923f"
1482             },
1483             "dist": {
1484                 "type": "zip",
1485                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/80cbba4e749f9eb7d8036172acb9ad41e8b6923f",
1486                 "reference": "80cbba4e749f9eb7d8036172acb9ad41e8b6923f",
1487                 "shasum": ""
1488             },
1489             "require": {
1490                 "laminas/laminas-stdlib": "^3.3",
1491                 "laminas/laminas-zendframework-bridge": "^1.0",
1492                 "php": "^7.3 || ~8.0.0"
1493             },
1494             "replace": {
1495                 "zendframework/zend-db": "^2.11.0"
1496             },
1497             "require-dev": {
1498                 "laminas/laminas-coding-standard": "~1.0.0",
1499                 "laminas/laminas-eventmanager": "^3.3",
1500                 "laminas/laminas-hydrator": "^3.2 || ^4.0",
1501                 "laminas/laminas-servicemanager": "^3.3",
1502                 "phpspec/prophecy-phpunit": "^2.0",
1503                 "phpunit/phpunit": "^9.3"
1504             },
1505             "suggest": {
1506                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1507                 "laminas/laminas-hydrator": "(^3.2 || ^4.0) Laminas\\Hydrator component for using HydratingResultSets",
1508                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1509             },
1510             "type": "library",
1511             "extra": {
1512                 "laminas": {
1513                     "component": "Laminas\\Db",
1514                     "config-provider": "Laminas\\Db\\ConfigProvider"
1515                 }
1516             },
1517             "autoload": {
1518                 "psr-4": {
1519                     "Laminas\\Db\\": "src/"
1520                 }
1521             },
1522             "notification-url": "https://packagist.org/downloads/",
1523             "license": [
1524                 "BSD-3-Clause"
1525             ],
1526             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1527             "homepage": "https://laminas.dev",
1528             "keywords": [
1529                 "db",
1530                 "laminas"
1531             ],
1532             "support": {
1533                 "chat": "https://laminas.dev/chat",
1534                 "docs": "https://docs.laminas.dev/laminas-db/",
1535                 "forum": "https://discourse.laminas.dev",
1536                 "issues": "https://github.com/laminas/laminas-db/issues",
1537                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1538                 "source": "https://github.com/laminas/laminas-db"
1539             },
1540             "funding": [
1541                 {
1542                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1543                     "type": "community_bridge"
1544                 }
1545             ],
1546             "time": "2021-02-22T22:27:56+00:00"
1547         },
1548         {
1549             "name": "laminas/laminas-escaper",
1550             "version": "2.7.0",
1551             "source": {
1552                 "type": "git",
1553                 "url": "https://github.com/laminas/laminas-escaper.git",
1554                 "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
1555             },
1556             "dist": {
1557                 "type": "zip",
1558                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
1559                 "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
1560                 "shasum": ""
1561             },
1562             "require": {
1563                 "laminas/laminas-zendframework-bridge": "^1.0",
1564                 "php": "^7.3 || ~8.0.0"
1565             },
1566             "replace": {
1567                 "zendframework/zend-escaper": "^2.6.1"
1568             },
1569             "require-dev": {
1570                 "laminas/laminas-coding-standard": "~1.0.0",
1571                 "phpunit/phpunit": "^9.3",
1572                 "psalm/plugin-phpunit": "^0.12.2",
1573                 "vimeo/psalm": "^3.16"
1574             },
1575             "suggest": {
1576                 "ext-iconv": "*",
1577                 "ext-mbstring": "*"
1578             },
1579             "type": "library",
1580             "autoload": {
1581                 "psr-4": {
1582                     "Laminas\\Escaper\\": "src/"
1583                 }
1584             },
1585             "notification-url": "https://packagist.org/downloads/",
1586             "license": [
1587                 "BSD-3-Clause"
1588             ],
1589             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1590             "homepage": "https://laminas.dev",
1591             "keywords": [
1592                 "escaper",
1593                 "laminas"
1594             ],
1595             "support": {
1596                 "chat": "https://laminas.dev/chat",
1597                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1598                 "forum": "https://discourse.laminas.dev",
1599                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1600                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1601                 "source": "https://github.com/laminas/laminas-escaper"
1602             },
1603             "funding": [
1604                 {
1605                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1606                     "type": "community_bridge"
1607                 }
1608             ],
1609             "time": "2020-11-17T21:26:43+00:00"
1610         },
1611         {
1612             "name": "laminas/laminas-eventmanager",
1613             "version": "3.3.1",
1614             "source": {
1615                 "type": "git",
1616                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1617                 "reference": "966c859b67867b179fde1eff0cd38df51472ce4a"
1618             },
1619             "dist": {
1620                 "type": "zip",
1621                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a",
1622                 "reference": "966c859b67867b179fde1eff0cd38df51472ce4a",
1623                 "shasum": ""
1624             },
1625             "require": {
1626                 "laminas/laminas-zendframework-bridge": "^1.0",
1627                 "php": "^7.3 || ^8.0"
1628             },
1629             "replace": {
1630                 "zendframework/zend-eventmanager": "^3.2.1"
1631             },
1632             "require-dev": {
1633                 "container-interop/container-interop": "^1.1",
1634                 "laminas/laminas-coding-standard": "~1.0.0",
1635                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
1636                 "phpbench/phpbench": "^0.17.1",
1637                 "phpunit/phpunit": "^8.5.8"
1638             },
1639             "suggest": {
1640                 "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
1641                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1642             },
1643             "type": "library",
1644             "autoload": {
1645                 "psr-4": {
1646                     "Laminas\\EventManager\\": "src/"
1647                 }
1648             },
1649             "notification-url": "https://packagist.org/downloads/",
1650             "license": [
1651                 "BSD-3-Clause"
1652             ],
1653             "description": "Trigger and listen to events within a PHP application",
1654             "homepage": "https://laminas.dev",
1655             "keywords": [
1656                 "event",
1657                 "eventmanager",
1658                 "events",
1659                 "laminas"
1660             ],
1661             "support": {
1662                 "chat": "https://laminas.dev/chat",
1663                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1664                 "forum": "https://discourse.laminas.dev",
1665                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1666                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1667                 "source": "https://github.com/laminas/laminas-eventmanager"
1668             },
1669             "funding": [
1670                 {
1671                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1672                     "type": "community_bridge"
1673                 }
1674             ],
1675             "time": "2021-03-08T15:24:29+00:00"
1676         },
1677         {
1678             "name": "laminas/laminas-filter",
1679             "version": "2.11.0",
1680             "source": {
1681                 "type": "git",
1682                 "url": "https://github.com/laminas/laminas-filter.git",
1683                 "reference": "dd295a15f5c13d0c13d69ca0107190b1f2083d91"
1684             },
1685             "dist": {
1686                 "type": "zip",
1687                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/dd295a15f5c13d0c13d69ca0107190b1f2083d91",
1688                 "reference": "dd295a15f5c13d0c13d69ca0107190b1f2083d91",
1689                 "shasum": ""
1690             },
1691             "require": {
1692                 "laminas/laminas-stdlib": "^3.3",
1693                 "laminas/laminas-zendframework-bridge": "^1.0",
1694                 "php": "^7.3 || ~8.0.0"
1695             },
1696             "conflict": {
1697                 "laminas/laminas-validator": "<2.10.1"
1698             },
1699             "replace": {
1700                 "zendframework/zend-filter": "^2.9.2"
1701             },
1702             "require-dev": {
1703                 "laminas/laminas-coding-standard": "~1.0.0",
1704                 "laminas/laminas-crypt": "^3.2.1",
1705                 "laminas/laminas-servicemanager": "^3.3",
1706                 "laminas/laminas-uri": "^2.6",
1707                 "pear/archive_tar": "^1.4.3",
1708                 "phpspec/prophecy-phpunit": "^2.0",
1709                 "phpunit/phpunit": "^9.3",
1710                 "psalm/plugin-phpunit": "^0.15.1",
1711                 "psr/http-factory": "^1.0",
1712                 "vimeo/psalm": "^4.6"
1713             },
1714             "suggest": {
1715                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1716                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1717                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
1718                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1719                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1720             },
1721             "type": "library",
1722             "extra": {
1723                 "laminas": {
1724                     "component": "Laminas\\Filter",
1725                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1726                 }
1727             },
1728             "autoload": {
1729                 "psr-4": {
1730                     "Laminas\\Filter\\": "src/"
1731                 }
1732             },
1733             "notification-url": "https://packagist.org/downloads/",
1734             "license": [
1735                 "BSD-3-Clause"
1736             ],
1737             "description": "Programmatically filter and normalize data and files",
1738             "homepage": "https://laminas.dev",
1739             "keywords": [
1740                 "filter",
1741                 "laminas"
1742             ],
1743             "support": {
1744                 "chat": "https://laminas.dev/chat",
1745                 "docs": "https://docs.laminas.dev/laminas-filter/",
1746                 "forum": "https://discourse.laminas.dev",
1747                 "issues": "https://github.com/laminas/laminas-filter/issues",
1748                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1749                 "source": "https://github.com/laminas/laminas-filter"
1750             },
1751             "funding": [
1752                 {
1753                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1754                     "type": "community_bridge"
1755                 }
1756             ],
1757             "time": "2021-03-16T14:37:02+00:00"
1758         },
1759         {
1760             "name": "laminas/laminas-form",
1761             "version": "2.16.3",
1762             "source": {
1763                 "type": "git",
1764                 "url": "https://github.com/laminas/laminas-form.git",
1765                 "reference": "76fe85b3f126183fe965d60e32e2bf6c7c108d61"
1766             },
1767             "dist": {
1768                 "type": "zip",
1769                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/76fe85b3f126183fe965d60e32e2bf6c7c108d61",
1770                 "reference": "76fe85b3f126183fe965d60e32e2bf6c7c108d61",
1771                 "shasum": ""
1772             },
1773             "require": {
1774                 "laminas/laminas-hydrator": "^3.2 || ^4.0",
1775                 "laminas/laminas-inputfilter": "^2.10",
1776                 "laminas/laminas-stdlib": "^3.3",
1777                 "laminas/laminas-zendframework-bridge": "^1.1",
1778                 "php": "^7.3 || ~8.0.0"
1779             },
1780             "conflict": {
1781                 "laminas/laminas-code": "<3.5.0 || >=4.0.0"
1782             },
1783             "replace": {
1784                 "zendframework/zend-form": "^2.14.3"
1785             },
1786             "require-dev": {
1787                 "doctrine/annotations": "^1.10.4",
1788                 "laminas/laminas-cache": "^2.9.0",
1789                 "laminas/laminas-captcha": "^2.9.0",
1790                 "laminas/laminas-code": "^3.5.0",
1791                 "laminas/laminas-coding-standard": "^1.0.0",
1792                 "laminas/laminas-escaper": "^2.6.1",
1793                 "laminas/laminas-eventmanager": "^3.3.0",
1794                 "laminas/laminas-filter": "^2.9.4",
1795                 "laminas/laminas-i18n": "^2.10.3",
1796                 "laminas/laminas-recaptcha": "^3.2.0",
1797                 "laminas/laminas-servicemanager": "^3.4.1",
1798                 "laminas/laminas-session": "^2.9.3",
1799                 "laminas/laminas-text": "^2.7.1",
1800                 "laminas/laminas-validator": "^2.13.4",
1801                 "laminas/laminas-view": "^2.11.4",
1802                 "phpspec/prophecy-phpunit": "^2.0",
1803                 "phpunit/phpunit": "^9.4.2"
1804             },
1805             "suggest": {
1806                 "laminas/laminas-captcha": "^2.9, required for using CAPTCHA form elements",
1807                 "laminas/laminas-code": "^3.5, required to use laminas-form annotations support",
1808                 "laminas/laminas-eventmanager": "^3.3, reuired for laminas-form annotations support",
1809                 "laminas/laminas-i18n": "^2.10, required when using laminas-form view helpers",
1810                 "laminas/laminas-recaptcha": "^3.2, in order to use the ReCaptcha form element",
1811                 "laminas/laminas-servicemanager": "^3.4.1, required to use the form factories or provide services",
1812                 "laminas/laminas-view": "^2.11.4, required for using the laminas-form view helpers"
1813             },
1814             "type": "library",
1815             "extra": {
1816                 "laminas": {
1817                     "component": "Laminas\\Form",
1818                     "config-provider": "Laminas\\Form\\ConfigProvider"
1819                 }
1820             },
1821             "autoload": {
1822                 "psr-4": {
1823                     "Laminas\\Form\\": "src/"
1824                 }
1825             },
1826             "notification-url": "https://packagist.org/downloads/",
1827             "license": [
1828                 "BSD-3-Clause"
1829             ],
1830             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
1831             "homepage": "https://laminas.dev",
1832             "keywords": [
1833                 "form",
1834                 "laminas"
1835             ],
1836             "support": {
1837                 "chat": "https://laminas.dev/chat",
1838                 "docs": "https://docs.laminas.dev/laminas-form/",
1839                 "forum": "https://discourse.laminas.dev",
1840                 "issues": "https://github.com/laminas/laminas-form/issues",
1841                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
1842                 "source": "https://github.com/laminas/laminas-form"
1843             },
1844             "funding": [
1845                 {
1846                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1847                     "type": "community_bridge"
1848                 }
1849             ],
1850             "time": "2021-04-07T06:22:41+00:00"
1851         },
1852         {
1853             "name": "laminas/laminas-http",
1854             "version": "2.14.3",
1855             "source": {
1856                 "type": "git",
1857                 "url": "https://github.com/laminas/laminas-http.git",
1858                 "reference": "bfaab8093e382274efed7fdc3ceb15f09ba352bb"
1859             },
1860             "dist": {
1861                 "type": "zip",
1862                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/bfaab8093e382274efed7fdc3ceb15f09ba352bb",
1863                 "reference": "bfaab8093e382274efed7fdc3ceb15f09ba352bb",
1864                 "shasum": ""
1865             },
1866             "require": {
1867                 "laminas/laminas-loader": "^2.5.1",
1868                 "laminas/laminas-stdlib": "^3.2.1",
1869                 "laminas/laminas-uri": "^2.5.2",
1870                 "laminas/laminas-validator": "^2.10.1",
1871                 "laminas/laminas-zendframework-bridge": "^1.0",
1872                 "php": "^7.3 || ~8.0.0"
1873             },
1874             "replace": {
1875                 "zendframework/zend-http": "^2.11.2"
1876             },
1877             "require-dev": {
1878                 "laminas/laminas-coding-standard": "~1.0.0",
1879                 "laminas/laminas-config": "^3.1 || ^2.6",
1880                 "phpunit/phpunit": "^9.3"
1881             },
1882             "suggest": {
1883                 "paragonie/certainty": "For automated management of cacert.pem"
1884             },
1885             "type": "library",
1886             "autoload": {
1887                 "psr-4": {
1888                     "Laminas\\Http\\": "src/"
1889                 }
1890             },
1891             "notification-url": "https://packagist.org/downloads/",
1892             "license": [
1893                 "BSD-3-Clause"
1894             ],
1895             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
1896             "homepage": "https://laminas.dev",
1897             "keywords": [
1898                 "http",
1899                 "http client",
1900                 "laminas"
1901             ],
1902             "support": {
1903                 "chat": "https://laminas.dev/chat",
1904                 "docs": "https://docs.laminas.dev/laminas-http/",
1905                 "forum": "https://discourse.laminas.dev",
1906                 "issues": "https://github.com/laminas/laminas-http/issues",
1907                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
1908                 "source": "https://github.com/laminas/laminas-http"
1909             },
1910             "funding": [
1911                 {
1912                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1913                     "type": "community_bridge"
1914                 }
1915             ],
1916             "time": "2021-02-18T21:58:11+00:00"
1917         },
1918         {
1919             "name": "laminas/laminas-hydrator",
1920             "version": "4.1.0",
1921             "source": {
1922                 "type": "git",
1923                 "url": "https://github.com/laminas/laminas-hydrator.git",
1924                 "reference": "fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f"
1925             },
1926             "dist": {
1927                 "type": "zip",
1928                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f",
1929                 "reference": "fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f",
1930                 "shasum": ""
1931             },
1932             "require": {
1933                 "laminas/laminas-stdlib": "^3.3",
1934                 "laminas/laminas-zendframework-bridge": "^1.0",
1935                 "php": "^7.3 || ~8.0.0"
1936             },
1937             "replace": {
1938                 "zendframework/zend-hydrator": "^3.0.2"
1939             },
1940             "require-dev": {
1941                 "laminas/laminas-coding-standard": "~1.0.0",
1942                 "laminas/laminas-eventmanager": "^3.2.1",
1943                 "laminas/laminas-modulemanager": "^2.8",
1944                 "laminas/laminas-serializer": "^2.9",
1945                 "laminas/laminas-servicemanager": "^3.3.2",
1946                 "phpunit/phpunit": "~9.3.0",
1947                 "psalm/plugin-phpunit": "^0.15.0",
1948                 "vimeo/psalm": "^4.2"
1949             },
1950             "suggest": {
1951                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
1952                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
1953                 "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage"
1954             },
1955             "type": "library",
1956             "extra": {
1957                 "laminas": {
1958                     "component": "Laminas\\Hydrator",
1959                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
1960                 }
1961             },
1962             "autoload": {
1963                 "psr-4": {
1964                     "Laminas\\Hydrator\\": "src/"
1965                 }
1966             },
1967             "notification-url": "https://packagist.org/downloads/",
1968             "license": [
1969                 "BSD-3-Clause"
1970             ],
1971             "description": "Serialize objects to arrays, and vice versa",
1972             "homepage": "https://laminas.dev",
1973             "keywords": [
1974                 "hydrator",
1975                 "laminas"
1976             ],
1977             "support": {
1978                 "chat": "https://laminas.dev/chat",
1979                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
1980                 "forum": "https://discourse.laminas.dev",
1981                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
1982                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
1983                 "source": "https://github.com/laminas/laminas-hydrator"
1984             },
1985             "funding": [
1986                 {
1987                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1988                     "type": "community_bridge"
1989                 }
1990             ],
1991             "time": "2020-12-16T21:35:39+00:00"
1992         },
1993         {
1994             "name": "laminas/laminas-i18n",
1995             "version": "2.11.1",
1996             "source": {
1997                 "type": "git",
1998                 "url": "https://github.com/laminas/laminas-i18n.git",
1999                 "reference": "5e85a8facc5534e856cc7f5b4326533eede84b8a"
2000             },
2001             "dist": {
2002                 "type": "zip",
2003                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/5e85a8facc5534e856cc7f5b4326533eede84b8a",
2004                 "reference": "5e85a8facc5534e856cc7f5b4326533eede84b8a",
2005                 "shasum": ""
2006             },
2007             "require": {
2008                 "ext-intl": "*",
2009                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2010                 "laminas/laminas-zendframework-bridge": "^1.0",
2011                 "php": "^7.3 || ~8.0.0"
2012             },
2013             "conflict": {
2014                 "phpspec/prophecy": "<1.9.0"
2015             },
2016             "replace": {
2017                 "zendframework/zend-i18n": "^2.10.1"
2018             },
2019             "require-dev": {
2020                 "laminas/laminas-cache": "^2.6.1",
2021                 "laminas/laminas-coding-standard": "~1.0.0",
2022                 "laminas/laminas-config": "^2.6",
2023                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2024                 "laminas/laminas-filter": "^2.6.1",
2025                 "laminas/laminas-servicemanager": "^3.2.1",
2026                 "laminas/laminas-validator": "^2.6",
2027                 "laminas/laminas-view": "^2.6.3",
2028                 "phpunit/phpunit": "^9.3"
2029             },
2030             "suggest": {
2031                 "laminas/laminas-cache": "Laminas\\Cache component",
2032                 "laminas/laminas-config": "Laminas\\Config component",
2033                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2034                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2035                 "laminas/laminas-i18n-resources": "Translation resources",
2036                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
2037                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2038                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2039             },
2040             "type": "library",
2041             "extra": {
2042                 "laminas": {
2043                     "component": "Laminas\\I18n",
2044                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2045                 }
2046             },
2047             "autoload": {
2048                 "psr-4": {
2049                     "Laminas\\I18n\\": "src/"
2050                 }
2051             },
2052             "notification-url": "https://packagist.org/downloads/",
2053             "license": [
2054                 "BSD-3-Clause"
2055             ],
2056             "description": "Provide translations for your application, and filter and validate internationalized values",
2057             "homepage": "https://laminas.dev",
2058             "keywords": [
2059                 "i18n",
2060                 "laminas"
2061             ],
2062             "support": {
2063                 "chat": "https://laminas.dev/chat",
2064                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2065                 "forum": "https://discourse.laminas.dev",
2066                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2067                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2068                 "source": "https://github.com/laminas/laminas-i18n"
2069             },
2070             "funding": [
2071                 {
2072                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2073                     "type": "community_bridge"
2074                 }
2075             ],
2076             "time": "2021-04-07T21:10:50+00:00"
2077         },
2078         {
2079             "name": "laminas/laminas-inputfilter",
2080             "version": "2.12.0",
2081             "source": {
2082                 "type": "git",
2083                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2084                 "reference": "b6ab28b425e626b12488fec243e02d36d8dffeff"
2085             },
2086             "dist": {
2087                 "type": "zip",
2088                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b6ab28b425e626b12488fec243e02d36d8dffeff",
2089                 "reference": "b6ab28b425e626b12488fec243e02d36d8dffeff",
2090                 "shasum": ""
2091             },
2092             "require": {
2093                 "laminas/laminas-filter": "^2.9.1",
2094                 "laminas/laminas-servicemanager": "^3.3.1",
2095                 "laminas/laminas-stdlib": "^3.0",
2096                 "laminas/laminas-validator": "^2.11",
2097                 "laminas/laminas-zendframework-bridge": "^1.0",
2098                 "php": "^7.3 || ~8.0.0"
2099             },
2100             "replace": {
2101                 "zendframework/zend-inputfilter": "^2.10.1"
2102             },
2103             "require-dev": {
2104                 "laminas/laminas-coding-standard": "~1.0.0",
2105                 "laminas/laminas-db": "^2.12",
2106                 "phpspec/prophecy-phpunit": "^2.0",
2107                 "phpunit/phpunit": "^9.4.2",
2108                 "psalm/plugin-phpunit": "^0.15.1",
2109                 "psr/http-message": "^1.0",
2110                 "vimeo/psalm": "^4.6"
2111             },
2112             "suggest": {
2113                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2114             },
2115             "type": "library",
2116             "extra": {
2117                 "laminas": {
2118                     "component": "Laminas\\InputFilter",
2119                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2120                 }
2121             },
2122             "autoload": {
2123                 "psr-4": {
2124                     "Laminas\\InputFilter\\": "src/"
2125                 }
2126             },
2127             "notification-url": "https://packagist.org/downloads/",
2128             "license": [
2129                 "BSD-3-Clause"
2130             ],
2131             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2132             "homepage": "https://laminas.dev",
2133             "keywords": [
2134                 "inputfilter",
2135                 "laminas"
2136             ],
2137             "support": {
2138                 "chat": "https://laminas.dev/chat",
2139                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2140                 "forum": "https://discourse.laminas.dev",
2141                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2142                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2143                 "source": "https://github.com/laminas/laminas-inputfilter"
2144             },
2145             "funding": [
2146                 {
2147                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2148                     "type": "community_bridge"
2149                 }
2150             ],
2151             "time": "2021-03-16T14:17:17+00:00"
2152         },
2153         {
2154             "name": "laminas/laminas-json",
2155             "version": "3.2.0",
2156             "source": {
2157                 "type": "git",
2158                 "url": "https://github.com/laminas/laminas-json.git",
2159                 "reference": "1e3b64d3b21dac0511e628ae8debc81002d14e3c"
2160             },
2161             "dist": {
2162                 "type": "zip",
2163                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/1e3b64d3b21dac0511e628ae8debc81002d14e3c",
2164                 "reference": "1e3b64d3b21dac0511e628ae8debc81002d14e3c",
2165                 "shasum": ""
2166             },
2167             "require": {
2168                 "laminas/laminas-zendframework-bridge": "^1.0",
2169                 "php": "^7.3 || ~8.0.0"
2170             },
2171             "replace": {
2172                 "zendframework/zend-json": "^3.1.2"
2173             },
2174             "require-dev": {
2175                 "laminas/laminas-coding-standard": "~1.0.0",
2176                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2177                 "phpunit/phpunit": "^9.3"
2178             },
2179             "suggest": {
2180                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2181                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2182             },
2183             "type": "library",
2184             "autoload": {
2185                 "psr-4": {
2186                     "Laminas\\Json\\": "src/"
2187                 }
2188             },
2189             "notification-url": "https://packagist.org/downloads/",
2190             "license": [
2191                 "BSD-3-Clause"
2192             ],
2193             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2194             "homepage": "https://laminas.dev",
2195             "keywords": [
2196                 "json",
2197                 "laminas"
2198             ],
2199             "support": {
2200                 "chat": "https://laminas.dev/chat",
2201                 "docs": "https://docs.laminas.dev/laminas-json/",
2202                 "forum": "https://discourse.laminas.dev",
2203                 "issues": "https://github.com/laminas/laminas-json/issues",
2204                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2205                 "source": "https://github.com/laminas/laminas-json"
2206             },
2207             "funding": [
2208                 {
2209                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2210                     "type": "community_bridge"
2211                 }
2212             ],
2213             "time": "2021-02-12T15:38:10+00:00"
2214         },
2215         {
2216             "name": "laminas/laminas-json-server",
2217             "version": "3.3.0",
2218             "source": {
2219                 "type": "git",
2220                 "url": "https://github.com/laminas/laminas-json-server.git",
2221                 "reference": "45a55cbdcec6806c6f8cc81e40df5c9738269a0f"
2222             },
2223             "dist": {
2224                 "type": "zip",
2225                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/45a55cbdcec6806c6f8cc81e40df5c9738269a0f",
2226                 "reference": "45a55cbdcec6806c6f8cc81e40df5c9738269a0f",
2227                 "shasum": ""
2228             },
2229             "require": {
2230                 "laminas/laminas-http": "^2.7",
2231                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2232                 "laminas/laminas-server": "^2.7",
2233                 "laminas/laminas-zendframework-bridge": "^1.0",
2234                 "php": "^7.3 || ~8.0.0"
2235             },
2236             "conflict": {
2237                 "laminas/laminas-stdlib": "<3.2.1"
2238             },
2239             "replace": {
2240                 "zendframework/zend-json-server": "^3.2.0"
2241             },
2242             "require-dev": {
2243                 "ext-json": "*",
2244                 "laminas/laminas-coding-standard": "~1.0.0",
2245                 "phpunit/phpunit": "^9.3.0"
2246             },
2247             "type": "library",
2248             "autoload": {
2249                 "psr-4": {
2250                     "Laminas\\Json\\Server\\": "src/"
2251                 }
2252             },
2253             "notification-url": "https://packagist.org/downloads/",
2254             "license": [
2255                 "BSD-3-Clause"
2256             ],
2257             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2258             "homepage": "https://laminas.dev",
2259             "keywords": [
2260                 "json",
2261                 "json-server",
2262                 "laminas",
2263                 "server"
2264             ],
2265             "support": {
2266                 "chat": "https://laminas.dev/chat",
2267                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2268                 "forum": "https://discourse.laminas.dev",
2269                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2270                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2271                 "source": "https://github.com/laminas/laminas-json-server"
2272             },
2273             "funding": [
2274                 {
2275                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2276                     "type": "community_bridge"
2277                 }
2278             ],
2279             "time": "2021-04-07T21:37:05+00:00"
2280         },
2281         {
2282             "name": "laminas/laminas-loader",
2283             "version": "2.7.0",
2284             "source": {
2285                 "type": "git",
2286                 "url": "https://github.com/laminas/laminas-loader.git",
2287                 "reference": "bcf8a566cb9925a2e7cc41a16db09235ec9fb616"
2288             },
2289             "dist": {
2290                 "type": "zip",
2291                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/bcf8a566cb9925a2e7cc41a16db09235ec9fb616",
2292                 "reference": "bcf8a566cb9925a2e7cc41a16db09235ec9fb616",
2293                 "shasum": ""
2294             },
2295             "require": {
2296                 "laminas/laminas-zendframework-bridge": "^1.0",
2297                 "php": "^7.3 || ~8.0.0"
2298             },
2299             "replace": {
2300                 "zendframework/zend-loader": "^2.6.1"
2301             },
2302             "require-dev": {
2303                 "laminas/laminas-coding-standard": "~1.0.0",
2304                 "phpunit/phpunit": "^9.3"
2305             },
2306             "type": "library",
2307             "autoload": {
2308                 "psr-4": {
2309                     "Laminas\\Loader\\": "src/"
2310                 }
2311             },
2312             "notification-url": "https://packagist.org/downloads/",
2313             "license": [
2314                 "BSD-3-Clause"
2315             ],
2316             "description": "Autoloading and plugin loading strategies",
2317             "homepage": "https://laminas.dev",
2318             "keywords": [
2319                 "laminas",
2320                 "loader"
2321             ],
2322             "support": {
2323                 "chat": "https://laminas.dev/chat",
2324                 "docs": "https://docs.laminas.dev/laminas-loader/",
2325                 "forum": "https://discourse.laminas.dev",
2326                 "issues": "https://github.com/laminas/laminas-loader/issues",
2327                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2328                 "source": "https://github.com/laminas/laminas-loader"
2329             },
2330             "funding": [
2331                 {
2332                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2333                     "type": "community_bridge"
2334                 }
2335             ],
2336             "time": "2021-02-12T16:08:18+00:00"
2337         },
2338         {
2339             "name": "laminas/laminas-math",
2340             "version": "3.3.2",
2341             "source": {
2342                 "type": "git",
2343                 "url": "https://github.com/laminas/laminas-math.git",
2344                 "reference": "188456530923a449470963837c25560f1fdd8a60"
2345             },
2346             "dist": {
2347                 "type": "zip",
2348                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/188456530923a449470963837c25560f1fdd8a60",
2349                 "reference": "188456530923a449470963837c25560f1fdd8a60",
2350                 "shasum": ""
2351             },
2352             "require": {
2353                 "ext-mbstring": "*",
2354                 "laminas/laminas-zendframework-bridge": "^1.0",
2355                 "php": "^7.3 || ~8.0.0"
2356             },
2357             "replace": {
2358                 "zendframework/zend-math": "^3.2.0"
2359             },
2360             "require-dev": {
2361                 "laminas/laminas-coding-standard": "~1.0.0",
2362                 "phpunit/phpunit": "^9.3"
2363             },
2364             "suggest": {
2365                 "ext-bcmath": "If using the bcmath functionality",
2366                 "ext-gmp": "If using the gmp functionality"
2367             },
2368             "type": "library",
2369             "extra": {
2370                 "branch-alias": {
2371                     "dev-master": "3.2.x-dev",
2372                     "dev-develop": "3.3.x-dev"
2373                 }
2374             },
2375             "autoload": {
2376                 "psr-4": {
2377                     "Laminas\\Math\\": "src/"
2378                 }
2379             },
2380             "notification-url": "https://packagist.org/downloads/",
2381             "license": [
2382                 "BSD-3-Clause"
2383             ],
2384             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2385             "homepage": "https://laminas.dev",
2386             "keywords": [
2387                 "laminas",
2388                 "math"
2389             ],
2390             "support": {
2391                 "chat": "https://laminas.dev/chat",
2392                 "docs": "https://docs.laminas.dev/laminas-math/",
2393                 "forum": "https://discourse.laminas.dev",
2394                 "issues": "https://github.com/laminas/laminas-math/issues",
2395                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2396                 "source": "https://github.com/laminas/laminas-math"
2397             },
2398             "funding": [
2399                 {
2400                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2401                     "type": "community_bridge"
2402                 }
2403             ],
2404             "time": "2021-02-16T15:46:01+00:00"
2405         },
2406         {
2407             "name": "laminas/laminas-modulemanager",
2408             "version": "2.10.2",
2409             "source": {
2410                 "type": "git",
2411                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2412                 "reference": "2068e0b300e87e139112016a6025be341ceaaf33"
2413             },
2414             "dist": {
2415                 "type": "zip",
2416                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/2068e0b300e87e139112016a6025be341ceaaf33",
2417                 "reference": "2068e0b300e87e139112016a6025be341ceaaf33",
2418                 "shasum": ""
2419             },
2420             "require": {
2421                 "brick/varexporter": "^0.3.2",
2422                 "laminas/laminas-config": "^3.4",
2423                 "laminas/laminas-eventmanager": "^3.3",
2424                 "laminas/laminas-stdlib": "^3.3",
2425                 "laminas/laminas-zendframework-bridge": "^1.1",
2426                 "php": "^7.3 || ^8.0",
2427                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2428             },
2429             "replace": {
2430                 "zendframework/zend-modulemanager": "^2.8.4"
2431             },
2432             "require-dev": {
2433                 "laminas/laminas-coding-standard": "~1.0.0",
2434                 "laminas/laminas-console": "^2.8",
2435                 "laminas/laminas-di": "^2.6.1",
2436                 "laminas/laminas-loader": "^2.6.1",
2437                 "laminas/laminas-mvc": "^3.1.1",
2438                 "laminas/laminas-servicemanager": "^3.4.1",
2439                 "phpunit/phpunit": "^9.3.7"
2440             },
2441             "suggest": {
2442                 "laminas/laminas-console": "Laminas\\Console component",
2443                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2444                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2445                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2446             },
2447             "type": "library",
2448             "autoload": {
2449                 "psr-4": {
2450                     "Laminas\\ModuleManager\\": "src/"
2451                 }
2452             },
2453             "notification-url": "https://packagist.org/downloads/",
2454             "license": [
2455                 "BSD-3-Clause"
2456             ],
2457             "description": "Modular application system for laminas-mvc applications",
2458             "homepage": "https://laminas.dev",
2459             "keywords": [
2460                 "laminas",
2461                 "modulemanager"
2462             ],
2463             "support": {
2464                 "chat": "https://laminas.dev/chat",
2465                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2466                 "forum": "https://discourse.laminas.dev",
2467                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2468                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2469                 "source": "https://github.com/laminas/laminas-modulemanager"
2470             },
2471             "funding": [
2472                 {
2473                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2474                     "type": "community_bridge"
2475                 }
2476             ],
2477             "time": "2021-04-13T20:11:28+00:00"
2478         },
2479         {
2480             "name": "laminas/laminas-mvc",
2481             "version": "3.2.0",
2482             "source": {
2483                 "type": "git",
2484                 "url": "https://github.com/laminas/laminas-mvc.git",
2485                 "reference": "88da7200cf8f5a970c35d91717a5c4db94981e5e"
2486             },
2487             "dist": {
2488                 "type": "zip",
2489                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/88da7200cf8f5a970c35d91717a5c4db94981e5e",
2490                 "reference": "88da7200cf8f5a970c35d91717a5c4db94981e5e",
2491                 "shasum": ""
2492             },
2493             "require": {
2494                 "container-interop/container-interop": "^1.2",
2495                 "laminas/laminas-eventmanager": "^3.2",
2496                 "laminas/laminas-http": "^2.7",
2497                 "laminas/laminas-modulemanager": "^2.8",
2498                 "laminas/laminas-router": "^3.0.2",
2499                 "laminas/laminas-servicemanager": "^3.3",
2500                 "laminas/laminas-stdlib": "^3.2.1",
2501                 "laminas/laminas-view": "^2.11.3",
2502                 "laminas/laminas-zendframework-bridge": "^1.0",
2503                 "php": "^7.3 || ~8.0.0"
2504             },
2505             "replace": {
2506                 "zendframework/zend-mvc": "^3.1.1"
2507             },
2508             "require-dev": {
2509                 "http-interop/http-middleware": "^0.4.1",
2510                 "laminas/laminas-coding-standard": "^1.0.0",
2511                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2512                 "laminas/laminas-psr7bridge": "^1.0",
2513                 "laminas/laminas-stratigility": ">=2.0.1 <2.2",
2514                 "phpspec/prophecy-phpunit": "^2.0",
2515                 "phpunit/phpunit": "^9.4.2"
2516             },
2517             "suggest": {
2518                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2519                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2520                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2521                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2522                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2523                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2524                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2525                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2526                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2527                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2528                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2529             },
2530             "type": "library",
2531             "autoload": {
2532                 "psr-4": {
2533                     "Laminas\\Mvc\\": "src/"
2534                 }
2535             },
2536             "notification-url": "https://packagist.org/downloads/",
2537             "license": [
2538                 "BSD-3-Clause"
2539             ],
2540             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2541             "homepage": "https://laminas.dev",
2542             "keywords": [
2543                 "laminas",
2544                 "mvc"
2545             ],
2546             "support": {
2547                 "chat": "https://laminas.dev/chat",
2548                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2549                 "forum": "https://discourse.laminas.dev",
2550                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2551                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2552                 "source": "https://github.com/laminas/laminas-mvc"
2553             },
2554             "funding": [
2555                 {
2556                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2557                     "type": "community_bridge"
2558                 }
2559             ],
2560             "time": "2020-12-14T21:54:40+00:00"
2561         },
2562         {
2563             "name": "laminas/laminas-mvc-console",
2564             "version": "1.3.0",
2565             "source": {
2566                 "type": "git",
2567                 "url": "https://github.com/laminas/laminas-mvc-console.git",
2568                 "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79"
2569             },
2570             "dist": {
2571                 "type": "zip",
2572                 "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/90338c7b61a5fa8445c0a41925a4ae351459fa79",
2573                 "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79",
2574                 "shasum": ""
2575             },
2576             "require": {
2577                 "container-interop/container-interop": "^1.1",
2578                 "laminas/laminas-console": "^2.6",
2579                 "laminas/laminas-eventmanager": "^3.3",
2580                 "laminas/laminas-modulemanager": "^2.7.1",
2581                 "laminas/laminas-mvc": "^3.0.3",
2582                 "laminas/laminas-router": "^3.0",
2583                 "laminas/laminas-servicemanager": "^3.3",
2584                 "laminas/laminas-stdlib": "^3.3",
2585                 "laminas/laminas-text": "^2.6",
2586                 "laminas/laminas-view": "^2.11.3",
2587                 "laminas/laminas-zendframework-bridge": "^1.0",
2588                 "php": "^7.3 || ~8.0.0"
2589             },
2590             "conflict": {
2591                 "laminas/laminas-mvc": "<3.0.0"
2592             },
2593             "replace": {
2594                 "zendframework/zend-mvc-console": "^1.2.0"
2595             },
2596             "require-dev": {
2597                 "laminas/laminas-coding-standard": "~1.0.0",
2598                 "laminas/laminas-filter": "^2.6.1",
2599                 "phpspec/prophecy": "^1.12.0",
2600                 "phpspec/prophecy-phpunit": "^2.0",
2601                 "phpunit/phpunit": "^9.3"
2602             },
2603             "suggest": {
2604                 "laminas/laminas-filter": "^2.6.1, to filter rendered results"
2605             },
2606             "type": "library",
2607             "extra": {
2608                 "branch-alias": {
2609                     "dev-master": "1.2.x-dev",
2610                     "dev-develop": "1.3.x-dev"
2611                 },
2612                 "laminas": {
2613                     "component": "Laminas\\Mvc\\Console"
2614                 }
2615             },
2616             "autoload": {
2617                 "psr-4": {
2618                     "Laminas\\Mvc\\Console\\": "src/"
2619                 }
2620             },
2621             "notification-url": "https://packagist.org/downloads/",
2622             "license": [
2623                 "BSD-3-Clause"
2624             ],
2625             "description": "Integration between laminas-mvc and laminas-console",
2626             "homepage": "https://laminas.dev",
2627             "keywords": [
2628                 "console",
2629                 "laminas",
2630                 "mvc"
2631             ],
2632             "support": {
2633                 "chat": "https://laminas.dev/chat",
2634                 "docs": "https://docs.laminas.dev/laminas-mvc-console/",
2635                 "forum": "https://discourse.laminas.dev",
2636                 "issues": "https://github.com/laminas/laminas-mvc-console/issues",
2637                 "rss": "https://github.com/laminas/laminas-mvc-console/releases.atom",
2638                 "source": "https://github.com/laminas/laminas-mvc-console"
2639             },
2640             "funding": [
2641                 {
2642                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2643                     "type": "community_bridge"
2644                 }
2645             ],
2646             "abandoned": "laminas/laminas-cli",
2647             "time": "2020-12-28T09:19:48+00:00"
2648         },
2649         {
2650             "name": "laminas/laminas-mvc-i18n",
2651             "version": "1.2.0",
2652             "source": {
2653                 "type": "git",
2654                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2655                 "reference": "7ece491a02000a6c4ea2c4457fead3d12efc6eba"
2656             },
2657             "dist": {
2658                 "type": "zip",
2659                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/7ece491a02000a6c4ea2c4457fead3d12efc6eba",
2660                 "reference": "7ece491a02000a6c4ea2c4457fead3d12efc6eba",
2661                 "shasum": ""
2662             },
2663             "require": {
2664                 "container-interop/container-interop": "^1.1",
2665                 "laminas/laminas-i18n": "^2.11",
2666                 "laminas/laminas-router": "^3.0",
2667                 "laminas/laminas-servicemanager": "^3.6",
2668                 "laminas/laminas-stdlib": "^3.3",
2669                 "laminas/laminas-validator": "^2.14",
2670                 "laminas/laminas-zendframework-bridge": "^1.2",
2671                 "php": "^7.3 || ~8.0.0"
2672             },
2673             "conflict": {
2674                 "laminas/laminas-mvc": "<3.0.0",
2675                 "phpspec/prophecy": "<1.8.0"
2676             },
2677             "replace": {
2678                 "zendframework/zend-mvc-i18n": "^1.1.1"
2679             },
2680             "require-dev": {
2681                 "laminas/laminas-coding-standard": "~1.0.0",
2682                 "phpspec/prophecy-phpunit": "^2.0",
2683                 "phpunit/phpunit": "^9.5",
2684                 "psalm/plugin-phpunit": "^0.15.1",
2685                 "vimeo/psalm": "^4.7"
2686             },
2687             "suggest": {
2688                 "laminas/laminas-cache": "To enable caching of translation strings"
2689             },
2690             "type": "library",
2691             "extra": {
2692                 "laminas": {
2693                     "component": "Laminas\\Mvc\\I18n",
2694                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2695                 }
2696             },
2697             "autoload": {
2698                 "psr-4": {
2699                     "Laminas\\Mvc\\I18n\\": "src/"
2700                 }
2701             },
2702             "notification-url": "https://packagist.org/downloads/",
2703             "license": [
2704                 "BSD-3-Clause"
2705             ],
2706             "description": "Integration between laminas-mvc and laminas-i18n",
2707             "homepage": "https://laminas.dev",
2708             "keywords": [
2709                 "i18n",
2710                 "laminas",
2711                 "mvc"
2712             ],
2713             "support": {
2714                 "chat": "https://laminas.dev/chat",
2715                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2716                 "forum": "https://discourse.laminas.dev",
2717                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2718                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2719                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2720             },
2721             "funding": [
2722                 {
2723                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2724                     "type": "community_bridge"
2725                 }
2726             ],
2727             "time": "2021-04-02T15:49:43+00:00"
2728         },
2729         {
2730             "name": "laminas/laminas-router",
2731             "version": "3.4.5",
2732             "source": {
2733                 "type": "git",
2734                 "url": "https://github.com/laminas/laminas-router.git",
2735                 "reference": "aaf2eb364eedeb5c4d5b9ee14cd2938d0f7e89b7"
2736             },
2737             "dist": {
2738                 "type": "zip",
2739                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/aaf2eb364eedeb5c4d5b9ee14cd2938d0f7e89b7",
2740                 "reference": "aaf2eb364eedeb5c4d5b9ee14cd2938d0f7e89b7",
2741                 "shasum": ""
2742             },
2743             "require": {
2744                 "container-interop/container-interop": "^1.2",
2745                 "laminas/laminas-http": "^2.8.1",
2746                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
2747                 "laminas/laminas-stdlib": "^3.3",
2748                 "laminas/laminas-zendframework-bridge": "^1.0",
2749                 "php": "^7.3 || ~8.0.0"
2750             },
2751             "replace": {
2752                 "zendframework/zend-router": "^3.3.0"
2753             },
2754             "require-dev": {
2755                 "laminas/laminas-coding-standard": "~1.0.0",
2756                 "laminas/laminas-i18n": "^2.7.4",
2757                 "phpunit/phpunit": "^9.4"
2758             },
2759             "suggest": {
2760                 "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
2761             },
2762             "type": "library",
2763             "extra": {
2764                 "laminas": {
2765                     "component": "Laminas\\Router",
2766                     "config-provider": "Laminas\\Router\\ConfigProvider"
2767                 }
2768             },
2769             "autoload": {
2770                 "psr-4": {
2771                     "Laminas\\Router\\": "src/"
2772                 }
2773             },
2774             "notification-url": "https://packagist.org/downloads/",
2775             "license": [
2776                 "BSD-3-Clause"
2777             ],
2778             "description": "Flexible routing system for HTTP and console applications",
2779             "homepage": "https://laminas.dev",
2780             "keywords": [
2781                 "laminas",
2782                 "routing"
2783             ],
2784             "support": {
2785                 "chat": "https://laminas.dev/chat",
2786                 "docs": "https://docs.laminas.dev/laminas-router/",
2787                 "forum": "https://discourse.laminas.dev",
2788                 "issues": "https://github.com/laminas/laminas-router/issues",
2789                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2790                 "source": "https://github.com/laminas/laminas-router"
2791             },
2792             "funding": [
2793                 {
2794                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2795                     "type": "community_bridge"
2796                 }
2797             ],
2798             "time": "2021-04-19T16:06:00+00:00"
2799         },
2800         {
2801             "name": "laminas/laminas-server",
2802             "version": "2.10.0",
2803             "source": {
2804                 "type": "git",
2805                 "url": "https://github.com/laminas/laminas-server.git",
2806                 "reference": "e1fd6853223feed7a00555144d661e0a914124cd"
2807             },
2808             "dist": {
2809                 "type": "zip",
2810                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/e1fd6853223feed7a00555144d661e0a914124cd",
2811                 "reference": "e1fd6853223feed7a00555144d661e0a914124cd",
2812                 "shasum": ""
2813             },
2814             "require": {
2815                 "laminas/laminas-code": "^3.5.1 || ^4.0.0",
2816                 "laminas/laminas-stdlib": "^3.3.1",
2817                 "laminas/laminas-zendframework-bridge": "^1.2.0",
2818                 "php": "^7.3 || ~8.0.0"
2819             },
2820             "replace": {
2821                 "zendframework/zend-server": "^2.8.1"
2822             },
2823             "require-dev": {
2824                 "laminas/laminas-coding-standard": "~1.0.0",
2825                 "phpunit/phpunit": "^9.5.4",
2826                 "psalm/plugin-phpunit": "^0.15.1",
2827                 "vimeo/psalm": "^4.6.4"
2828             },
2829             "type": "library",
2830             "autoload": {
2831                 "psr-4": {
2832                     "Laminas\\Server\\": "src/"
2833                 }
2834             },
2835             "notification-url": "https://packagist.org/downloads/",
2836             "license": [
2837                 "BSD-3-Clause"
2838             ],
2839             "description": "Create Reflection-based RPC servers",
2840             "homepage": "https://laminas.dev",
2841             "keywords": [
2842                 "laminas",
2843                 "server"
2844             ],
2845             "support": {
2846                 "chat": "https://laminas.dev/chat",
2847                 "docs": "https://docs.laminas.dev/laminas-server/",
2848                 "forum": "https://discourse.laminas.dev",
2849                 "issues": "https://github.com/laminas/laminas-server/issues",
2850                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2851                 "source": "https://github.com/laminas/laminas-server"
2852             },
2853             "funding": [
2854                 {
2855                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2856                     "type": "community_bridge"
2857                 }
2858             ],
2859             "time": "2021-04-16T11:56:04+00:00"
2860         },
2861         {
2862             "name": "laminas/laminas-servicemanager",
2863             "version": "3.6.4",
2864             "source": {
2865                 "type": "git",
2866                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2867                 "reference": "b1445e1a7077c21b0fad0974a1b7a11b9dbe0828"
2868             },
2869             "dist": {
2870                 "type": "zip",
2871                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/b1445e1a7077c21b0fad0974a1b7a11b9dbe0828",
2872                 "reference": "b1445e1a7077c21b0fad0974a1b7a11b9dbe0828",
2873                 "shasum": ""
2874             },
2875             "require": {
2876                 "container-interop/container-interop": "^1.2",
2877                 "laminas/laminas-stdlib": "^3.2.1",
2878                 "laminas/laminas-zendframework-bridge": "^1.0",
2879                 "php": "^7.3 || ~8.0.0",
2880                 "psr/container": "^1.0"
2881             },
2882             "conflict": {
2883                 "laminas/laminas-code": "<3.3.1",
2884                 "zendframework/zend-code": "<3.3.1"
2885             },
2886             "provide": {
2887                 "container-interop/container-interop-implementation": "^1.2",
2888                 "psr/container-implementation": "^1.0"
2889             },
2890             "replace": {
2891                 "zendframework/zend-servicemanager": "^3.4.0"
2892             },
2893             "require-dev": {
2894                 "composer/package-versions-deprecated": "^1.0",
2895                 "laminas/laminas-coding-standard": "~1.0.0",
2896                 "laminas/laminas-container-config-test": "^0.3",
2897                 "laminas/laminas-dependency-plugin": "^2.1",
2898                 "mikey179/vfsstream": "^1.6.8",
2899                 "ocramius/proxy-manager": "^2.2.3",
2900                 "phpbench/phpbench": "^1.0.0-alpha3",
2901                 "phpspec/prophecy-phpunit": "^2.0",
2902                 "phpunit/phpunit": "^9.4"
2903             },
2904             "suggest": {
2905                 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
2906             },
2907             "bin": [
2908                 "bin/generate-deps-for-config-factory",
2909                 "bin/generate-factory-for-class"
2910             ],
2911             "type": "library",
2912             "autoload": {
2913                 "psr-4": {
2914                     "Laminas\\ServiceManager\\": "src/"
2915                 }
2916             },
2917             "notification-url": "https://packagist.org/downloads/",
2918             "license": [
2919                 "BSD-3-Clause"
2920             ],
2921             "description": "Factory-Driven Dependency Injection Container",
2922             "homepage": "https://laminas.dev",
2923             "keywords": [
2924                 "PSR-11",
2925                 "dependency-injection",
2926                 "di",
2927                 "dic",
2928                 "laminas",
2929                 "service-manager",
2930                 "servicemanager"
2931             ],
2932             "support": {
2933                 "chat": "https://laminas.dev/chat",
2934                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
2935                 "forum": "https://discourse.laminas.dev",
2936                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
2937                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
2938                 "source": "https://github.com/laminas/laminas-servicemanager"
2939             },
2940             "funding": [
2941                 {
2942                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2943                     "type": "community_bridge"
2944                 }
2945             ],
2946             "time": "2021-02-03T08:44:41+00:00"
2947         },
2948         {
2949             "name": "laminas/laminas-soap",
2950             "version": "2.9.0",
2951             "source": {
2952                 "type": "git",
2953                 "url": "https://github.com/laminas/laminas-soap.git",
2954                 "reference": "11672a79e9074fd8e4e7aedd75849902e7b45e23"
2955             },
2956             "dist": {
2957                 "type": "zip",
2958                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/11672a79e9074fd8e4e7aedd75849902e7b45e23",
2959                 "reference": "11672a79e9074fd8e4e7aedd75849902e7b45e23",
2960                 "shasum": ""
2961             },
2962             "require": {
2963                 "ext-dom": "*",
2964                 "ext-soap": "*",
2965                 "laminas/laminas-server": "^2.9",
2966                 "laminas/laminas-stdlib": "^3.3",
2967                 "laminas/laminas-uri": "^2.8",
2968                 "laminas/laminas-zendframework-bridge": "^1.1.0",
2969                 "php": "^7.3 || ~8.0.0"
2970             },
2971             "replace": {
2972                 "zendframework/zend-soap": "^2.8.0"
2973             },
2974             "require-dev": {
2975                 "laminas/laminas-coding-standard": "~1.0.0",
2976                 "laminas/laminas-config": "^3.4",
2977                 "laminas/laminas-http": "^2.14",
2978                 "phpspec/prophecy-phpunit": "^2.0.1",
2979                 "phpunit/phpunit": "^9.4.3"
2980             },
2981             "suggest": {
2982                 "ext-curl": "Curl is required when .NET compatibility is required",
2983                 "laminas/laminas-http": "Laminas\\Http component"
2984             },
2985             "type": "library",
2986             "autoload": {
2987                 "psr-4": {
2988                     "Laminas\\Soap\\": "src/"
2989                 }
2990             },
2991             "notification-url": "https://packagist.org/downloads/",
2992             "license": [
2993                 "BSD-3-Clause"
2994             ],
2995             "homepage": "https://laminas.dev",
2996             "keywords": [
2997                 "laminas",
2998                 "soap"
2999             ],
3000             "support": {
3001                 "chat": "https://laminas.dev/chat",
3002                 "docs": "https://docs.laminas.dev/laminas-soap/",
3003                 "forum": "https://discourse.laminas.dev",
3004                 "issues": "https://github.com/laminas/laminas-soap/issues",
3005                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3006                 "source": "https://github.com/laminas/laminas-soap"
3007             },
3008             "funding": [
3009                 {
3010                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3011                     "type": "community_bridge"
3012                 }
3013             ],
3014             "time": "2021-02-17T18:59:03+00:00"
3015         },
3016         {
3017             "name": "laminas/laminas-stdlib",
3018             "version": "3.3.1",
3019             "source": {
3020                 "type": "git",
3021                 "url": "https://github.com/laminas/laminas-stdlib.git",
3022                 "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe"
3023             },
3024             "dist": {
3025                 "type": "zip",
3026                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
3027                 "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
3028                 "shasum": ""
3029             },
3030             "require": {
3031                 "laminas/laminas-zendframework-bridge": "^1.0",
3032                 "php": "^7.3 || ^8.0"
3033             },
3034             "replace": {
3035                 "zendframework/zend-stdlib": "^3.2.1"
3036             },
3037             "require-dev": {
3038                 "laminas/laminas-coding-standard": "~1.0.0",
3039                 "phpbench/phpbench": "^0.17.1",
3040                 "phpunit/phpunit": "~9.3.7"
3041             },
3042             "type": "library",
3043             "autoload": {
3044                 "psr-4": {
3045                     "Laminas\\Stdlib\\": "src/"
3046                 }
3047             },
3048             "notification-url": "https://packagist.org/downloads/",
3049             "license": [
3050                 "BSD-3-Clause"
3051             ],
3052             "description": "SPL extensions, array utilities, error handlers, and more",
3053             "homepage": "https://laminas.dev",
3054             "keywords": [
3055                 "laminas",
3056                 "stdlib"
3057             ],
3058             "support": {
3059                 "chat": "https://laminas.dev/chat",
3060                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3061                 "forum": "https://discourse.laminas.dev",
3062                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3063                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3064                 "source": "https://github.com/laminas/laminas-stdlib"
3065             },
3066             "funding": [
3067                 {
3068                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3069                     "type": "community_bridge"
3070                 }
3071             ],
3072             "time": "2020-11-19T20:18:59+00:00"
3073         },
3074         {
3075             "name": "laminas/laminas-text",
3076             "version": "2.8.1",
3077             "source": {
3078                 "type": "git",
3079                 "url": "https://github.com/laminas/laminas-text.git",
3080                 "reference": "d696fa1fb3880b9b8f02c08be58685013b421608"
3081             },
3082             "dist": {
3083                 "type": "zip",
3084                 "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d696fa1fb3880b9b8f02c08be58685013b421608",
3085                 "reference": "d696fa1fb3880b9b8f02c08be58685013b421608",
3086                 "shasum": ""
3087             },
3088             "require": {
3089                 "laminas/laminas-servicemanager": "^3.4",
3090                 "laminas/laminas-stdlib": "^3.1",
3091                 "laminas/laminas-zendframework-bridge": "^1.0",
3092                 "php": "^7.3 || ~8.0.0"
3093             },
3094             "replace": {
3095                 "zendframework/zend-text": "^2.7.1"
3096             },
3097             "require-dev": {
3098                 "laminas/laminas-coding-standard": "~1.0.0",
3099                 "laminas/laminas-config": "^3.4",
3100                 "phpunit/phpunit": "^9.3"
3101             },
3102             "type": "library",
3103             "autoload": {
3104                 "psr-4": {
3105                     "Laminas\\Text\\": "src/"
3106                 }
3107             },
3108             "notification-url": "https://packagist.org/downloads/",
3109             "license": [
3110                 "BSD-3-Clause"
3111             ],
3112             "description": "Create FIGlets and text-based tables",
3113             "homepage": "https://laminas.dev",
3114             "keywords": [
3115                 "laminas",
3116                 "text"
3117             ],
3118             "support": {
3119                 "chat": "https://laminas.dev/chat",
3120                 "docs": "https://docs.laminas.dev/laminas-text/",
3121                 "forum": "https://discourse.laminas.dev",
3122                 "issues": "https://github.com/laminas/laminas-text/issues",
3123                 "rss": "https://github.com/laminas/laminas-text/releases.atom",
3124                 "source": "https://github.com/laminas/laminas-text"
3125             },
3126             "funding": [
3127                 {
3128                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3129                     "type": "community_bridge"
3130                 }
3131             ],
3132             "time": "2021-02-17T21:24:58+00:00"
3133         },
3134         {
3135             "name": "laminas/laminas-uri",
3136             "version": "2.8.1",
3137             "source": {
3138                 "type": "git",
3139                 "url": "https://github.com/laminas/laminas-uri.git",
3140                 "reference": "79bd4c614c8cf9a6ba715a49fca8061e84933d87"
3141             },
3142             "dist": {
3143                 "type": "zip",
3144                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/79bd4c614c8cf9a6ba715a49fca8061e84933d87",
3145                 "reference": "79bd4c614c8cf9a6ba715a49fca8061e84933d87",
3146                 "shasum": ""
3147             },
3148             "require": {
3149                 "laminas/laminas-escaper": "^2.5",
3150                 "laminas/laminas-validator": "^2.10",
3151                 "laminas/laminas-zendframework-bridge": "^1.0",
3152                 "php": "^7.3 || ~8.0.0"
3153             },
3154             "replace": {
3155                 "zendframework/zend-uri": "^2.7.1"
3156             },
3157             "require-dev": {
3158                 "laminas/laminas-coding-standard": "^2.1",
3159                 "phpunit/phpunit": "^9.3"
3160             },
3161             "type": "library",
3162             "autoload": {
3163                 "psr-4": {
3164                     "Laminas\\Uri\\": "src/"
3165                 }
3166             },
3167             "notification-url": "https://packagist.org/downloads/",
3168             "license": [
3169                 "BSD-3-Clause"
3170             ],
3171             "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
3172             "homepage": "https://laminas.dev",
3173             "keywords": [
3174                 "laminas",
3175                 "uri"
3176             ],
3177             "support": {
3178                 "chat": "https://laminas.dev/chat",
3179                 "docs": "https://docs.laminas.dev/laminas-uri/",
3180                 "forum": "https://discourse.laminas.dev",
3181                 "issues": "https://github.com/laminas/laminas-uri/issues",
3182                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3183                 "source": "https://github.com/laminas/laminas-uri"
3184             },
3185             "funding": [
3186                 {
3187                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3188                     "type": "community_bridge"
3189                 }
3190             ],
3191             "time": "2021-02-17T21:53:05+00:00"
3192         },
3193         {
3194             "name": "laminas/laminas-validator",
3195             "version": "2.14.4",
3196             "source": {
3197                 "type": "git",
3198                 "url": "https://github.com/laminas/laminas-validator.git",
3199                 "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776"
3200             },
3201             "dist": {
3202                 "type": "zip",
3203                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
3204                 "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
3205                 "shasum": ""
3206             },
3207             "require": {
3208                 "container-interop/container-interop": "^1.1",
3209                 "laminas/laminas-stdlib": "^3.3",
3210                 "laminas/laminas-zendframework-bridge": "^1.0",
3211                 "php": "^7.3 || ~8.0.0"
3212             },
3213             "replace": {
3214                 "zendframework/zend-validator": "^2.13.0"
3215             },
3216             "require-dev": {
3217                 "laminas/laminas-cache": "^2.6.1",
3218                 "laminas/laminas-coding-standard": "~1.0.0",
3219                 "laminas/laminas-config": "^2.6",
3220                 "laminas/laminas-db": "^2.7",
3221                 "laminas/laminas-filter": "^2.6",
3222                 "laminas/laminas-http": "^2.14.2",
3223                 "laminas/laminas-i18n": "^2.6",
3224                 "laminas/laminas-math": "^2.6",
3225                 "laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
3226                 "laminas/laminas-session": "^2.8",
3227                 "laminas/laminas-uri": "^2.7",
3228                 "phpspec/prophecy-phpunit": "^2.0",
3229                 "phpunit/phpunit": "^9.3",
3230                 "psalm/plugin-phpunit": "^0.15.0",
3231                 "psr/http-client": "^1.0",
3232                 "psr/http-factory": "^1.0",
3233                 "psr/http-message": "^1.0",
3234                 "vimeo/psalm": "^4.3"
3235             },
3236             "suggest": {
3237                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3238                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3239                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3240                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3241                 "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
3242                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3243                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3244                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3245                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3246             },
3247             "type": "library",
3248             "extra": {
3249                 "laminas": {
3250                     "component": "Laminas\\Validator",
3251                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3252                 }
3253             },
3254             "autoload": {
3255                 "psr-4": {
3256                     "Laminas\\Validator\\": "src/"
3257                 }
3258             },
3259             "notification-url": "https://packagist.org/downloads/",
3260             "license": [
3261                 "BSD-3-Clause"
3262             ],
3263             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3264             "homepage": "https://laminas.dev",
3265             "keywords": [
3266                 "laminas",
3267                 "validator"
3268             ],
3269             "support": {
3270                 "chat": "https://laminas.dev/chat",
3271                 "docs": "https://docs.laminas.dev/laminas-validator/",
3272                 "forum": "https://discourse.laminas.dev",
3273                 "issues": "https://github.com/laminas/laminas-validator/issues",
3274                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3275                 "source": "https://github.com/laminas/laminas-validator"
3276             },
3277             "funding": [
3278                 {
3279                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3280                     "type": "community_bridge"
3281                 }
3282             ],
3283             "time": "2021-01-24T20:45:49+00:00"
3284         },
3285         {
3286             "name": "laminas/laminas-view",
3287             "version": "2.12.0",
3288             "source": {
3289                 "type": "git",
3290                 "url": "https://github.com/laminas/laminas-view.git",
3291                 "reference": "3ef103da6887809f08ecf52f42c31a76c9bf08b1"
3292             },
3293             "dist": {
3294                 "type": "zip",
3295                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/3ef103da6887809f08ecf52f42c31a76c9bf08b1",
3296                 "reference": "3ef103da6887809f08ecf52f42c31a76c9bf08b1",
3297                 "shasum": ""
3298             },
3299             "require": {
3300                 "laminas/laminas-eventmanager": "^3.0",
3301                 "laminas/laminas-json": "^2.6.1 || ^3.0",
3302                 "laminas/laminas-loader": "^2.5",
3303                 "laminas/laminas-stdlib": "^3.2.1",
3304                 "laminas/laminas-zendframework-bridge": "^1.0",
3305                 "php": "^7.3 || ~8.0.0"
3306             },
3307             "conflict": {
3308                 "laminas/laminas-servicemanager": "<3.3"
3309             },
3310             "replace": {
3311                 "zendframework/zend-view": "^2.11.4"
3312             },
3313             "require-dev": {
3314                 "laminas/laminas-authentication": "^2.5",
3315                 "laminas/laminas-cache": "^2.6.1",
3316                 "laminas/laminas-coding-standard": "~1.0.0",
3317                 "laminas/laminas-config": "^2.6",
3318                 "laminas/laminas-console": "^2.6",
3319                 "laminas/laminas-escaper": "^2.5",
3320                 "laminas/laminas-feed": "^2.7",
3321                 "laminas/laminas-filter": "^2.6.1",
3322                 "laminas/laminas-http": "^2.5.4",
3323                 "laminas/laminas-i18n": "^2.6",
3324                 "laminas/laminas-log": "^2.7",
3325                 "laminas/laminas-modulemanager": "^2.7.1",
3326                 "laminas/laminas-mvc": "^2.7.14 || ^3.0",
3327                 "laminas/laminas-navigation": "^2.5",
3328                 "laminas/laminas-paginator": "^2.5",
3329                 "laminas/laminas-permissions-acl": "^2.6",
3330                 "laminas/laminas-router": "^3.0.1",
3331                 "laminas/laminas-serializer": "^2.6.1",
3332                 "laminas/laminas-servicemanager": "^3.3",
3333                 "laminas/laminas-session": "^2.8.1",
3334                 "laminas/laminas-uri": "^2.5",
3335                 "phpspec/prophecy": "^1.12",
3336                 "phpspec/prophecy-phpunit": "^2.0",
3337                 "phpunit/phpunit": "^9.3"
3338             },
3339             "suggest": {
3340                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3341                 "laminas/laminas-escaper": "Laminas\\Escaper component",
3342                 "laminas/laminas-feed": "Laminas\\Feed component",
3343                 "laminas/laminas-filter": "Laminas\\Filter component",
3344                 "laminas/laminas-http": "Laminas\\Http component",
3345                 "laminas/laminas-i18n": "Laminas\\I18n component",
3346                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3347                 "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",
3348                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3349                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3350                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3351                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
3352                 "laminas/laminas-uri": "Laminas\\Uri component"
3353             },
3354             "bin": [
3355                 "bin/templatemap_generator.php"
3356             ],
3357             "type": "library",
3358             "autoload": {
3359                 "psr-4": {
3360                     "Laminas\\View\\": "src/"
3361                 }
3362             },
3363             "notification-url": "https://packagist.org/downloads/",
3364             "license": [
3365                 "BSD-3-Clause"
3366             ],
3367             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3368             "homepage": "https://laminas.dev",
3369             "keywords": [
3370                 "laminas",
3371                 "view"
3372             ],
3373             "support": {
3374                 "chat": "https://laminas.dev/chat",
3375                 "docs": "https://docs.laminas.dev/laminas-view/",
3376                 "forum": "https://discourse.laminas.dev",
3377                 "issues": "https://github.com/laminas/laminas-view/issues",
3378                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3379                 "source": "https://github.com/laminas/laminas-view"
3380             },
3381             "funding": [
3382                 {
3383                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3384                     "type": "community_bridge"
3385                 }
3386             ],
3387             "time": "2021-01-01T14:07:41+00:00"
3388         },
3389         {
3390             "name": "laminas/laminas-xml",
3391             "version": "1.3.1",
3392             "source": {
3393                 "type": "git",
3394                 "url": "https://github.com/laminas/laminas-xml.git",
3395                 "reference": "2eada592359aec9d9e55339270b621295cff3a4f"
3396             },
3397             "dist": {
3398                 "type": "zip",
3399                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/2eada592359aec9d9e55339270b621295cff3a4f",
3400                 "reference": "2eada592359aec9d9e55339270b621295cff3a4f",
3401                 "shasum": ""
3402             },
3403             "require": {
3404                 "laminas/laminas-zendframework-bridge": "^1.0",
3405                 "php": "^7.3 || ~8.0.0"
3406             },
3407             "replace": {
3408                 "zendframework/zendxml": "^1.2.0"
3409             },
3410             "require-dev": {
3411                 "ext-iconv": "*",
3412                 "laminas/laminas-coding-standard": "~1.0.0",
3413                 "phpunit/phpunit": "^9.4"
3414             },
3415             "type": "library",
3416             "autoload": {
3417                 "psr-4": {
3418                     "Laminas\\Xml\\": "src/"
3419                 }
3420             },
3421             "notification-url": "https://packagist.org/downloads/",
3422             "license": [
3423                 "BSD-3-Clause"
3424             ],
3425             "description": "Utility library for XML usage, best practices, and security in PHP",
3426             "homepage": "https://laminas.dev",
3427             "keywords": [
3428                 "laminas",
3429                 "security",
3430                 "xml"
3431             ],
3432             "support": {
3433                 "chat": "https://laminas.dev/chat",
3434                 "forum": "https://discourse.laminas.dev",
3435                 "issues": "https://github.com/laminas/laminas-xml/issues",
3436                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3437                 "source": "https://github.com/laminas/laminas-xml"
3438             },
3439             "funding": [
3440                 {
3441                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3442                     "type": "community_bridge"
3443                 }
3444             ],
3445             "time": "2021-02-17T22:44:58+00:00"
3446         },
3447         {
3448             "name": "laminas/laminas-xmlrpc",
3449             "version": "2.10.0",
3450             "source": {
3451                 "type": "git",
3452                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3453                 "reference": "58bd93719c495eef046f7a0209fa024e4a6b0816"
3454             },
3455             "dist": {
3456                 "type": "zip",
3457                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/58bd93719c495eef046f7a0209fa024e4a6b0816",
3458                 "reference": "58bd93719c495eef046f7a0209fa024e4a6b0816",
3459                 "shasum": ""
3460             },
3461             "require": {
3462                 "laminas/laminas-http": "^2.5.4",
3463                 "laminas/laminas-math": "^3.3.0",
3464                 "laminas/laminas-server": "^2.9.1",
3465                 "laminas/laminas-stdlib": "^3.2.1",
3466                 "laminas/laminas-xml": "^1.0.2",
3467                 "laminas/laminas-zendframework-bridge": "^1.0",
3468                 "php": "^7.3 || ~8.0.0"
3469             },
3470             "replace": {
3471                 "zendframework/zend-xmlrpc": "^2.9.0"
3472             },
3473             "require-dev": {
3474                 "laminas/laminas-coding-standard": "~1.0.0",
3475                 "phpunit/phpunit": "^9.3"
3476             },
3477             "suggest": {
3478                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3479             },
3480             "type": "library",
3481             "autoload": {
3482                 "psr-4": {
3483                     "Laminas\\XmlRpc\\": "src/"
3484                 }
3485             },
3486             "notification-url": "https://packagist.org/downloads/",
3487             "license": [
3488                 "BSD-3-Clause"
3489             ],
3490             "description": "Fully-featured XML-RPC server and client implementations",
3491             "homepage": "https://laminas.dev",
3492             "keywords": [
3493                 "laminas",
3494                 "xmlrpc"
3495             ],
3496             "support": {
3497                 "chat": "https://laminas.dev/chat",
3498                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3499                 "forum": "https://discourse.laminas.dev",
3500                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3501                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3502                 "source": "https://github.com/laminas/laminas-xmlrpc"
3503             },
3504             "funding": [
3505                 {
3506                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3507                     "type": "community_bridge"
3508                 }
3509             ],
3510             "time": "2021-01-21T20:32:22+00:00"
3511         },
3512         {
3513             "name": "laminas/laminas-zendframework-bridge",
3514             "version": "1.2.0",
3515             "source": {
3516                 "type": "git",
3517                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3518                 "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
3519             },
3520             "dist": {
3521                 "type": "zip",
3522                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
3523                 "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
3524                 "shasum": ""
3525             },
3526             "require": {
3527                 "php": "^7.3 || ^8.0"
3528             },
3529             "require-dev": {
3530                 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
3531                 "psalm/plugin-phpunit": "^0.15.1",
3532                 "squizlabs/php_codesniffer": "^3.5",
3533                 "vimeo/psalm": "^4.6"
3534             },
3535             "type": "library",
3536             "extra": {
3537                 "laminas": {
3538                     "module": "Laminas\\ZendFrameworkBridge"
3539                 }
3540             },
3541             "autoload": {
3542                 "files": [
3543                     "src/autoload.php"
3544                 ],
3545                 "psr-4": {
3546                     "Laminas\\ZendFrameworkBridge\\": "src//"
3547                 }
3548             },
3549             "notification-url": "https://packagist.org/downloads/",
3550             "license": [
3551                 "BSD-3-Clause"
3552             ],
3553             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3554             "keywords": [
3555                 "ZendFramework",
3556                 "autoloading",
3557                 "laminas",
3558                 "zf"
3559             ],
3560             "support": {
3561                 "forum": "https://discourse.laminas.dev/",
3562                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3563                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3564                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3565             },
3566             "funding": [
3567                 {
3568                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3569                     "type": "community_bridge"
3570                 }
3571             ],
3572             "time": "2021-02-25T21:54:58+00:00"
3573         },
3574         {
3575             "name": "lcobucci/jwt",
3576             "version": "dev-345php8",
3577             "source": {
3578                 "type": "git",
3579                 "url": "https://github.com/openemr/jwt.git",
3580                 "reference": "3f02a7e0208e8b2c3dddde6da6b91830b39d3516"
3581             },
3582             "dist": {
3583                 "type": "zip",
3584                 "url": "https://api.github.com/repos/openemr/jwt/zipball/3f02a7e0208e8b2c3dddde6da6b91830b39d3516",
3585                 "reference": "3f02a7e0208e8b2c3dddde6da6b91830b39d3516",
3586                 "shasum": ""
3587             },
3588             "require": {
3589                 "ext-mbstring": "*",
3590                 "ext-openssl": "*",
3591                 "php": "^5.6 || ^7.0"
3592             },
3593             "require-dev": {
3594                 "mikey179/vfsstream": "~1.5",
3595                 "phpmd/phpmd": "~2.2",
3596                 "phpunit/php-invoker": "~1.1",
3597                 "phpunit/phpunit": "^5.7 || ^7.3",
3598                 "squizlabs/php_codesniffer": "~2.3"
3599             },
3600             "suggest": {
3601                 "lcobucci/clock": "*"
3602             },
3603             "type": "library",
3604             "extra": {
3605                 "branch-alias": {
3606                     "dev-master": "3.1-dev"
3607                 }
3608             },
3609             "autoload": {
3610                 "psr-4": {
3611                     "Lcobucci\\JWT\\": "src"
3612                 },
3613                 "files": [
3614                     "compat/class-aliases.php",
3615                     "compat/json-exception-polyfill.php",
3616                     "compat/lcobucci-clock-polyfill.php"
3617                 ]
3618             },
3619             "autoload-dev": {
3620                 "psr-4": {
3621                     "Lcobucci\\JWT\\": [
3622                         "test/unit",
3623                         "test/functional"
3624                     ]
3625                 }
3626             },
3627             "license": [
3628                 "BSD-3-Clause"
3629             ],
3630             "authors": [
3631                 {
3632                     "name": "Luís Otávio Cobucci Oblonczyk",
3633                     "email": "lcobucci@gmail.com",
3634                     "role": "Developer"
3635                 }
3636             ],
3637             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3638             "keywords": [
3639                 "JWS",
3640                 "JWT"
3641             ],
3642             "support": {
3643                 "source": "https://github.com/openemr/jwt/tree/345php8"
3644             },
3645             "funding": [
3646                 {
3647                     "type": "github",
3648                     "url": "https://github.com/lcobucci"
3649                 },
3650                 {
3651                     "type": "patreon",
3652                     "url": "https://www.patreon.com/lcobucci"
3653                 }
3654             ],
3655             "time": "2021-04-09T01:37:16+00:00"
3656         },
3657         {
3658             "name": "league/event",
3659             "version": "2.2.0",
3660             "source": {
3661                 "type": "git",
3662                 "url": "https://github.com/thephpleague/event.git",
3663                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3664             },
3665             "dist": {
3666                 "type": "zip",
3667                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3668                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3669                 "shasum": ""
3670             },
3671             "require": {
3672                 "php": ">=5.4.0"
3673             },
3674             "require-dev": {
3675                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3676                 "phpspec/phpspec": "^2.2"
3677             },
3678             "type": "library",
3679             "extra": {
3680                 "branch-alias": {
3681                     "dev-master": "2.2-dev"
3682                 }
3683             },
3684             "autoload": {
3685                 "psr-4": {
3686                     "League\\Event\\": "src/"
3687                 }
3688             },
3689             "notification-url": "https://packagist.org/downloads/",
3690             "license": [
3691                 "MIT"
3692             ],
3693             "authors": [
3694                 {
3695                     "name": "Frank de Jonge",
3696                     "email": "info@frenky.net"
3697                 }
3698             ],
3699             "description": "Event package",
3700             "keywords": [
3701                 "emitter",
3702                 "event",
3703                 "listener"
3704             ],
3705             "support": {
3706                 "issues": "https://github.com/thephpleague/event/issues",
3707                 "source": "https://github.com/thephpleague/event/tree/master"
3708             },
3709             "time": "2018-11-26T11:52:41+00:00"
3710         },
3711         {
3712             "name": "league/oauth2-server",
3713             "version": "8.2.4",
3714             "source": {
3715                 "type": "git",
3716                 "url": "https://github.com/thephpleague/oauth2-server.git",
3717                 "reference": "622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c"
3718             },
3719             "dist": {
3720                 "type": "zip",
3721                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c",
3722                 "reference": "622eaa1f28eb4a2dea0cfc7e4f5280fac794e83c",
3723                 "shasum": ""
3724             },
3725             "require": {
3726                 "defuse/php-encryption": "^2.2.1",
3727                 "ext-json": "*",
3728                 "ext-openssl": "*",
3729                 "lcobucci/jwt": "^3.4 || ^4.0",
3730                 "league/event": "^2.2",
3731                 "php": "^7.2 || ^8.0",
3732                 "psr/http-message": "^1.0.1"
3733             },
3734             "replace": {
3735                 "league/oauth2server": "*",
3736                 "lncd/oauth2": "*"
3737             },
3738             "require-dev": {
3739                 "laminas/laminas-diactoros": "^2.4.1",
3740                 "phpstan/phpstan": "^0.12.57",
3741                 "phpstan/phpstan-phpunit": "^0.12.16",
3742                 "phpunit/phpunit": "^8.5.13",
3743                 "roave/security-advisories": "dev-master"
3744             },
3745             "type": "library",
3746             "autoload": {
3747                 "psr-4": {
3748                     "League\\OAuth2\\Server\\": "src/"
3749                 }
3750             },
3751             "notification-url": "https://packagist.org/downloads/",
3752             "license": [
3753                 "MIT"
3754             ],
3755             "authors": [
3756                 {
3757                     "name": "Alex Bilbie",
3758                     "email": "hello@alexbilbie.com",
3759                     "homepage": "http://www.alexbilbie.com",
3760                     "role": "Developer"
3761                 },
3762                 {
3763                     "name": "Andy Millington",
3764                     "email": "andrew@noexceptions.io",
3765                     "homepage": "https://www.noexceptions.io",
3766                     "role": "Developer"
3767                 }
3768             ],
3769             "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.",
3770             "homepage": "https://oauth2.thephpleague.com/",
3771             "keywords": [
3772                 "Authentication",
3773                 "api",
3774                 "auth",
3775                 "authorisation",
3776                 "authorization",
3777                 "oauth",
3778                 "oauth 2",
3779                 "oauth 2.0",
3780                 "oauth2",
3781                 "protect",
3782                 "resource",
3783                 "secure",
3784                 "server"
3785             ],
3786             "support": {
3787                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
3788                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.2.4"
3789             },
3790             "funding": [
3791                 {
3792                     "url": "https://github.com/sephster",
3793                     "type": "github"
3794                 }
3795             ],
3796             "time": "2020-12-10T11:35:44+00:00"
3797         },
3798         {
3799             "name": "league/omnipay",
3800             "version": "v3.1.0",
3801             "source": {
3802                 "type": "git",
3803                 "url": "https://github.com/thephpleague/omnipay.git",
3804                 "reference": "1ba7c8a3312cf2342458b99c9e5b86eaae44aed2"
3805             },
3806             "dist": {
3807                 "type": "zip",
3808                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/1ba7c8a3312cf2342458b99c9e5b86eaae44aed2",
3809                 "reference": "1ba7c8a3312cf2342458b99c9e5b86eaae44aed2",
3810                 "shasum": ""
3811             },
3812             "require": {
3813                 "omnipay/common": "^3",
3814                 "php": "^7.2",
3815                 "php-http/discovery": "^1.12",
3816                 "php-http/guzzle7-adapter": "^0.1"
3817             },
3818             "require-dev": {
3819                 "omnipay/tests": "^3"
3820             },
3821             "type": "metapackage",
3822             "extra": {
3823                 "branch-alias": {
3824                     "dev-master": "3.1.x-dev"
3825                 }
3826             },
3827             "notification-url": "https://packagist.org/downloads/",
3828             "license": [
3829                 "MIT"
3830             ],
3831             "authors": [
3832                 {
3833                     "name": "Adrian Macneil",
3834                     "email": "adrian@adrianmacneil.com"
3835                 },
3836                 {
3837                     "name": "Barry vd. Heuvel",
3838                     "email": "barryvdh@gmail.com"
3839                 }
3840             ],
3841             "description": "Omnipay payment processing library",
3842             "homepage": "https://omnipay.thephpleague.com/",
3843             "keywords": [
3844                 "checkout",
3845                 "creditcard",
3846                 "omnipay",
3847                 "payment"
3848             ],
3849             "support": {
3850                 "issues": "https://github.com/thephpleague/omnipay/issues",
3851                 "source": "https://github.com/thephpleague/omnipay/tree/v3.1.0"
3852             },
3853             "time": "2020-09-22T14:02:17+00:00"
3854         },
3855         {
3856             "name": "maennchen/zipstream-php",
3857             "version": "2.1.0",
3858             "source": {
3859                 "type": "git",
3860                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
3861                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
3862             },
3863             "dist": {
3864                 "type": "zip",
3865                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
3866                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
3867                 "shasum": ""
3868             },
3869             "require": {
3870                 "myclabs/php-enum": "^1.5",
3871                 "php": ">= 7.1",
3872                 "psr/http-message": "^1.0",
3873                 "symfony/polyfill-mbstring": "^1.0"
3874             },
3875             "require-dev": {
3876                 "ext-zip": "*",
3877                 "guzzlehttp/guzzle": ">= 6.3",
3878                 "mikey179/vfsstream": "^1.6",
3879                 "phpunit/phpunit": ">= 7.5"
3880             },
3881             "type": "library",
3882             "autoload": {
3883                 "psr-4": {
3884                     "ZipStream\\": "src/"
3885                 }
3886             },
3887             "notification-url": "https://packagist.org/downloads/",
3888             "license": [
3889                 "MIT"
3890             ],
3891             "authors": [
3892                 {
3893                     "name": "Paul Duncan",
3894                     "email": "pabs@pablotron.org"
3895                 },
3896                 {
3897                     "name": "Jonatan Männchen",
3898                     "email": "jonatan@maennchen.ch"
3899                 },
3900                 {
3901                     "name": "Jesse Donat",
3902                     "email": "donatj@gmail.com"
3903                 },
3904                 {
3905                     "name": "András Kolesár",
3906                     "email": "kolesar@kolesar.hu"
3907                 }
3908             ],
3909             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
3910             "keywords": [
3911                 "stream",
3912                 "zip"
3913             ],
3914             "support": {
3915                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
3916                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
3917             },
3918             "funding": [
3919                 {
3920                     "url": "https://opencollective.com/zipstream",
3921                     "type": "open_collective"
3922                 }
3923             ],
3924             "time": "2020-05-30T13:11:16+00:00"
3925         },
3926         {
3927             "name": "markbaker/complex",
3928             "version": "2.0.0",
3929             "source": {
3930                 "type": "git",
3931                 "url": "https://github.com/MarkBaker/PHPComplex.git",
3932                 "reference": "9999f1432fae467bc93c53f357105b4c31bb994c"
3933             },
3934             "dist": {
3935                 "type": "zip",
3936                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c",
3937                 "reference": "9999f1432fae467bc93c53f357105b4c31bb994c",
3938                 "shasum": ""
3939             },
3940             "require": {
3941                 "php": "^7.2 || ^8.0"
3942             },
3943             "require-dev": {
3944                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3945                 "phpcompatibility/php-compatibility": "^9.0",
3946                 "phpdocumentor/phpdocumentor": "2.*",
3947                 "phploc/phploc": "^4.0",
3948                 "phpmd/phpmd": "2.*",
3949                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
3950                 "sebastian/phpcpd": "^4.0",
3951                 "squizlabs/php_codesniffer": "^3.4"
3952             },
3953             "type": "library",
3954             "autoload": {
3955                 "psr-4": {
3956                     "Complex\\": "classes/src/"
3957                 },
3958                 "files": [
3959                     "classes/src/functions/abs.php",
3960                     "classes/src/functions/acos.php",
3961                     "classes/src/functions/acosh.php",
3962                     "classes/src/functions/acot.php",
3963                     "classes/src/functions/acoth.php",
3964                     "classes/src/functions/acsc.php",
3965                     "classes/src/functions/acsch.php",
3966                     "classes/src/functions/argument.php",
3967                     "classes/src/functions/asec.php",
3968                     "classes/src/functions/asech.php",
3969                     "classes/src/functions/asin.php",
3970                     "classes/src/functions/asinh.php",
3971                     "classes/src/functions/atan.php",
3972                     "classes/src/functions/atanh.php",
3973                     "classes/src/functions/conjugate.php",
3974                     "classes/src/functions/cos.php",
3975                     "classes/src/functions/cosh.php",
3976                     "classes/src/functions/cot.php",
3977                     "classes/src/functions/coth.php",
3978                     "classes/src/functions/csc.php",
3979                     "classes/src/functions/csch.php",
3980                     "classes/src/functions/exp.php",
3981                     "classes/src/functions/inverse.php",
3982                     "classes/src/functions/ln.php",
3983                     "classes/src/functions/log2.php",
3984                     "classes/src/functions/log10.php",
3985                     "classes/src/functions/negative.php",
3986                     "classes/src/functions/pow.php",
3987                     "classes/src/functions/rho.php",
3988                     "classes/src/functions/sec.php",
3989                     "classes/src/functions/sech.php",
3990                     "classes/src/functions/sin.php",
3991                     "classes/src/functions/sinh.php",
3992                     "classes/src/functions/sqrt.php",
3993                     "classes/src/functions/tan.php",
3994                     "classes/src/functions/tanh.php",
3995                     "classes/src/functions/theta.php",
3996                     "classes/src/operations/add.php",
3997                     "classes/src/operations/subtract.php",
3998                     "classes/src/operations/multiply.php",
3999                     "classes/src/operations/divideby.php",
4000                     "classes/src/operations/divideinto.php"
4001                 ]
4002             },
4003             "notification-url": "https://packagist.org/downloads/",
4004             "license": [
4005                 "MIT"
4006             ],
4007             "authors": [
4008                 {
4009                     "name": "Mark Baker",
4010                     "email": "mark@lange.demon.co.uk"
4011                 }
4012             ],
4013             "description": "PHP Class for working with complex numbers",
4014             "homepage": "https://github.com/MarkBaker/PHPComplex",
4015             "keywords": [
4016                 "complex",
4017                 "mathematics"
4018             ],
4019             "support": {
4020                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4021                 "source": "https://github.com/MarkBaker/PHPComplex/tree/PHP8"
4022             },
4023             "time": "2020-08-26T10:42:07+00:00"
4024         },
4025         {
4026             "name": "markbaker/matrix",
4027             "version": "2.1.2",
4028             "source": {
4029                 "type": "git",
4030                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4031                 "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a"
4032             },
4033             "dist": {
4034                 "type": "zip",
4035                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/361c0f545c3172ee26c3d596a0aa03f0cef65e6a",
4036                 "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a",
4037                 "shasum": ""
4038             },
4039             "require": {
4040                 "php": "^7.1 || ^8.0"
4041             },
4042             "require-dev": {
4043                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4044                 "phpcompatibility/php-compatibility": "^9.0",
4045                 "phpdocumentor/phpdocumentor": "2.*",
4046                 "phploc/phploc": "^4.0",
4047                 "phpmd/phpmd": "2.*",
4048                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
4049                 "sebastian/phpcpd": "^4.0",
4050                 "squizlabs/php_codesniffer": "^3.4"
4051             },
4052             "type": "library",
4053             "autoload": {
4054                 "psr-4": {
4055                     "Matrix\\": "classes/src/"
4056                 },
4057                 "files": [
4058                     "classes/src/Functions/adjoint.php",
4059                     "classes/src/Functions/antidiagonal.php",
4060                     "classes/src/Functions/cofactors.php",
4061                     "classes/src/Functions/determinant.php",
4062                     "classes/src/Functions/diagonal.php",
4063                     "classes/src/Functions/identity.php",
4064                     "classes/src/Functions/inverse.php",
4065                     "classes/src/Functions/minors.php",
4066                     "classes/src/Functions/trace.php",
4067                     "classes/src/Functions/transpose.php",
4068                     "classes/src/Operations/add.php",
4069                     "classes/src/Operations/directsum.php",
4070                     "classes/src/Operations/subtract.php",
4071                     "classes/src/Operations/multiply.php",
4072                     "classes/src/Operations/divideby.php",
4073                     "classes/src/Operations/divideinto.php"
4074                 ]
4075             },
4076             "notification-url": "https://packagist.org/downloads/",
4077             "license": [
4078                 "MIT"
4079             ],
4080             "authors": [
4081                 {
4082                     "name": "Mark Baker",
4083                     "email": "mark@demon-angel.eu"
4084                 }
4085             ],
4086             "description": "PHP Class for working with matrices",
4087             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4088             "keywords": [
4089                 "mathematics",
4090                 "matrix",
4091                 "vector"
4092             ],
4093             "support": {
4094                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4095                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.2"
4096             },
4097             "time": "2021-01-23T16:37:31+00:00"
4098         },
4099         {
4100             "name": "mobiledetect/mobiledetectlib",
4101             "version": "2.8.37",
4102             "source": {
4103                 "type": "git",
4104                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4105                 "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7"
4106             },
4107             "dist": {
4108                 "type": "zip",
4109                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9841e3c46f5bd0739b53aed8ac677fa712943df7",
4110                 "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7",
4111                 "shasum": ""
4112             },
4113             "require": {
4114                 "php": ">=5.0.0"
4115             },
4116             "require-dev": {
4117                 "phpunit/phpunit": "~4.8.35||~5.7"
4118             },
4119             "type": "library",
4120             "autoload": {
4121                 "classmap": [
4122                     "Mobile_Detect.php"
4123                 ],
4124                 "psr-0": {
4125                     "Detection": "namespaced/"
4126                 }
4127             },
4128             "notification-url": "https://packagist.org/downloads/",
4129             "license": [
4130                 "MIT"
4131             ],
4132             "authors": [
4133                 {
4134                     "name": "Serban Ghita",
4135                     "email": "serbanghita@gmail.com",
4136                     "homepage": "http://mobiledetect.net",
4137                     "role": "Developer"
4138                 }
4139             ],
4140             "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.",
4141             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4142             "keywords": [
4143                 "detect mobile devices",
4144                 "mobile",
4145                 "mobile detect",
4146                 "mobile detector",
4147                 "php mobile detect"
4148             ],
4149             "support": {
4150                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4151                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.37"
4152             },
4153             "funding": [
4154                 {
4155                     "url": "https://github.com/serbanghita",
4156                     "type": "github"
4157                 }
4158             ],
4159             "time": "2021-02-19T21:22:57+00:00"
4160         },
4161         {
4162             "name": "moneyphp/money",
4163             "version": "v3.3.1",
4164             "source": {
4165                 "type": "git",
4166                 "url": "https://github.com/moneyphp/money.git",
4167                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
4168             },
4169             "dist": {
4170                 "type": "zip",
4171                 "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
4172                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
4173                 "shasum": ""
4174             },
4175             "require": {
4176                 "ext-json": "*",
4177                 "php": ">=5.6"
4178             },
4179             "require-dev": {
4180                 "cache/taggable-cache": "^0.4.0",
4181                 "doctrine/instantiator": "^1.0.5",
4182                 "ext-bcmath": "*",
4183                 "ext-gmp": "*",
4184                 "ext-intl": "*",
4185                 "florianv/exchanger": "^1.0",
4186                 "florianv/swap": "^3.0",
4187                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4188                 "moneyphp/iso-currencies": "^3.2.1",
4189                 "php-http/message": "^1.4",
4190                 "php-http/mock-client": "^1.0.0",
4191                 "phpspec/phpspec": "^3.4.3",
4192                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4193                 "psr/cache": "^1.0",
4194                 "symfony/phpunit-bridge": "^4"
4195             },
4196             "suggest": {
4197                 "ext-bcmath": "Calculate without integer limits",
4198                 "ext-gmp": "Calculate without integer limits",
4199                 "ext-intl": "Format Money objects with intl",
4200                 "florianv/exchanger": "Exchange rates library for PHP",
4201                 "florianv/swap": "Exchange rates library for PHP",
4202                 "psr/cache-implementation": "Used for Currency caching"
4203             },
4204             "type": "library",
4205             "extra": {
4206                 "branch-alias": {
4207                     "dev-master": "3.x-dev"
4208                 }
4209             },
4210             "autoload": {
4211                 "psr-4": {
4212                     "Money\\": "src/"
4213                 }
4214             },
4215             "notification-url": "https://packagist.org/downloads/",
4216             "license": [
4217                 "MIT"
4218             ],
4219             "authors": [
4220                 {
4221                     "name": "Mathias Verraes",
4222                     "email": "mathias@verraes.net",
4223                     "homepage": "http://verraes.net"
4224                 },
4225                 {
4226                     "name": "Márk Sági-Kazár",
4227                     "email": "mark.sagikazar@gmail.com"
4228                 },
4229                 {
4230                     "name": "Frederik Bosch",
4231                     "email": "f.bosch@genkgo.nl"
4232                 }
4233             ],
4234             "description": "PHP implementation of Fowler's Money pattern",
4235             "homepage": "http://moneyphp.org",
4236             "keywords": [
4237                 "Value Object",
4238                 "money",
4239                 "vo"
4240             ],
4241             "support": {
4242                 "issues": "https://github.com/moneyphp/money/issues",
4243                 "source": "https://github.com/moneyphp/money/tree/master"
4244             },
4245             "time": "2020-03-18T17:49:59+00:00"
4246         },
4247         {
4248             "name": "monolog/monolog",
4249             "version": "2.2.0",
4250             "source": {
4251                 "type": "git",
4252                 "url": "https://github.com/Seldaek/monolog.git",
4253                 "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
4254             },
4255             "dist": {
4256                 "type": "zip",
4257                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
4258                 "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
4259                 "shasum": ""
4260             },
4261             "require": {
4262                 "php": ">=7.2",
4263                 "psr/log": "^1.0.1"
4264             },
4265             "provide": {
4266                 "psr/log-implementation": "1.0.0"
4267             },
4268             "require-dev": {
4269                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4270                 "doctrine/couchdb": "~1.0@dev",
4271                 "elasticsearch/elasticsearch": "^7",
4272                 "graylog2/gelf-php": "^1.4.2",
4273                 "mongodb/mongodb": "^1.8",
4274                 "php-amqplib/php-amqplib": "~2.4",
4275                 "php-console/php-console": "^3.1.3",
4276                 "phpspec/prophecy": "^1.6.1",
4277                 "phpstan/phpstan": "^0.12.59",
4278                 "phpunit/phpunit": "^8.5",
4279                 "predis/predis": "^1.1",
4280                 "rollbar/rollbar": "^1.3",
4281                 "ruflin/elastica": ">=0.90 <7.0.1",
4282                 "swiftmailer/swiftmailer": "^5.3|^6.0"
4283             },
4284             "suggest": {
4285                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4286                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4287                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4288                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4289                 "ext-mbstring": "Allow to work properly with unicode symbols",
4290                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4291                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4292                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4293                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4294                 "php-console/php-console": "Allow sending log messages to Google Chrome",
4295                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4296                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4297             },
4298             "type": "library",
4299             "extra": {
4300                 "branch-alias": {
4301                     "dev-main": "2.x-dev"
4302                 }
4303             },
4304             "autoload": {
4305                 "psr-4": {
4306                     "Monolog\\": "src/Monolog"
4307                 }
4308             },
4309             "notification-url": "https://packagist.org/downloads/",
4310             "license": [
4311                 "MIT"
4312             ],
4313             "authors": [
4314                 {
4315                     "name": "Jordi Boggiano",
4316                     "email": "j.boggiano@seld.be",
4317                     "homepage": "https://seld.be"
4318                 }
4319             ],
4320             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4321             "homepage": "https://github.com/Seldaek/monolog",
4322             "keywords": [
4323                 "log",
4324                 "logging",
4325                 "psr-3"
4326             ],
4327             "support": {
4328                 "issues": "https://github.com/Seldaek/monolog/issues",
4329                 "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
4330             },
4331             "funding": [
4332                 {
4333                     "url": "https://github.com/Seldaek",
4334                     "type": "github"
4335                 },
4336                 {
4337                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4338                     "type": "tidelift"
4339                 }
4340             ],
4341             "time": "2020-12-14T13:15:25+00:00"
4342         },
4343         {
4344             "name": "mpdf/mpdf",
4345             "version": "v8.0.10",
4346             "source": {
4347                 "type": "git",
4348                 "url": "https://github.com/mpdf/mpdf.git",
4349                 "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f"
4350             },
4351             "dist": {
4352                 "type": "zip",
4353                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/1333a962cd2f7ae1a127b7534b7734b58179186f",
4354                 "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f",
4355                 "shasum": ""
4356             },
4357             "require": {
4358                 "ext-gd": "*",
4359                 "ext-mbstring": "*",
4360                 "myclabs/deep-copy": "^1.7",
4361                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4362                 "php": "^5.6 || ^7.0 || ~8.0.0",
4363                 "psr/log": "^1.0",
4364                 "setasign/fpdi": "^2.1"
4365             },
4366             "require-dev": {
4367                 "mockery/mockery": "^1.3.0",
4368                 "mpdf/qrcode": "^1.1.0",
4369                 "phpunit/phpunit": "^5.7",
4370                 "squizlabs/php_codesniffer": "^3.5.0",
4371                 "tracy/tracy": "^2.4"
4372             },
4373             "suggest": {
4374                 "ext-bcmath": "Needed for generation of some types of barcodes",
4375                 "ext-xml": "Needed mainly for SVG manipulation",
4376                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4377             },
4378             "type": "library",
4379             "autoload": {
4380                 "psr-4": {
4381                     "Mpdf\\": "src/"
4382                 }
4383             },
4384             "notification-url": "https://packagist.org/downloads/",
4385             "license": [
4386                 "GPL-2.0-only"
4387             ],
4388             "authors": [
4389                 {
4390                     "name": "Matěj Humpál",
4391                     "role": "Developer, maintainer"
4392                 },
4393                 {
4394                     "name": "Ian Back",
4395                     "role": "Developer (retired)"
4396                 }
4397             ],
4398             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4399             "homepage": "https://mpdf.github.io",
4400             "keywords": [
4401                 "pdf",
4402                 "php",
4403                 "utf-8"
4404             ],
4405             "support": {
4406                 "docs": "http://mpdf.github.io",
4407                 "issues": "https://github.com/mpdf/mpdf/issues",
4408                 "source": "https://github.com/mpdf/mpdf"
4409             },
4410             "funding": [
4411                 {
4412                     "url": "https://www.paypal.me/mpdf",
4413                     "type": "custom"
4414                 }
4415             ],
4416             "time": "2021-01-08T14:59:28+00:00"
4417         },
4418         {
4419             "name": "myclabs/deep-copy",
4420             "version": "1.10.2",
4421             "source": {
4422                 "type": "git",
4423                 "url": "https://github.com/myclabs/DeepCopy.git",
4424                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
4425             },
4426             "dist": {
4427                 "type": "zip",
4428                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
4429                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
4430                 "shasum": ""
4431             },
4432             "require": {
4433                 "php": "^7.1 || ^8.0"
4434             },
4435             "replace": {
4436                 "myclabs/deep-copy": "self.version"
4437             },
4438             "require-dev": {
4439                 "doctrine/collections": "^1.0",
4440                 "doctrine/common": "^2.6",
4441                 "phpunit/phpunit": "^7.1"
4442             },
4443             "type": "library",
4444             "autoload": {
4445                 "psr-4": {
4446                     "DeepCopy\\": "src/DeepCopy/"
4447                 },
4448                 "files": [
4449                     "src/DeepCopy/deep_copy.php"
4450                 ]
4451             },
4452             "notification-url": "https://packagist.org/downloads/",
4453             "license": [
4454                 "MIT"
4455             ],
4456             "description": "Create deep copies (clones) of your objects",
4457             "keywords": [
4458                 "clone",
4459                 "copy",
4460                 "duplicate",
4461                 "object",
4462                 "object graph"
4463             ],
4464             "support": {
4465                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4466                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
4467             },
4468             "funding": [
4469                 {
4470                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4471                     "type": "tidelift"
4472                 }
4473             ],
4474             "time": "2020-11-13T09:40:50+00:00"
4475         },
4476         {
4477             "name": "myclabs/php-enum",
4478             "version": "1.8.0",
4479             "source": {
4480                 "type": "git",
4481                 "url": "https://github.com/myclabs/php-enum.git",
4482                 "reference": "46cf3d8498b095bd33727b13fd5707263af99421"
4483             },
4484             "dist": {
4485                 "type": "zip",
4486                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421",
4487                 "reference": "46cf3d8498b095bd33727b13fd5707263af99421",
4488                 "shasum": ""
4489             },
4490             "require": {
4491                 "ext-json": "*",
4492                 "php": "^7.3 || ^8.0"
4493             },
4494             "require-dev": {
4495                 "phpunit/phpunit": "^9.5",
4496                 "squizlabs/php_codesniffer": "1.*",
4497                 "vimeo/psalm": "^4.5.1"
4498             },
4499             "type": "library",
4500             "autoload": {
4501                 "psr-4": {
4502                     "MyCLabs\\Enum\\": "src/"
4503                 }
4504             },
4505             "notification-url": "https://packagist.org/downloads/",
4506             "license": [
4507                 "MIT"
4508             ],
4509             "authors": [
4510                 {
4511                     "name": "PHP Enum contributors",
4512                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4513                 }
4514             ],
4515             "description": "PHP Enum implementation",
4516             "homepage": "http://github.com/myclabs/php-enum",
4517             "keywords": [
4518                 "enum"
4519             ],
4520             "support": {
4521                 "issues": "https://github.com/myclabs/php-enum/issues",
4522                 "source": "https://github.com/myclabs/php-enum/tree/1.8.0"
4523             },
4524             "funding": [
4525                 {
4526                     "url": "https://github.com/mnapoli",
4527                     "type": "github"
4528                 },
4529                 {
4530                     "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
4531                     "type": "tidelift"
4532                 }
4533             ],
4534             "time": "2021-02-15T16:11:48+00:00"
4535         },
4536         {
4537             "name": "nikic/php-parser",
4538             "version": "v4.10.5",
4539             "source": {
4540                 "type": "git",
4541                 "url": "https://github.com/nikic/PHP-Parser.git",
4542                 "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
4543             },
4544             "dist": {
4545                 "type": "zip",
4546                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
4547                 "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
4548                 "shasum": ""
4549             },
4550             "require": {
4551                 "ext-tokenizer": "*",
4552                 "php": ">=7.0"
4553             },
4554             "require-dev": {
4555                 "ircmaxell/php-yacc": "^0.0.7",
4556                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4557             },
4558             "bin": [
4559                 "bin/php-parse"
4560             ],
4561             "type": "library",
4562             "extra": {
4563                 "branch-alias": {
4564                     "dev-master": "4.9-dev"
4565                 }
4566             },
4567             "autoload": {
4568                 "psr-4": {
4569                     "PhpParser\\": "lib/PhpParser"
4570                 }
4571             },
4572             "notification-url": "https://packagist.org/downloads/",
4573             "license": [
4574                 "BSD-3-Clause"
4575             ],
4576             "authors": [
4577                 {
4578                     "name": "Nikita Popov"
4579                 }
4580             ],
4581             "description": "A PHP parser written in PHP",
4582             "keywords": [
4583                 "parser",
4584                 "php"
4585             ],
4586             "support": {
4587                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4588                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
4589             },
4590             "time": "2021-05-03T19:11:20+00:00"
4591         },
4592         {
4593             "name": "nyholm/psr7",
4594             "version": "1.4.0",
4595             "source": {
4596                 "type": "git",
4597                 "url": "https://github.com/Nyholm/psr7.git",
4598                 "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b"
4599             },
4600             "dist": {
4601                 "type": "zip",
4602                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
4603                 "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
4604                 "shasum": ""
4605             },
4606             "require": {
4607                 "php": ">=7.1",
4608                 "php-http/message-factory": "^1.0",
4609                 "psr/http-factory": "^1.0",
4610                 "psr/http-message": "^1.0"
4611             },
4612             "provide": {
4613                 "psr/http-factory-implementation": "1.0",
4614                 "psr/http-message-implementation": "1.0"
4615             },
4616             "require-dev": {
4617                 "http-interop/http-factory-tests": "^0.8",
4618                 "php-http/psr7-integration-tests": "^1.0",
4619                 "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
4620                 "symfony/error-handler": "^4.4"
4621             },
4622             "type": "library",
4623             "extra": {
4624                 "branch-alias": {
4625                     "dev-master": "1.4-dev"
4626                 }
4627             },
4628             "autoload": {
4629                 "psr-4": {
4630                     "Nyholm\\Psr7\\": "src/"
4631                 }
4632             },
4633             "notification-url": "https://packagist.org/downloads/",
4634             "license": [
4635                 "MIT"
4636             ],
4637             "authors": [
4638                 {
4639                     "name": "Tobias Nyholm",
4640                     "email": "tobias.nyholm@gmail.com"
4641                 },
4642                 {
4643                     "name": "Martijn van der Ven",
4644                     "email": "martijn@vanderven.se"
4645                 }
4646             ],
4647             "description": "A fast PHP7 implementation of PSR-7",
4648             "homepage": "https://tnyholm.se",
4649             "keywords": [
4650                 "psr-17",
4651                 "psr-7"
4652             ],
4653             "support": {
4654                 "issues": "https://github.com/Nyholm/psr7/issues",
4655                 "source": "https://github.com/Nyholm/psr7/tree/1.4.0"
4656             },
4657             "funding": [
4658                 {
4659                     "url": "https://github.com/Zegnat",
4660                     "type": "github"
4661                 },
4662                 {
4663                     "url": "https://github.com/nyholm",
4664                     "type": "github"
4665                 }
4666             ],
4667             "time": "2021-02-18T15:41:32+00:00"
4668         },
4669         {
4670             "name": "nyholm/psr7-server",
4671             "version": "1.0.1",
4672             "source": {
4673                 "type": "git",
4674                 "url": "https://github.com/Nyholm/psr7-server.git",
4675                 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96"
4676             },
4677             "dist": {
4678                 "type": "zip",
4679                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/5c134aeb5dd6521c7978798663470dabf0528c96",
4680                 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96",
4681                 "shasum": ""
4682             },
4683             "require": {
4684                 "php": "^7.1 || ^8.0",
4685                 "psr/http-factory": "^1.0",
4686                 "psr/http-message": "^1.0"
4687             },
4688             "require-dev": {
4689                 "nyholm/nsa": "^1.1",
4690                 "nyholm/psr7": "^1.3",
4691                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
4692             },
4693             "type": "library",
4694             "autoload": {
4695                 "psr-4": {
4696                     "Nyholm\\Psr7Server\\": "src/"
4697                 }
4698             },
4699             "notification-url": "https://packagist.org/downloads/",
4700             "license": [
4701                 "MIT"
4702             ],
4703             "authors": [
4704                 {
4705                     "name": "Tobias Nyholm",
4706                     "email": "tobias.nyholm@gmail.com"
4707                 },
4708                 {
4709                     "name": "Martijn van der Ven",
4710                     "email": "martijn@vanderven.se"
4711                 }
4712             ],
4713             "description": "Helper classes to handle PSR-7 server requests",
4714             "homepage": "http://tnyholm.se",
4715             "keywords": [
4716                 "psr-17",
4717                 "psr-7"
4718             ],
4719             "support": {
4720                 "issues": "https://github.com/Nyholm/psr7-server/issues",
4721                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.1"
4722             },
4723             "funding": [
4724                 {
4725                     "url": "https://github.com/Zegnat",
4726                     "type": "github"
4727                 },
4728                 {
4729                     "url": "https://github.com/nyholm",
4730                     "type": "github"
4731                 }
4732             ],
4733             "time": "2020-11-15T15:26:20+00:00"
4734         },
4735         {
4736             "name": "omnipay/common",
4737             "version": "v3.0.5",
4738             "source": {
4739                 "type": "git",
4740                 "url": "https://github.com/thephpleague/omnipay-common.git",
4741                 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2"
4742             },
4743             "dist": {
4744                 "type": "zip",
4745                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
4746                 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
4747                 "shasum": ""
4748             },
4749             "require": {
4750                 "moneyphp/money": "^3.1",
4751                 "php": "^5.6|^7",
4752                 "php-http/client-implementation": "^1",
4753                 "php-http/discovery": "^1.2.1",
4754                 "php-http/message": "^1.5",
4755                 "symfony/http-foundation": "^2.1|^3|^4|^5"
4756             },
4757             "require-dev": {
4758                 "omnipay/tests": "^3",
4759                 "php-http/mock-client": "^1",
4760                 "phpro/grumphp": "^0.14",
4761                 "squizlabs/php_codesniffer": "^3.5"
4762             },
4763             "suggest": {
4764                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
4765             },
4766             "type": "library",
4767             "extra": {
4768                 "branch-alias": {
4769                     "dev-master": "3.0.x-dev"
4770                 }
4771             },
4772             "autoload": {
4773                 "psr-4": {
4774                     "Omnipay\\Common\\": "src/Common"
4775                 },
4776                 "classmap": [
4777                     "src/Omnipay.php"
4778                 ]
4779             },
4780             "notification-url": "https://packagist.org/downloads/",
4781             "license": [
4782                 "MIT"
4783             ],
4784             "authors": [
4785                 {
4786                     "name": "Adrian Macneil",
4787                     "email": "adrian@adrianmacneil.com"
4788                 },
4789                 {
4790                     "name": "Barry vd. Heuvel",
4791                     "email": "barryvdh@gmail.com"
4792                 },
4793                 {
4794                     "name": "Jason Judge",
4795                     "email": "jason.judge@consil.co.uk"
4796                 },
4797                 {
4798                     "name": "Del"
4799                 },
4800                 {
4801                     "name": "Omnipay Contributors",
4802                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
4803                 }
4804             ],
4805             "description": "Common components for Omnipay payment processing library",
4806             "homepage": "https://github.com/thephpleague/omnipay-common",
4807             "keywords": [
4808                 "gateway",
4809                 "merchant",
4810                 "omnipay",
4811                 "pay",
4812                 "payment",
4813                 "purchase"
4814             ],
4815             "support": {
4816                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
4817                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.0.5"
4818             },
4819             "time": "2020-08-20T18:22:12+00:00"
4820         },
4821         {
4822             "name": "omnipay/stripe",
4823             "version": "v3.1.0",
4824             "source": {
4825                 "type": "git",
4826                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
4827                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d"
4828             },
4829             "dist": {
4830                 "type": "zip",
4831                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/37df2a791e8feab45543125f4c5f22d5d305096d",
4832                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d",
4833                 "shasum": ""
4834             },
4835             "require": {
4836                 "omnipay/common": "^3"
4837             },
4838             "require-dev": {
4839                 "omnipay/tests": "^3",
4840                 "phpro/grumphp": "^0.14",
4841                 "squizlabs/php_codesniffer": "^3"
4842             },
4843             "type": "library",
4844             "extra": {
4845                 "branch-alias": {
4846                     "dev-master": "3.1.x-dev"
4847                 }
4848             },
4849             "autoload": {
4850                 "psr-4": {
4851                     "Omnipay\\Stripe\\": "src/"
4852                 }
4853             },
4854             "notification-url": "https://packagist.org/downloads/",
4855             "license": [
4856                 "MIT"
4857             ],
4858             "authors": [
4859                 {
4860                     "name": "Adrian Macneil",
4861                     "email": "adrian@adrianmacneil.com"
4862                 },
4863                 {
4864                     "name": "Omnipay Contributors",
4865                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
4866                 }
4867             ],
4868             "description": "Stripe driver for the Omnipay payment processing library",
4869             "homepage": "https://github.com/thephpleague/omnipay-stripe",
4870             "keywords": [
4871                 "gateway",
4872                 "merchant",
4873                 "omnipay",
4874                 "pay",
4875                 "payment",
4876                 "stripe"
4877             ],
4878             "support": {
4879                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
4880                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.1.0"
4881             },
4882             "time": "2019-08-31T10:55:06+00:00"
4883         },
4884         {
4885             "name": "paragonie/constant_time_encoding",
4886             "version": "v2.4.0",
4887             "source": {
4888                 "type": "git",
4889                 "url": "https://github.com/paragonie/constant_time_encoding.git",
4890                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
4891             },
4892             "dist": {
4893                 "type": "zip",
4894                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
4895                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
4896                 "shasum": ""
4897             },
4898             "require": {
4899                 "php": "^7|^8"
4900             },
4901             "require-dev": {
4902                 "phpunit/phpunit": "^6|^7|^8|^9",
4903                 "vimeo/psalm": "^1|^2|^3|^4"
4904             },
4905             "type": "library",
4906             "autoload": {
4907                 "psr-4": {
4908                     "ParagonIE\\ConstantTime\\": "src/"
4909                 }
4910             },
4911             "notification-url": "https://packagist.org/downloads/",
4912             "license": [
4913                 "MIT"
4914             ],
4915             "authors": [
4916                 {
4917                     "name": "Paragon Initiative Enterprises",
4918                     "email": "security@paragonie.com",
4919                     "homepage": "https://paragonie.com",
4920                     "role": "Maintainer"
4921                 },
4922                 {
4923                     "name": "Steve 'Sc00bz' Thomas",
4924                     "email": "steve@tobtu.com",
4925                     "homepage": "https://www.tobtu.com",
4926                     "role": "Original Developer"
4927                 }
4928             ],
4929             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
4930             "keywords": [
4931                 "base16",
4932                 "base32",
4933                 "base32_decode",
4934                 "base32_encode",
4935                 "base64",
4936                 "base64_decode",
4937                 "base64_encode",
4938                 "bin2hex",
4939                 "encoding",
4940                 "hex",
4941                 "hex2bin",
4942                 "rfc4648"
4943             ],
4944             "support": {
4945                 "email": "info@paragonie.com",
4946                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
4947                 "source": "https://github.com/paragonie/constant_time_encoding"
4948             },
4949             "time": "2020-12-06T15:14:20+00:00"
4950         },
4951         {
4952             "name": "paragonie/multi-factor",
4953             "version": "v0.2.2",
4954             "source": {
4955                 "type": "git",
4956                 "url": "https://github.com/paragonie/multi_factor.git",
4957                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6"
4958             },
4959             "dist": {
4960                 "type": "zip",
4961                 "url": "https://api.github.com/repos/paragonie/multi_factor/zipball/20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4962                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4963                 "shasum": ""
4964             },
4965             "require": {
4966                 "bacon/bacon-qr-code": "^1",
4967                 "paragonie/constant_time_encoding": "^2",
4968                 "php": "^7"
4969             },
4970             "require-dev": {
4971                 "phpunit/phpunit": "4.*|5.*"
4972             },
4973             "type": "library",
4974             "autoload": {
4975                 "psr-4": {
4976                     "ParagonIE\\MultiFactor\\": "src/"
4977                 }
4978             },
4979             "notification-url": "https://packagist.org/downloads/",
4980             "license": [
4981                 "GPL-3.0+",
4982                 "MIT",
4983                 "proprietary"
4984             ],
4985             "authors": [
4986                 {
4987                     "name": "Paragon Initiative Enterprises",
4988                     "email": "security@paragonie.com",
4989                     "homepage": "https://paragonie.com",
4990                     "role": "Developer"
4991                 }
4992             ],
4993             "description": "Vendor-agnostic two-factor authentication library",
4994             "keywords": [
4995                 "2fa",
4996                 "MFA",
4997                 "Two-factor Authentication",
4998                 "hotp",
4999                 "multi-factor",
5000                 "multi-factor authentication",
5001                 "tfa",
5002                 "totp",
5003                 "two-factor"
5004             ],
5005             "support": {
5006                 "email": "info@paragonie.com",
5007                 "issues": "https://github.com/paragonie/multi_factor/issues",
5008                 "source": "https://github.com/paragonie/multi_factor"
5009             },
5010             "time": "2016-06-17T23:34:58+00:00"
5011         },
5012         {
5013             "name": "paragonie/random_compat",
5014             "version": "v9.99.100",
5015             "source": {
5016                 "type": "git",
5017                 "url": "https://github.com/paragonie/random_compat.git",
5018                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5019             },
5020             "dist": {
5021                 "type": "zip",
5022                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5023                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5024                 "shasum": ""
5025             },
5026             "require": {
5027                 "php": ">= 7"
5028             },
5029             "require-dev": {
5030                 "phpunit/phpunit": "4.*|5.*",
5031                 "vimeo/psalm": "^1"
5032             },
5033             "suggest": {
5034                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5035             },
5036             "type": "library",
5037             "notification-url": "https://packagist.org/downloads/",
5038             "license": [
5039                 "MIT"
5040             ],
5041             "authors": [
5042                 {
5043                     "name": "Paragon Initiative Enterprises",
5044                     "email": "security@paragonie.com",
5045                     "homepage": "https://paragonie.com"
5046                 }
5047             ],
5048             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5049             "keywords": [
5050                 "csprng",
5051                 "polyfill",
5052                 "pseudorandom",
5053                 "random"
5054             ],
5055             "support": {
5056                 "email": "info@paragonie.com",
5057                 "issues": "https://github.com/paragonie/random_compat/issues",
5058                 "source": "https://github.com/paragonie/random_compat"
5059             },
5060             "time": "2020-10-15T08:29:30+00:00"
5061         },
5062         {
5063             "name": "particle/validator",
5064             "version": "v2.3.4",
5065             "source": {
5066                 "type": "git",
5067                 "url": "https://github.com/particle-php/Validator.git",
5068                 "reference": "657c7543e51938dd9d114750e49d695129527a7a"
5069             },
5070             "dist": {
5071                 "type": "zip",
5072                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/657c7543e51938dd9d114750e49d695129527a7a",
5073                 "reference": "657c7543e51938dd9d114750e49d695129527a7a",
5074                 "shasum": ""
5075             },
5076             "require": {
5077                 "php": ">=5.4"
5078             },
5079             "require-dev": {
5080                 "byrokrat/checkdigit": "^1.0",
5081                 "giggsey/libphonenumber-for-php": "^7.2",
5082                 "phpunit/phpunit": "~4.0",
5083                 "squizlabs/php_codesniffer": "2.*"
5084             },
5085             "suggest": {
5086                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5087                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5088             },
5089             "type": "library",
5090             "extra": {
5091                 "branch-alias": {
5092                     "dev-master": "2.0-dev"
5093                 }
5094             },
5095             "autoload": {
5096                 "psr-4": {
5097                     "Particle\\Validator\\": "src/"
5098                 }
5099             },
5100             "notification-url": "https://packagist.org/downloads/",
5101             "license": [
5102                 "BSD-3-Clause"
5103             ],
5104             "authors": [
5105                 {
5106                     "name": "Berry Langerak",
5107                     "email": "berry@berryllium.nl",
5108                     "role": "Developer"
5109                 },
5110                 {
5111                     "name": "Rick van der Staaij",
5112                     "homepage": "http://rickvanderstaaij.nl",
5113                     "role": "Developer"
5114                 }
5115             ],
5116             "description": "Flexible and highly usable validation library with no dependencies.",
5117             "homepage": "http://github.com/particle-php/validator",
5118             "keywords": [
5119                 "validation",
5120                 "validator"
5121             ],
5122             "support": {
5123                 "issues": "https://github.com/particle-php/Validator/issues",
5124                 "source": "https://github.com/particle-php/Validator/tree/master"
5125             },
5126             "time": "2019-01-07T13:39:13+00:00"
5127         },
5128         {
5129             "name": "pear/archive_tar",
5130             "version": "1.4.13",
5131             "source": {
5132                 "type": "git",
5133                 "url": "https://github.com/pear/Archive_Tar.git",
5134                 "reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011"
5135             },
5136             "dist": {
5137                 "type": "zip",
5138                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/2b87b41178cc6d4ad3cba678a46a1cae49786011",
5139                 "reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011",
5140                 "shasum": ""
5141             },
5142             "require": {
5143                 "pear/pear-core-minimal": "^1.10.0alpha2",
5144                 "php": ">=5.2.0"
5145             },
5146             "require-dev": {
5147                 "phpunit/phpunit": "*"
5148             },
5149             "suggest": {
5150                 "ext-bz2": "Bz2 compression support.",
5151                 "ext-xz": "Lzma2 compression support.",
5152                 "ext-zlib": "Gzip compression support."
5153             },
5154             "type": "library",
5155             "extra": {
5156                 "branch-alias": {
5157                     "dev-master": "1.4.x-dev"
5158                 }
5159             },
5160             "autoload": {
5161                 "psr-0": {
5162                     "Archive_Tar": ""
5163                 }
5164             },
5165             "notification-url": "https://packagist.org/downloads/",
5166             "include-path": [
5167                 "./"
5168             ],
5169             "license": [
5170                 "BSD-3-Clause"
5171             ],
5172             "authors": [
5173                 {
5174                     "name": "Vincent Blavet",
5175                     "email": "vincent@phpconcept.net"
5176                 },
5177                 {
5178                     "name": "Greg Beaver",
5179                     "email": "greg@chiaraquartet.net"
5180                 },
5181                 {
5182                     "name": "Michiel Rook",
5183                     "email": "mrook@php.net"
5184                 }
5185             ],
5186             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5187             "homepage": "https://github.com/pear/Archive_Tar",
5188             "keywords": [
5189                 "archive",
5190                 "tar"
5191             ],
5192             "support": {
5193                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5194                 "source": "https://github.com/pear/Archive_Tar"
5195             },
5196             "funding": [
5197                 {
5198                     "url": "https://github.com/mrook",
5199                     "type": "github"
5200                 },
5201                 {
5202                     "url": "https://www.patreon.com/michielrook",
5203                     "type": "patreon"
5204                 }
5205             ],
5206             "time": "2021-02-16T10:50:50+00:00"
5207         },
5208         {
5209             "name": "pear/console_getopt",
5210             "version": "v1.4.3",
5211             "source": {
5212                 "type": "git",
5213                 "url": "https://github.com/pear/Console_Getopt.git",
5214                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5215             },
5216             "dist": {
5217                 "type": "zip",
5218                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5219                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5220                 "shasum": ""
5221             },
5222             "type": "library",
5223             "autoload": {
5224                 "psr-0": {
5225                     "Console": "./"
5226                 }
5227             },
5228             "notification-url": "https://packagist.org/downloads/",
5229             "include-path": [
5230                 "./"
5231             ],
5232             "license": [
5233                 "BSD-2-Clause"
5234             ],
5235             "authors": [
5236                 {
5237                     "name": "Andrei Zmievski",
5238                     "email": "andrei@php.net",
5239                     "role": "Lead"
5240                 },
5241                 {
5242                     "name": "Stig Bakken",
5243                     "email": "stig@php.net",
5244                     "role": "Developer"
5245                 },
5246                 {
5247                     "name": "Greg Beaver",
5248                     "email": "cellog@php.net",
5249                     "role": "Helper"
5250                 }
5251             ],
5252             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5253             "support": {
5254                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5255                 "source": "https://github.com/pear/Console_Getopt"
5256             },
5257             "time": "2019-11-20T18:27:48+00:00"
5258         },
5259         {
5260             "name": "pear/pear-core-minimal",
5261             "version": "v1.10.10",
5262             "source": {
5263                 "type": "git",
5264                 "url": "https://github.com/pear/pear-core-minimal.git",
5265                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
5266             },
5267             "dist": {
5268                 "type": "zip",
5269                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
5270                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
5271                 "shasum": ""
5272             },
5273             "require": {
5274                 "pear/console_getopt": "~1.4",
5275                 "pear/pear_exception": "~1.0"
5276             },
5277             "replace": {
5278                 "rsky/pear-core-min": "self.version"
5279             },
5280             "type": "library",
5281             "autoload": {
5282                 "psr-0": {
5283                     "": "src/"
5284                 }
5285             },
5286             "notification-url": "https://packagist.org/downloads/",
5287             "include-path": [
5288                 "src/"
5289             ],
5290             "license": [
5291                 "BSD-3-Clause"
5292             ],
5293             "authors": [
5294                 {
5295                     "name": "Christian Weiske",
5296                     "email": "cweiske@php.net",
5297                     "role": "Lead"
5298                 }
5299             ],
5300             "description": "Minimal set of PEAR core files to be used as composer dependency",
5301             "support": {
5302                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5303                 "source": "https://github.com/pear/pear-core-minimal"
5304             },
5305             "time": "2019-11-19T19:00:24+00:00"
5306         },
5307         {
5308             "name": "pear/pear_exception",
5309             "version": "v1.0.2",
5310             "source": {
5311                 "type": "git",
5312                 "url": "https://github.com/pear/PEAR_Exception.git",
5313                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
5314             },
5315             "dist": {
5316                 "type": "zip",
5317                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5318                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5319                 "shasum": ""
5320             },
5321             "require": {
5322                 "php": ">=5.2.0"
5323             },
5324             "require-dev": {
5325                 "phpunit/phpunit": "<9"
5326             },
5327             "type": "class",
5328             "extra": {
5329                 "branch-alias": {
5330                     "dev-master": "1.0.x-dev"
5331                 }
5332             },
5333             "autoload": {
5334                 "classmap": [
5335                     "PEAR/"
5336                 ]
5337             },
5338             "notification-url": "https://packagist.org/downloads/",
5339             "include-path": [
5340                 "."
5341             ],
5342             "license": [
5343                 "BSD-2-Clause"
5344             ],
5345             "authors": [
5346                 {
5347                     "name": "Helgi Thormar",
5348                     "email": "dufuz@php.net"
5349                 },
5350                 {
5351                     "name": "Greg Beaver",
5352                     "email": "cellog@php.net"
5353                 }
5354             ],
5355             "description": "The PEAR Exception base class.",
5356             "homepage": "https://github.com/pear/PEAR_Exception",
5357             "keywords": [
5358                 "exception"
5359             ],
5360             "support": {
5361                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5362                 "source": "https://github.com/pear/PEAR_Exception"
5363             },
5364             "time": "2021-03-21T15:43:46+00:00"
5365         },
5366         {
5367             "name": "phenx/php-font-lib",
5368             "version": "0.5.2",
5369             "source": {
5370                 "type": "git",
5371                 "url": "https://github.com/PhenX/php-font-lib.git",
5372                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
5373             },
5374             "dist": {
5375                 "type": "zip",
5376                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5377                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5378                 "shasum": ""
5379             },
5380             "require-dev": {
5381                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
5382             },
5383             "type": "library",
5384             "autoload": {
5385                 "psr-4": {
5386                     "FontLib\\": "src/FontLib"
5387                 }
5388             },
5389             "notification-url": "https://packagist.org/downloads/",
5390             "license": [
5391                 "LGPL-3.0"
5392             ],
5393             "authors": [
5394                 {
5395                     "name": "Fabien Ménager",
5396                     "email": "fabien.menager@gmail.com"
5397                 }
5398             ],
5399             "description": "A library to read, parse, export and make subsets of different types of font files.",
5400             "homepage": "https://github.com/PhenX/php-font-lib",
5401             "support": {
5402                 "issues": "https://github.com/PhenX/php-font-lib/issues",
5403                 "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
5404             },
5405             "time": "2020-03-08T15:31:32+00:00"
5406         },
5407         {
5408             "name": "phenx/php-svg-lib",
5409             "version": "v0.3.3",
5410             "source": {
5411                 "type": "git",
5412                 "url": "https://github.com/PhenX/php-svg-lib.git",
5413                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
5414             },
5415             "dist": {
5416                 "type": "zip",
5417                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5418                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5419                 "shasum": ""
5420             },
5421             "require": {
5422                 "sabberworm/php-css-parser": "^8.3"
5423             },
5424             "require-dev": {
5425                 "phpunit/phpunit": "^5.5|^6.5"
5426             },
5427             "type": "library",
5428             "autoload": {
5429                 "psr-4": {
5430                     "Svg\\": "src/Svg"
5431                 }
5432             },
5433             "notification-url": "https://packagist.org/downloads/",
5434             "license": [
5435                 "LGPL-3.0"
5436             ],
5437             "authors": [
5438                 {
5439                     "name": "Fabien Ménager",
5440                     "email": "fabien.menager@gmail.com"
5441                 }
5442             ],
5443             "description": "A library to read, parse and export to PDF SVG files.",
5444             "homepage": "https://github.com/PhenX/php-svg-lib",
5445             "support": {
5446                 "issues": "https://github.com/PhenX/php-svg-lib/issues",
5447                 "source": "https://github.com/PhenX/php-svg-lib/tree/master"
5448             },
5449             "time": "2019-09-11T20:02:13+00:00"
5450         },
5451         {
5452             "name": "php-http/discovery",
5453             "version": "1.13.0",
5454             "source": {
5455                 "type": "git",
5456                 "url": "https://github.com/php-http/discovery.git",
5457                 "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
5458             },
5459             "dist": {
5460                 "type": "zip",
5461                 "url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
5462                 "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
5463                 "shasum": ""
5464             },
5465             "require": {
5466                 "php": "^7.1 || ^8.0"
5467             },
5468             "conflict": {
5469                 "nyholm/psr7": "<1.0"
5470             },
5471             "require-dev": {
5472                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5473                 "php-http/httplug": "^1.0 || ^2.0",
5474                 "php-http/message-factory": "^1.0",
5475                 "phpspec/phpspec": "^5.1 || ^6.1",
5476                 "puli/composer-plugin": "1.0.0-beta10"
5477             },
5478             "suggest": {
5479                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5480                 "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."
5481             },
5482             "type": "library",
5483             "extra": {
5484                 "branch-alias": {
5485                     "dev-master": "1.9-dev"
5486                 }
5487             },
5488             "autoload": {
5489                 "psr-4": {
5490                     "Http\\Discovery\\": "src/"
5491                 }
5492             },
5493             "notification-url": "https://packagist.org/downloads/",
5494             "license": [
5495                 "MIT"
5496             ],
5497             "authors": [
5498                 {
5499                     "name": "Márk Sági-Kazár",
5500                     "email": "mark.sagikazar@gmail.com"
5501                 }
5502             ],
5503             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5504             "homepage": "http://php-http.org",
5505             "keywords": [
5506                 "adapter",
5507                 "client",
5508                 "discovery",
5509                 "factory",
5510                 "http",
5511                 "message",
5512                 "psr7"
5513             ],
5514             "support": {
5515                 "issues": "https://github.com/php-http/discovery/issues",
5516                 "source": "https://github.com/php-http/discovery/tree/1.13.0"
5517             },
5518             "time": "2020-11-27T14:49:42+00:00"
5519         },
5520         {
5521             "name": "php-http/guzzle7-adapter",
5522             "version": "0.1.1",
5523             "source": {
5524                 "type": "git",
5525                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5526                 "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1"
5527             },
5528             "dist": {
5529                 "type": "zip",
5530                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/1967de656b9679a2a6a66d0e4e16fa99bbed1ad1",
5531                 "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1",
5532                 "shasum": ""
5533             },
5534             "require": {
5535                 "guzzlehttp/guzzle": "^7.0",
5536                 "php": "^7.2 | ^8.0",
5537                 "php-http/httplug": "^2.0",
5538                 "psr/http-client": "^1.0"
5539             },
5540             "provide": {
5541                 "php-http/async-client-implementation": "1.0",
5542                 "php-http/client-implementation": "1.0",
5543                 "psr/http-client-implementation": "1.0"
5544             },
5545             "require-dev": {
5546                 "php-http/client-integration-tests": "^3.0",
5547                 "phpunit/phpunit": "^8.0|^9.3"
5548             },
5549             "type": "library",
5550             "extra": {
5551                 "branch-alias": {
5552                     "dev-master": "0.2.x-dev"
5553                 }
5554             },
5555             "autoload": {
5556                 "psr-4": {
5557                     "Http\\Adapter\\Guzzle7\\": "src/"
5558                 }
5559             },
5560             "notification-url": "https://packagist.org/downloads/",
5561             "license": [
5562                 "MIT"
5563             ],
5564             "authors": [
5565                 {
5566                     "name": "Tobias Nyholm",
5567                     "email": "tobias.nyholm@gmail.com"
5568                 }
5569             ],
5570             "description": "Guzzle 7 HTTP Adapter",
5571             "homepage": "http://httplug.io",
5572             "keywords": [
5573                 "Guzzle",
5574                 "http"
5575             ],
5576             "support": {
5577                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
5578                 "source": "https://github.com/php-http/guzzle7-adapter/tree/0.1.1"
5579             },
5580             "time": "2020-10-21T17:30:51+00:00"
5581         },
5582         {
5583             "name": "php-http/httplug",
5584             "version": "2.2.0",
5585             "source": {
5586                 "type": "git",
5587                 "url": "https://github.com/php-http/httplug.git",
5588                 "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
5589             },
5590             "dist": {
5591                 "type": "zip",
5592                 "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
5593                 "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
5594                 "shasum": ""
5595             },
5596             "require": {
5597                 "php": "^7.1 || ^8.0",
5598                 "php-http/promise": "^1.1",
5599                 "psr/http-client": "^1.0",
5600                 "psr/http-message": "^1.0"
5601             },
5602             "require-dev": {
5603                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5604                 "phpspec/phpspec": "^5.1 || ^6.0"
5605             },
5606             "type": "library",
5607             "extra": {
5608                 "branch-alias": {
5609                     "dev-master": "2.x-dev"
5610                 }
5611             },
5612             "autoload": {
5613                 "psr-4": {
5614                     "Http\\Client\\": "src/"
5615                 }
5616             },
5617             "notification-url": "https://packagist.org/downloads/",
5618             "license": [
5619                 "MIT"
5620             ],
5621             "authors": [
5622                 {
5623                     "name": "Eric GELOEN",
5624                     "email": "geloen.eric@gmail.com"
5625                 },
5626                 {
5627                     "name": "Márk Sági-Kazár",
5628                     "email": "mark.sagikazar@gmail.com",
5629                     "homepage": "https://sagikazarmark.hu"
5630                 }
5631             ],
5632             "description": "HTTPlug, the HTTP client abstraction for PHP",
5633             "homepage": "http://httplug.io",
5634             "keywords": [
5635                 "client",
5636                 "http"
5637             ],
5638             "support": {
5639                 "issues": "https://github.com/php-http/httplug/issues",
5640                 "source": "https://github.com/php-http/httplug/tree/master"
5641             },
5642             "time": "2020-07-13T15:43:23+00:00"
5643         },
5644         {
5645             "name": "php-http/message",
5646             "version": "1.11.0",
5647             "source": {
5648                 "type": "git",
5649                 "url": "https://github.com/php-http/message.git",
5650                 "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29"
5651             },
5652             "dist": {
5653                 "type": "zip",
5654                 "url": "https://api.github.com/repos/php-http/message/zipball/fb0dbce7355cad4f4f6a225f537c34d013571f29",
5655                 "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29",
5656                 "shasum": ""
5657             },
5658             "require": {
5659                 "clue/stream-filter": "^1.5",
5660                 "php": "^7.1 || ^8.0",
5661                 "php-http/message-factory": "^1.0.2",
5662                 "psr/http-message": "^1.0"
5663             },
5664             "provide": {
5665                 "php-http/message-factory-implementation": "1.0"
5666             },
5667             "require-dev": {
5668                 "ergebnis/composer-normalize": "^2.6",
5669                 "ext-zlib": "*",
5670                 "guzzlehttp/psr7": "^1.0",
5671                 "laminas/laminas-diactoros": "^2.0",
5672                 "phpspec/phpspec": "^5.1 || ^6.3",
5673                 "slim/slim": "^3.0"
5674             },
5675             "suggest": {
5676                 "ext-zlib": "Used with compressor/decompressor streams",
5677                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5678                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
5679                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
5680             },
5681             "type": "library",
5682             "extra": {
5683                 "branch-alias": {
5684                     "dev-master": "1.10-dev"
5685                 }
5686             },
5687             "autoload": {
5688                 "psr-4": {
5689                     "Http\\Message\\": "src/"
5690                 },
5691                 "files": [
5692                     "src/filters.php"
5693                 ]
5694             },
5695             "notification-url": "https://packagist.org/downloads/",
5696             "license": [
5697                 "MIT"
5698             ],
5699             "authors": [
5700                 {
5701                     "name": "Márk Sági-Kazár",
5702                     "email": "mark.sagikazar@gmail.com"
5703                 }
5704             ],
5705             "description": "HTTP Message related tools",
5706             "homepage": "http://php-http.org",
5707             "keywords": [
5708                 "http",
5709                 "message",
5710                 "psr-7"
5711             ],
5712             "support": {
5713                 "issues": "https://github.com/php-http/message/issues",
5714                 "source": "https://github.com/php-http/message/tree/1.11.0"
5715             },
5716             "time": "2021-02-01T08:54:58+00:00"
5717         },
5718         {
5719             "name": "php-http/message-factory",
5720             "version": "v1.0.2",
5721             "source": {
5722                 "type": "git",
5723                 "url": "https://github.com/php-http/message-factory.git",
5724                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5725             },
5726             "dist": {
5727                 "type": "zip",
5728                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5729                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5730                 "shasum": ""
5731             },
5732             "require": {
5733                 "php": ">=5.4",
5734                 "psr/http-message": "^1.0"
5735             },
5736             "type": "library",
5737             "extra": {
5738                 "branch-alias": {
5739                     "dev-master": "1.0-dev"
5740                 }
5741             },
5742             "autoload": {
5743                 "psr-4": {
5744                     "Http\\Message\\": "src/"
5745                 }
5746             },
5747             "notification-url": "https://packagist.org/downloads/",
5748             "license": [
5749                 "MIT"
5750             ],
5751             "authors": [
5752                 {
5753                     "name": "Márk Sági-Kazár",
5754                     "email": "mark.sagikazar@gmail.com"
5755                 }
5756             ],
5757             "description": "Factory interfaces for PSR-7 HTTP Message",
5758             "homepage": "http://php-http.org",
5759             "keywords": [
5760                 "factory",
5761                 "http",
5762                 "message",
5763                 "stream",
5764                 "uri"
5765             ],
5766             "support": {
5767                 "issues": "https://github.com/php-http/message-factory/issues",
5768                 "source": "https://github.com/php-http/message-factory/tree/master"
5769             },
5770             "time": "2015-12-19T14:08:53+00:00"
5771         },
5772         {
5773             "name": "php-http/promise",
5774             "version": "1.1.0",
5775             "source": {
5776                 "type": "git",
5777                 "url": "https://github.com/php-http/promise.git",
5778                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
5779             },
5780             "dist": {
5781                 "type": "zip",
5782                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
5783                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
5784                 "shasum": ""
5785             },
5786             "require": {
5787                 "php": "^7.1 || ^8.0"
5788             },
5789             "require-dev": {
5790                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
5791                 "phpspec/phpspec": "^5.1.2 || ^6.2"
5792             },
5793             "type": "library",
5794             "extra": {
5795                 "branch-alias": {
5796                     "dev-master": "1.1-dev"
5797                 }
5798             },
5799             "autoload": {
5800                 "psr-4": {
5801                     "Http\\Promise\\": "src/"
5802                 }
5803             },
5804             "notification-url": "https://packagist.org/downloads/",
5805             "license": [
5806                 "MIT"
5807             ],
5808             "authors": [
5809                 {
5810                     "name": "Joel Wurtz",
5811                     "email": "joel.wurtz@gmail.com"
5812                 },
5813                 {
5814                     "name": "Márk Sági-Kazár",
5815                     "email": "mark.sagikazar@gmail.com"
5816                 }
5817             ],
5818             "description": "Promise used for asynchronous HTTP requests",
5819             "homepage": "http://httplug.io",
5820             "keywords": [
5821                 "promise"
5822             ],
5823             "support": {
5824                 "issues": "https://github.com/php-http/promise/issues",
5825                 "source": "https://github.com/php-http/promise/tree/1.1.0"
5826             },
5827             "time": "2020-07-07T09:29:14+00:00"
5828         },
5829         {
5830             "name": "phpmailer/phpmailer",
5831             "version": "v6.4.1",
5832             "source": {
5833                 "type": "git",
5834                 "url": "https://github.com/PHPMailer/PHPMailer.git",
5835                 "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d"
5836             },
5837             "dist": {
5838                 "type": "zip",
5839                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9256f12d8fb0cd0500f93b19e18c356906cbed3d",
5840                 "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d",
5841                 "shasum": ""
5842             },
5843             "require": {
5844                 "ext-ctype": "*",
5845                 "ext-filter": "*",
5846                 "ext-hash": "*",
5847                 "php": ">=5.5.0"
5848             },
5849             "require-dev": {
5850                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5851                 "doctrine/annotations": "^1.2",
5852                 "phpcompatibility/php-compatibility": "^9.3.5",
5853                 "roave/security-advisories": "dev-latest",
5854                 "squizlabs/php_codesniffer": "^3.5.6",
5855                 "yoast/phpunit-polyfills": "^0.2.0"
5856             },
5857             "suggest": {
5858                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
5859                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
5860                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
5861                 "psr/log": "For optional PSR-3 debug logging",
5862                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
5863                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
5864             },
5865             "type": "library",
5866             "autoload": {
5867                 "psr-4": {
5868                     "PHPMailer\\PHPMailer\\": "src/"
5869                 }
5870             },
5871             "notification-url": "https://packagist.org/downloads/",
5872             "license": [
5873                 "LGPL-2.1-only"
5874             ],
5875             "authors": [
5876                 {
5877                     "name": "Marcus Bointon",
5878                     "email": "phpmailer@synchromedia.co.uk"
5879                 },
5880                 {
5881                     "name": "Jim Jagielski",
5882                     "email": "jimjag@gmail.com"
5883                 },
5884                 {
5885                     "name": "Andy Prevost",
5886                     "email": "codeworxtech@users.sourceforge.net"
5887                 },
5888                 {
5889                     "name": "Brent R. Matzelle"
5890                 }
5891             ],
5892             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
5893             "support": {
5894                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
5895                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.1"
5896             },
5897             "funding": [
5898                 {
5899                     "url": "https://github.com/Synchro",
5900                     "type": "github"
5901                 }
5902             ],
5903             "time": "2021-04-29T12:25:04+00:00"
5904         },
5905         {
5906             "name": "phpoffice/phpspreadsheet",
5907             "version": "1.17.1",
5908             "source": {
5909                 "type": "git",
5910                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
5911                 "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4"
5912             },
5913             "dist": {
5914                 "type": "zip",
5915                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c55269cb06911575a126dc225a05c0e4626e5fb4",
5916                 "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4",
5917                 "shasum": ""
5918             },
5919             "require": {
5920                 "ext-ctype": "*",
5921                 "ext-dom": "*",
5922                 "ext-fileinfo": "*",
5923                 "ext-gd": "*",
5924                 "ext-iconv": "*",
5925                 "ext-libxml": "*",
5926                 "ext-mbstring": "*",
5927                 "ext-simplexml": "*",
5928                 "ext-xml": "*",
5929                 "ext-xmlreader": "*",
5930                 "ext-xmlwriter": "*",
5931                 "ext-zip": "*",
5932                 "ext-zlib": "*",
5933                 "ezyang/htmlpurifier": "^4.13",
5934                 "maennchen/zipstream-php": "^2.1",
5935                 "markbaker/complex": "^1.5||^2.0",
5936                 "markbaker/matrix": "^1.2||^2.0",
5937                 "php": "^7.2||^8.0",
5938                 "psr/http-client": "^1.0",
5939                 "psr/http-factory": "^1.0",
5940                 "psr/simple-cache": "^1.0"
5941             },
5942             "require-dev": {
5943                 "dompdf/dompdf": "^0.8.5",
5944                 "friendsofphp/php-cs-fixer": "^2.18",
5945                 "jpgraph/jpgraph": "^4.0",
5946                 "mpdf/mpdf": "^8.0",
5947                 "phpcompatibility/php-compatibility": "^9.3",
5948                 "phpunit/phpunit": "^8.5||^9.3",
5949                 "squizlabs/php_codesniffer": "^3.5",
5950                 "tecnickcom/tcpdf": "^6.3"
5951             },
5952             "suggest": {
5953                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
5954                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
5955                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
5956                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
5957             },
5958             "type": "library",
5959             "autoload": {
5960                 "psr-4": {
5961                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
5962                 }
5963             },
5964             "notification-url": "https://packagist.org/downloads/",
5965             "license": [
5966                 "MIT"
5967             ],
5968             "authors": [
5969                 {
5970                     "name": "Maarten Balliauw",
5971                     "homepage": "https://blog.maartenballiauw.be"
5972                 },
5973                 {
5974                     "name": "Mark Baker",
5975                     "homepage": "https://markbakeruk.net"
5976                 },
5977                 {
5978                     "name": "Franck Lefevre",
5979                     "homepage": "https://rootslabs.net"
5980                 },
5981                 {
5982                     "name": "Erik Tilt"
5983                 },
5984                 {
5985                     "name": "Adrien Crivelli"
5986                 }
5987             ],
5988             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
5989             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
5990             "keywords": [
5991                 "OpenXML",
5992                 "excel",
5993                 "gnumeric",
5994                 "ods",
5995                 "php",
5996                 "spreadsheet",
5997                 "xls",
5998                 "xlsx"
5999             ],
6000             "support": {
6001                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6002                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.17.1"
6003             },
6004             "time": "2021-03-02T17:54:11+00:00"
6005         },
6006         {
6007             "name": "phpoption/phpoption",
6008             "version": "1.7.5",
6009             "source": {
6010                 "type": "git",
6011                 "url": "https://github.com/schmittjoh/php-option.git",
6012                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
6013             },
6014             "dist": {
6015                 "type": "zip",
6016                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
6017                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
6018                 "shasum": ""
6019             },
6020             "require": {
6021                 "php": "^5.5.9 || ^7.0 || ^8.0"
6022             },
6023             "require-dev": {
6024                 "bamarni/composer-bin-plugin": "^1.4.1",
6025                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
6026             },
6027             "type": "library",
6028             "extra": {
6029                 "branch-alias": {
6030                     "dev-master": "1.7-dev"
6031                 }
6032             },
6033             "autoload": {
6034                 "psr-4": {
6035                     "PhpOption\\": "src/PhpOption/"
6036                 }
6037             },
6038             "notification-url": "https://packagist.org/downloads/",
6039             "license": [
6040                 "Apache-2.0"
6041             ],
6042             "authors": [
6043                 {
6044                     "name": "Johannes M. Schmitt",
6045                     "email": "schmittjoh@gmail.com"
6046                 },
6047                 {
6048                     "name": "Graham Campbell",
6049                     "email": "graham@alt-three.com"
6050                 }
6051             ],
6052             "description": "Option Type for PHP",
6053             "keywords": [
6054                 "language",
6055                 "option",
6056                 "php",
6057                 "type"
6058             ],
6059             "support": {
6060                 "issues": "https://github.com/schmittjoh/php-option/issues",
6061                 "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
6062             },
6063             "funding": [
6064                 {
6065                     "url": "https://github.com/GrahamCampbell",
6066                     "type": "github"
6067                 },
6068                 {
6069                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6070                     "type": "tidelift"
6071                 }
6072             ],
6073             "time": "2020-07-20T17:29:33+00:00"
6074         },
6075         {
6076             "name": "phpseclib/phpseclib",
6077             "version": "2.0.31",
6078             "source": {
6079                 "type": "git",
6080                 "url": "https://github.com/phpseclib/phpseclib.git",
6081                 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
6082             },
6083             "dist": {
6084                 "type": "zip",
6085                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
6086                 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
6087                 "shasum": ""
6088             },
6089             "require": {
6090                 "php": ">=5.3.3"
6091             },
6092             "require-dev": {
6093                 "phing/phing": "~2.7",
6094                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
6095                 "squizlabs/php_codesniffer": "~2.0"
6096             },
6097             "suggest": {
6098                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6099                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6100                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6101                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6102             },
6103             "type": "library",
6104             "autoload": {
6105                 "files": [
6106                     "phpseclib/bootstrap.php"
6107                 ],
6108                 "psr-4": {
6109                     "phpseclib\\": "phpseclib/"
6110                 }
6111             },
6112             "notification-url": "https://packagist.org/downloads/",
6113             "license": [
6114                 "MIT"
6115             ],
6116             "authors": [
6117                 {
6118                     "name": "Jim Wigginton",
6119                     "email": "terrafrost@php.net",
6120                     "role": "Lead Developer"
6121                 },
6122                 {
6123                     "name": "Patrick Monnerat",
6124                     "email": "pm@datasphere.ch",
6125                     "role": "Developer"
6126                 },
6127                 {
6128                     "name": "Andreas Fischer",
6129                     "email": "bantu@phpbb.com",
6130                     "role": "Developer"
6131                 },
6132                 {
6133                     "name": "Hans-Jürgen Petrich",
6134                     "email": "petrich@tronic-media.com",
6135                     "role": "Developer"
6136                 },
6137                 {
6138                     "name": "Graham Campbell",
6139                     "email": "graham@alt-three.com",
6140                     "role": "Developer"
6141                 }
6142             ],
6143             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6144             "homepage": "http://phpseclib.sourceforge.net",
6145             "keywords": [
6146                 "BigInteger",
6147                 "aes",
6148                 "asn.1",
6149                 "asn1",
6150                 "blowfish",
6151                 "crypto",
6152                 "cryptography",
6153                 "encryption",
6154                 "rsa",
6155                 "security",
6156                 "sftp",
6157                 "signature",
6158                 "signing",
6159                 "ssh",
6160                 "twofish",
6161                 "x.509",
6162                 "x509"
6163             ],
6164             "support": {
6165                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6166                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
6167             },
6168             "funding": [
6169                 {
6170                     "url": "https://github.com/terrafrost",
6171                     "type": "github"
6172                 },
6173                 {
6174                     "url": "https://www.patreon.com/phpseclib",
6175                     "type": "patreon"
6176                 },
6177                 {
6178                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6179                     "type": "tidelift"
6180                 }
6181             ],
6182             "time": "2021-04-06T13:56:45+00:00"
6183         },
6184         {
6185             "name": "psr/cache",
6186             "version": "1.0.1",
6187             "source": {
6188                 "type": "git",
6189                 "url": "https://github.com/php-fig/cache.git",
6190                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6191             },
6192             "dist": {
6193                 "type": "zip",
6194                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6195                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6196                 "shasum": ""
6197             },
6198             "require": {
6199                 "php": ">=5.3.0"
6200             },
6201             "type": "library",
6202             "extra": {
6203                 "branch-alias": {
6204                     "dev-master": "1.0.x-dev"
6205                 }
6206             },
6207             "autoload": {
6208                 "psr-4": {
6209                     "Psr\\Cache\\": "src/"
6210                 }
6211             },
6212             "notification-url": "https://packagist.org/downloads/",
6213             "license": [
6214                 "MIT"
6215             ],
6216             "authors": [
6217                 {
6218                     "name": "PHP-FIG",
6219                     "homepage": "http://www.php-fig.org/"
6220                 }
6221             ],
6222             "description": "Common interface for caching libraries",
6223             "keywords": [
6224                 "cache",
6225                 "psr",
6226                 "psr-6"
6227             ],
6228             "support": {
6229                 "source": "https://github.com/php-fig/cache/tree/master"
6230             },
6231             "time": "2016-08-06T20:24:11+00:00"
6232         },
6233         {
6234             "name": "psr/container",
6235             "version": "1.1.1",
6236             "source": {
6237                 "type": "git",
6238                 "url": "https://github.com/php-fig/container.git",
6239                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
6240             },
6241             "dist": {
6242                 "type": "zip",
6243                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
6244                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
6245                 "shasum": ""
6246             },
6247             "require": {
6248                 "php": ">=7.2.0"
6249             },
6250             "type": "library",
6251             "autoload": {
6252                 "psr-4": {
6253                     "Psr\\Container\\": "src/"
6254                 }
6255             },
6256             "notification-url": "https://packagist.org/downloads/",
6257             "license": [
6258                 "MIT"
6259             ],
6260             "authors": [
6261                 {
6262                     "name": "PHP-FIG",
6263                     "homepage": "https://www.php-fig.org/"
6264                 }
6265             ],
6266             "description": "Common Container Interface (PHP FIG PSR-11)",
6267             "homepage": "https://github.com/php-fig/container",
6268             "keywords": [
6269                 "PSR-11",
6270                 "container",
6271                 "container-interface",
6272                 "container-interop",
6273                 "psr"
6274             ],
6275             "support": {
6276                 "issues": "https://github.com/php-fig/container/issues",
6277                 "source": "https://github.com/php-fig/container/tree/1.1.1"
6278             },
6279             "time": "2021-03-05T17:36:06+00:00"
6280         },
6281         {
6282             "name": "psr/http-client",
6283             "version": "1.0.1",
6284             "source": {
6285                 "type": "git",
6286                 "url": "https://github.com/php-fig/http-client.git",
6287                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
6288             },
6289             "dist": {
6290                 "type": "zip",
6291                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6292                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6293                 "shasum": ""
6294             },
6295             "require": {
6296                 "php": "^7.0 || ^8.0",
6297                 "psr/http-message": "^1.0"
6298             },
6299             "type": "library",
6300             "extra": {
6301                 "branch-alias": {
6302                     "dev-master": "1.0.x-dev"
6303                 }
6304             },
6305             "autoload": {
6306                 "psr-4": {
6307                     "Psr\\Http\\Client\\": "src/"
6308                 }
6309             },
6310             "notification-url": "https://packagist.org/downloads/",
6311             "license": [
6312                 "MIT"
6313             ],
6314             "authors": [
6315                 {
6316                     "name": "PHP-FIG",
6317                     "homepage": "http://www.php-fig.org/"
6318                 }
6319             ],
6320             "description": "Common interface for HTTP clients",
6321             "homepage": "https://github.com/php-fig/http-client",
6322             "keywords": [
6323                 "http",
6324                 "http-client",
6325                 "psr",
6326                 "psr-18"
6327             ],
6328             "support": {
6329                 "source": "https://github.com/php-fig/http-client/tree/master"
6330             },
6331             "time": "2020-06-29T06:28:15+00:00"
6332         },
6333         {
6334             "name": "psr/http-factory",
6335             "version": "1.0.1",
6336             "source": {
6337                 "type": "git",
6338                 "url": "https://github.com/php-fig/http-factory.git",
6339                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6340             },
6341             "dist": {
6342                 "type": "zip",
6343                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6344                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6345                 "shasum": ""
6346             },
6347             "require": {
6348                 "php": ">=7.0.0",
6349                 "psr/http-message": "^1.0"
6350             },
6351             "type": "library",
6352             "extra": {
6353                 "branch-alias": {
6354                     "dev-master": "1.0.x-dev"
6355                 }
6356             },
6357             "autoload": {
6358                 "psr-4": {
6359                     "Psr\\Http\\Message\\": "src/"
6360                 }
6361             },
6362             "notification-url": "https://packagist.org/downloads/",
6363             "license": [
6364                 "MIT"
6365             ],
6366             "authors": [
6367                 {
6368                     "name": "PHP-FIG",
6369                     "homepage": "http://www.php-fig.org/"
6370                 }
6371             ],
6372             "description": "Common interfaces for PSR-7 HTTP message factories",
6373             "keywords": [
6374                 "factory",
6375                 "http",
6376                 "message",
6377                 "psr",
6378                 "psr-17",
6379                 "psr-7",
6380                 "request",
6381                 "response"
6382             ],
6383             "support": {
6384                 "source": "https://github.com/php-fig/http-factory/tree/master"
6385             },
6386             "time": "2019-04-30T12:38:16+00:00"
6387         },
6388         {
6389             "name": "psr/http-message",
6390             "version": "1.0.1",
6391             "source": {
6392                 "type": "git",
6393                 "url": "https://github.com/php-fig/http-message.git",
6394                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6395             },
6396             "dist": {
6397                 "type": "zip",
6398                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6399                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6400                 "shasum": ""
6401             },
6402             "require": {
6403                 "php": ">=5.3.0"
6404             },
6405             "type": "library",
6406             "extra": {
6407                 "branch-alias": {
6408                     "dev-master": "1.0.x-dev"
6409                 }
6410             },
6411             "autoload": {
6412                 "psr-4": {
6413                     "Psr\\Http\\Message\\": "src/"
6414                 }
6415             },
6416             "notification-url": "https://packagist.org/downloads/",
6417             "license": [
6418                 "MIT"
6419             ],
6420             "authors": [
6421                 {
6422                     "name": "PHP-FIG",
6423                     "homepage": "http://www.php-fig.org/"
6424                 }
6425             ],
6426             "description": "Common interface for HTTP messages",
6427             "homepage": "https://github.com/php-fig/http-message",
6428             "keywords": [
6429                 "http",
6430                 "http-message",
6431                 "psr",
6432                 "psr-7",
6433                 "request",
6434                 "response"
6435             ],
6436             "support": {
6437                 "source": "https://github.com/php-fig/http-message/tree/master"
6438             },
6439             "time": "2016-08-06T14:39:51+00:00"
6440         },
6441         {
6442             "name": "psr/log",
6443             "version": "1.1.3",
6444             "source": {
6445                 "type": "git",
6446                 "url": "https://github.com/php-fig/log.git",
6447                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
6448             },
6449             "dist": {
6450                 "type": "zip",
6451                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
6452                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
6453                 "shasum": ""
6454             },
6455             "require": {
6456                 "php": ">=5.3.0"
6457             },
6458             "type": "library",
6459             "extra": {
6460                 "branch-alias": {
6461                     "dev-master": "1.1.x-dev"
6462                 }
6463             },
6464             "autoload": {
6465                 "psr-4": {
6466                     "Psr\\Log\\": "Psr/Log/"
6467                 }
6468             },
6469             "notification-url": "https://packagist.org/downloads/",
6470             "license": [
6471                 "MIT"
6472             ],
6473             "authors": [
6474                 {
6475                     "name": "PHP-FIG",
6476                     "homepage": "http://www.php-fig.org/"
6477                 }
6478             ],
6479             "description": "Common interface for logging libraries",
6480             "homepage": "https://github.com/php-fig/log",
6481             "keywords": [
6482                 "log",
6483                 "psr",
6484                 "psr-3"
6485             ],
6486             "support": {
6487                 "source": "https://github.com/php-fig/log/tree/1.1.3"
6488             },
6489             "time": "2020-03-23T09:12:05+00:00"
6490         },
6491         {
6492             "name": "psr/simple-cache",
6493             "version": "1.0.1",
6494             "source": {
6495                 "type": "git",
6496                 "url": "https://github.com/php-fig/simple-cache.git",
6497                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6498             },
6499             "dist": {
6500                 "type": "zip",
6501                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6502                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6503                 "shasum": ""
6504             },
6505             "require": {
6506                 "php": ">=5.3.0"
6507             },
6508             "type": "library",
6509             "extra": {
6510                 "branch-alias": {
6511                     "dev-master": "1.0.x-dev"
6512                 }
6513             },
6514             "autoload": {
6515                 "psr-4": {
6516                     "Psr\\SimpleCache\\": "src/"
6517                 }
6518             },
6519             "notification-url": "https://packagist.org/downloads/",
6520             "license": [
6521                 "MIT"
6522             ],
6523             "authors": [
6524                 {
6525                     "name": "PHP-FIG",
6526                     "homepage": "http://www.php-fig.org/"
6527                 }
6528             ],
6529             "description": "Common interfaces for simple caching",
6530             "keywords": [
6531                 "cache",
6532                 "caching",
6533                 "psr",
6534                 "psr-16",
6535                 "simple-cache"
6536             ],
6537             "support": {
6538                 "source": "https://github.com/php-fig/simple-cache/tree/master"
6539             },
6540             "time": "2017-10-23T01:57:42+00:00"
6541         },
6542         {
6543             "name": "ralouphie/getallheaders",
6544             "version": "3.0.3",
6545             "source": {
6546                 "type": "git",
6547                 "url": "https://github.com/ralouphie/getallheaders.git",
6548                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6549             },
6550             "dist": {
6551                 "type": "zip",
6552                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6553                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6554                 "shasum": ""
6555             },
6556             "require": {
6557                 "php": ">=5.6"
6558             },
6559             "require-dev": {
6560                 "php-coveralls/php-coveralls": "^2.1",
6561                 "phpunit/phpunit": "^5 || ^6.5"
6562             },
6563             "type": "library",
6564             "autoload": {
6565                 "files": [
6566                     "src/getallheaders.php"
6567                 ]
6568             },
6569             "notification-url": "https://packagist.org/downloads/",
6570             "license": [
6571                 "MIT"
6572             ],
6573             "authors": [
6574                 {
6575                     "name": "Ralph Khattar",
6576                     "email": "ralph.khattar@gmail.com"
6577                 }
6578             ],
6579             "description": "A polyfill for getallheaders.",
6580             "support": {
6581                 "issues": "https://github.com/ralouphie/getallheaders/issues",
6582                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6583             },
6584             "time": "2019-03-08T08:55:37+00:00"
6585         },
6586         {
6587             "name": "ramsey/collection",
6588             "version": "1.1.3",
6589             "source": {
6590                 "type": "git",
6591                 "url": "https://github.com/ramsey/collection.git",
6592                 "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
6593             },
6594             "dist": {
6595                 "type": "zip",
6596                 "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
6597                 "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
6598                 "shasum": ""
6599             },
6600             "require": {
6601                 "php": "^7.2 || ^8"
6602             },
6603             "require-dev": {
6604                 "captainhook/captainhook": "^5.3",
6605                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6606                 "ergebnis/composer-normalize": "^2.6",
6607                 "fakerphp/faker": "^1.5",
6608                 "hamcrest/hamcrest-php": "^2",
6609                 "jangregor/phpstan-prophecy": "^0.8",
6610                 "mockery/mockery": "^1.3",
6611                 "phpstan/extension-installer": "^1",
6612                 "phpstan/phpstan": "^0.12.32",
6613                 "phpstan/phpstan-mockery": "^0.12.5",
6614                 "phpstan/phpstan-phpunit": "^0.12.11",
6615                 "phpunit/phpunit": "^8.5 || ^9",
6616                 "psy/psysh": "^0.10.4",
6617                 "slevomat/coding-standard": "^6.3",
6618                 "squizlabs/php_codesniffer": "^3.5",
6619                 "vimeo/psalm": "^4.4"
6620             },
6621             "type": "library",
6622             "autoload": {
6623                 "psr-4": {
6624                     "Ramsey\\Collection\\": "src/"
6625                 }
6626             },
6627             "notification-url": "https://packagist.org/downloads/",
6628             "license": [
6629                 "MIT"
6630             ],
6631             "authors": [
6632                 {
6633                     "name": "Ben Ramsey",
6634                     "email": "ben@benramsey.com",
6635                     "homepage": "https://benramsey.com"
6636                 }
6637             ],
6638             "description": "A PHP 7.2+ library for representing and manipulating collections.",
6639             "keywords": [
6640                 "array",
6641                 "collection",
6642                 "hash",
6643                 "map",
6644                 "queue",
6645                 "set"
6646             ],
6647             "support": {
6648                 "issues": "https://github.com/ramsey/collection/issues",
6649                 "source": "https://github.com/ramsey/collection/tree/1.1.3"
6650             },
6651             "funding": [
6652                 {
6653                     "url": "https://github.com/ramsey",
6654                     "type": "github"
6655                 },
6656                 {
6657                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
6658                     "type": "tidelift"
6659                 }
6660             ],
6661             "time": "2021-01-21T17:40:04+00:00"
6662         },
6663         {
6664             "name": "ramsey/uuid",
6665             "version": "4.1.1",
6666             "source": {
6667                 "type": "git",
6668                 "url": "https://github.com/ramsey/uuid.git",
6669                 "reference": "cd4032040a750077205918c86049aa0f43d22947"
6670             },
6671             "dist": {
6672                 "type": "zip",
6673                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
6674                 "reference": "cd4032040a750077205918c86049aa0f43d22947",
6675                 "shasum": ""
6676             },
6677             "require": {
6678                 "brick/math": "^0.8 || ^0.9",
6679                 "ext-json": "*",
6680                 "php": "^7.2 || ^8",
6681                 "ramsey/collection": "^1.0",
6682                 "symfony/polyfill-ctype": "^1.8"
6683             },
6684             "replace": {
6685                 "rhumsaa/uuid": "self.version"
6686             },
6687             "require-dev": {
6688                 "codeception/aspect-mock": "^3",
6689                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
6690                 "doctrine/annotations": "^1.8",
6691                 "goaop/framework": "^2",
6692                 "mockery/mockery": "^1.3",
6693                 "moontoast/math": "^1.1",
6694                 "paragonie/random-lib": "^2",
6695                 "php-mock/php-mock-mockery": "^1.3",
6696                 "php-mock/php-mock-phpunit": "^2.5",
6697                 "php-parallel-lint/php-parallel-lint": "^1.1",
6698                 "phpbench/phpbench": "^0.17.1",
6699                 "phpstan/extension-installer": "^1.0",
6700                 "phpstan/phpstan": "^0.12",
6701                 "phpstan/phpstan-mockery": "^0.12",
6702                 "phpstan/phpstan-phpunit": "^0.12",
6703                 "phpunit/phpunit": "^8.5",
6704                 "psy/psysh": "^0.10.0",
6705                 "slevomat/coding-standard": "^6.0",
6706                 "squizlabs/php_codesniffer": "^3.5",
6707                 "vimeo/psalm": "3.9.4"
6708             },
6709             "suggest": {
6710                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
6711                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
6712                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
6713                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
6714                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
6715                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
6716             },
6717             "type": "library",
6718             "extra": {
6719                 "branch-alias": {
6720                     "dev-master": "4.x-dev"
6721                 }
6722             },
6723             "autoload": {
6724                 "psr-4": {
6725                     "Ramsey\\Uuid\\": "src/"
6726                 },
6727                 "files": [
6728                     "src/functions.php"
6729                 ]
6730             },
6731             "notification-url": "https://packagist.org/downloads/",
6732             "license": [
6733                 "MIT"
6734             ],
6735             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
6736             "homepage": "https://github.com/ramsey/uuid",
6737             "keywords": [
6738                 "guid",
6739                 "identifier",
6740                 "uuid"
6741             ],
6742             "support": {
6743                 "issues": "https://github.com/ramsey/uuid/issues",
6744                 "rss": "https://github.com/ramsey/uuid/releases.atom",
6745                 "source": "https://github.com/ramsey/uuid"
6746             },
6747             "funding": [
6748                 {
6749                     "url": "https://github.com/ramsey",
6750                     "type": "github"
6751                 }
6752             ],
6753             "time": "2020-08-18T17:17:46+00:00"
6754         },
6755         {
6756             "name": "rospdf/pdf-php",
6757             "version": "0.12.63",
6758             "source": {
6759                 "type": "git",
6760                 "url": "https://github.com/rospdf/pdf-php.git",
6761                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44"
6762             },
6763             "dist": {
6764                 "type": "zip",
6765                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/f957e49ddfa6b7891de62c48b1de965a74db6c44",
6766                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44",
6767                 "shasum": ""
6768             },
6769             "require": {
6770                 "php": ">=5.6.0"
6771             },
6772             "require-dev": {
6773                 "phpunit/phpunit": "3.7.38",
6774                 "squizlabs/php_codesniffer": "2.*"
6775             },
6776             "type": "library",
6777             "extra": {
6778                 "branch-alias": {
6779                     "dev-experimental": "0.13.x-dev",
6780                     "dev-master": "0.12.x-dev"
6781                 }
6782             },
6783             "autoload": {
6784                 "files": [
6785                     "src/Cpdf.php",
6786                     "src/Cezpdf.php"
6787                 ]
6788             },
6789             "notification-url": "https://packagist.org/downloads/",
6790             "license": [
6791                 "MIT"
6792             ],
6793             "authors": [
6794                 {
6795                     "name": "Ole Koeckemann",
6796                     "email": "ole.k@web.de",
6797                     "role": "Project Head / Developer"
6798                 },
6799                 {
6800                     "name": "Lars Olesen",
6801                     "email": "lars@intraface.dk",
6802                     "role": "Developer"
6803                 },
6804                 {
6805                     "name": "Sune Jensen",
6806                     "email": "sj@sunet.dk",
6807                     "role": "Developer"
6808                 },
6809                 {
6810                     "name": "Nicola Asuni",
6811                     "email": "info@tecnick.com",
6812                     "role": "Developer"
6813                 },
6814                 {
6815                     "name": "Wayne Munro",
6816                     "email": "pdf@ros.co.nz",
6817                     "role": "Founder / Inactive"
6818                 }
6819             ],
6820             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
6821             "homepage": "https://github.com/rospdf/pdf-php",
6822             "support": {
6823                 "issues": "https://github.com/rospdf/pdf-php/issues",
6824                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.63"
6825             },
6826             "time": "2020-09-20T06:15:20+00:00"
6827         },
6828         {
6829             "name": "sabberworm/php-css-parser",
6830             "version": "8.3.1",
6831             "source": {
6832                 "type": "git",
6833                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
6834                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
6835             },
6836             "dist": {
6837                 "type": "zip",
6838                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
6839                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
6840                 "shasum": ""
6841             },
6842             "require": {
6843                 "php": ">=5.3.2"
6844             },
6845             "require-dev": {
6846                 "codacy/coverage": "^1.4",
6847                 "phpunit/phpunit": "~4.8"
6848             },
6849             "type": "library",
6850             "autoload": {
6851                 "psr-0": {
6852                     "Sabberworm\\CSS": "lib/"
6853                 }
6854             },
6855             "notification-url": "https://packagist.org/downloads/",
6856             "license": [
6857                 "MIT"
6858             ],
6859             "authors": [
6860                 {
6861                     "name": "Raphael Schweikert"
6862                 }
6863             ],
6864             "description": "Parser for CSS Files written in PHP",
6865             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
6866             "keywords": [
6867                 "css",
6868                 "parser",
6869                 "stylesheet"
6870             ],
6871             "support": {
6872                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
6873                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
6874             },
6875             "time": "2020-06-01T09:10:00+00:00"
6876         },
6877         {
6878             "name": "setasign/fpdi",
6879             "version": "v2.3.6",
6880             "source": {
6881                 "type": "git",
6882                 "url": "https://github.com/Setasign/FPDI.git",
6883                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
6884             },
6885             "dist": {
6886                 "type": "zip",
6887                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
6888                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
6889                 "shasum": ""
6890             },
6891             "require": {
6892                 "ext-zlib": "*",
6893                 "php": "^5.6 || ^7.0 || ^8.0"
6894             },
6895             "conflict": {
6896                 "setasign/tfpdf": "<1.31"
6897             },
6898             "require-dev": {
6899                 "phpunit/phpunit": "~5.7",
6900                 "setasign/fpdf": "~1.8",
6901                 "setasign/tfpdf": "1.31",
6902                 "squizlabs/php_codesniffer": "^3.5",
6903                 "tecnickcom/tcpdf": "~6.2"
6904             },
6905             "suggest": {
6906                 "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."
6907             },
6908             "type": "library",
6909             "autoload": {
6910                 "psr-4": {
6911                     "setasign\\Fpdi\\": "src/"
6912                 }
6913             },
6914             "notification-url": "https://packagist.org/downloads/",
6915             "license": [
6916                 "MIT"
6917             ],
6918             "authors": [
6919                 {
6920                     "name": "Jan Slabon",
6921                     "email": "jan.slabon@setasign.com",
6922                     "homepage": "https://www.setasign.com"
6923                 },
6924                 {
6925                     "name": "Maximilian Kresse",
6926                     "email": "maximilian.kresse@setasign.com",
6927                     "homepage": "https://www.setasign.com"
6928                 }
6929             ],
6930             "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.",
6931             "homepage": "https://www.setasign.com/fpdi",
6932             "keywords": [
6933                 "fpdf",
6934                 "fpdi",
6935                 "pdf"
6936             ],
6937             "support": {
6938                 "issues": "https://github.com/Setasign/FPDI/issues",
6939                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
6940             },
6941             "funding": [
6942                 {
6943                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
6944                     "type": "tidelift"
6945                 }
6946             ],
6947             "time": "2021-02-11T11:37:01+00:00"
6948         },
6949         {
6950             "name": "smarty/smarty",
6951             "version": "v2.6.31",
6952             "source": {
6953                 "type": "git",
6954                 "url": "https://github.com/smarty-php/smarty.git",
6955                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
6956             },
6957             "dist": {
6958                 "type": "zip",
6959                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6960                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6961                 "shasum": ""
6962             },
6963             "require": {
6964                 "php": ">=5.2"
6965             },
6966             "type": "library",
6967             "extra": {
6968                 "branch-alias": {
6969                     "dev-master": "2.6.x-dev"
6970                 }
6971             },
6972             "autoload": {
6973                 "classmap": [
6974                     "libs/Smarty.class.php",
6975                     "libs/Smarty_Compiler.class.php",
6976                     "libs/Config_File.class.php"
6977                 ]
6978             },
6979             "notification-url": "https://packagist.org/downloads/",
6980             "license": [
6981                 "LGPL-3.0"
6982             ],
6983             "authors": [
6984                 {
6985                     "name": "Monte Ohrt",
6986                     "email": "monte@ohrt.com"
6987                 },
6988                 {
6989                     "name": "Uwe Tews",
6990                     "email": "uwe.tews@googlemail.com"
6991                 }
6992             ],
6993             "description": "Smarty - the compiling PHP template engine",
6994             "homepage": "http://www.smarty.net",
6995             "keywords": [
6996                 "templating"
6997             ],
6998             "support": {
6999                 "forum": "http://www.smarty.net/forums/",
7000                 "irc": "irc://irc.freenode.org/smarty",
7001                 "issues": "http://code.google.com/p/smarty-php/issues/list",
7002                 "source": "https://github.com/smarty-php/smarty/tree/Smarty2"
7003             },
7004             "time": "2017-11-03T06:39:13+00:00"
7005         },
7006         {
7007             "name": "steverhoades/oauth2-openid-connect-server",
7008             "version": "v2.0.0",
7009             "source": {
7010                 "type": "git",
7011                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7012                 "reference": "77d31399b1cf6bab6eef544c5c6089e6c5913880"
7013             },
7014             "dist": {
7015                 "type": "zip",
7016                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/77d31399b1cf6bab6eef544c5c6089e6c5913880",
7017                 "reference": "77d31399b1cf6bab6eef544c5c6089e6c5913880",
7018                 "shasum": ""
7019             },
7020             "require": {
7021                 "lcobucci/jwt": "^3.4.3|^4.1",
7022                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7023             },
7024             "require-dev": {
7025                 "phpunit/phpunit": "^5.0|^9.5",
7026                 "zendframework/zend-diactoros": "^1.3.2"
7027             },
7028             "type": "library",
7029             "autoload": {
7030                 "psr-4": {
7031                     "OpenIDConnectServer\\": "src/"
7032                 }
7033             },
7034             "notification-url": "https://packagist.org/downloads/",
7035             "license": [
7036                 "MIT"
7037             ],
7038             "authors": [
7039                 {
7040                     "name": "Steve Rhoades",
7041                     "email": "sedonami@gmail.com"
7042                 }
7043             ],
7044             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7045             "support": {
7046                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7047                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.0.0"
7048             },
7049             "time": "2021-04-03T14:42:08+00:00"
7050         },
7051         {
7052             "name": "stripe/stripe-php",
7053             "version": "v7.77.0",
7054             "source": {
7055                 "type": "git",
7056                 "url": "https://github.com/stripe/stripe-php.git",
7057                 "reference": "f6724447481f6fb8c2e714165e092adad9ca470a"
7058             },
7059             "dist": {
7060                 "type": "zip",
7061                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/f6724447481f6fb8c2e714165e092adad9ca470a",
7062                 "reference": "f6724447481f6fb8c2e714165e092adad9ca470a",
7063                 "shasum": ""
7064             },
7065             "require": {
7066                 "ext-curl": "*",
7067                 "ext-json": "*",
7068                 "ext-mbstring": "*",
7069                 "php": ">=5.6.0"
7070             },
7071             "require-dev": {
7072                 "friendsofphp/php-cs-fixer": "2.17.1",
7073                 "php-coveralls/php-coveralls": "^2.1",
7074                 "phpunit/phpunit": "^5.7",
7075                 "squizlabs/php_codesniffer": "^3.3",
7076                 "symfony/process": "~3.4"
7077             },
7078             "type": "library",
7079             "extra": {
7080                 "branch-alias": {
7081                     "dev-master": "2.0-dev"
7082                 }
7083             },
7084             "autoload": {
7085                 "psr-4": {
7086                     "Stripe\\": "lib/"
7087                 }
7088             },
7089             "notification-url": "https://packagist.org/downloads/",
7090             "license": [
7091                 "MIT"
7092             ],
7093             "authors": [
7094                 {
7095                     "name": "Stripe and contributors",
7096                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7097                 }
7098             ],
7099             "description": "Stripe PHP Library",
7100             "homepage": "https://stripe.com/",
7101             "keywords": [
7102                 "api",
7103                 "payment processing",
7104                 "stripe"
7105             ],
7106             "support": {
7107                 "issues": "https://github.com/stripe/stripe-php/issues",
7108                 "source": "https://github.com/stripe/stripe-php/tree/v7.77.0"
7109             },
7110             "time": "2021-04-12T17:19:16+00:00"
7111         },
7112         {
7113             "name": "symfony/config",
7114             "version": "v4.4.20",
7115             "source": {
7116                 "type": "git",
7117                 "url": "https://github.com/symfony/config.git",
7118                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
7119             },
7120             "dist": {
7121                 "type": "zip",
7122                 "url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
7123                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
7124                 "shasum": ""
7125             },
7126             "require": {
7127                 "php": ">=7.1.3",
7128                 "symfony/filesystem": "^3.4|^4.0|^5.0",
7129                 "symfony/polyfill-ctype": "~1.8"
7130             },
7131             "conflict": {
7132                 "symfony/finder": "<3.4"
7133             },
7134             "require-dev": {
7135                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7136                 "symfony/finder": "^3.4|^4.0|^5.0",
7137                 "symfony/messenger": "^4.1|^5.0",
7138                 "symfony/service-contracts": "^1.1|^2",
7139                 "symfony/yaml": "^3.4|^4.0|^5.0"
7140             },
7141             "suggest": {
7142                 "symfony/yaml": "To use the yaml reference dumper"
7143             },
7144             "type": "library",
7145             "autoload": {
7146                 "psr-4": {
7147                     "Symfony\\Component\\Config\\": ""
7148                 },
7149                 "exclude-from-classmap": [
7150                     "/Tests/"
7151                 ]
7152             },
7153             "notification-url": "https://packagist.org/downloads/",
7154             "license": [
7155                 "MIT"
7156             ],
7157             "authors": [
7158                 {
7159                     "name": "Fabien Potencier",
7160                     "email": "fabien@symfony.com"
7161                 },
7162                 {
7163                     "name": "Symfony Community",
7164                     "homepage": "https://symfony.com/contributors"
7165                 }
7166             ],
7167             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7168             "homepage": "https://symfony.com",
7169             "support": {
7170                 "source": "https://github.com/symfony/config/tree/v4.4.20"
7171             },
7172             "funding": [
7173                 {
7174                     "url": "https://symfony.com/sponsor",
7175                     "type": "custom"
7176                 },
7177                 {
7178                     "url": "https://github.com/fabpot",
7179                     "type": "github"
7180                 },
7181                 {
7182                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7183                     "type": "tidelift"
7184                 }
7185             ],
7186             "time": "2021-02-22T15:36:50+00:00"
7187         },
7188         {
7189             "name": "symfony/dependency-injection",
7190             "version": "v4.4.20",
7191             "source": {
7192                 "type": "git",
7193                 "url": "https://github.com/symfony/dependency-injection.git",
7194                 "reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7"
7195             },
7196             "dist": {
7197                 "type": "zip",
7198                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b3e341ce4436df9a9abc2914cb120b4d41796d7",
7199                 "reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7",
7200                 "shasum": ""
7201             },
7202             "require": {
7203                 "php": ">=7.1.3",
7204                 "psr/container": "^1.0",
7205                 "symfony/service-contracts": "^1.1.6|^2"
7206             },
7207             "conflict": {
7208                 "symfony/config": "<4.3|>=5.0",
7209                 "symfony/finder": "<3.4",
7210                 "symfony/proxy-manager-bridge": "<3.4",
7211                 "symfony/yaml": "<3.4"
7212             },
7213             "provide": {
7214                 "psr/container-implementation": "1.0",
7215                 "symfony/service-implementation": "1.0|2.0"
7216             },
7217             "require-dev": {
7218                 "symfony/config": "^4.3",
7219                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7220                 "symfony/yaml": "^3.4|^4.0|^5.0"
7221             },
7222             "suggest": {
7223                 "symfony/config": "",
7224                 "symfony/expression-language": "For using expressions in service container configuration",
7225                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7226                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7227                 "symfony/yaml": ""
7228             },
7229             "type": "library",
7230             "autoload": {
7231                 "psr-4": {
7232                     "Symfony\\Component\\DependencyInjection\\": ""
7233                 },
7234                 "exclude-from-classmap": [
7235                     "/Tests/"
7236                 ]
7237             },
7238             "notification-url": "https://packagist.org/downloads/",
7239             "license": [
7240                 "MIT"
7241             ],
7242             "authors": [
7243                 {
7244                     "name": "Fabien Potencier",
7245                     "email": "fabien@symfony.com"
7246                 },
7247                 {
7248                     "name": "Symfony Community",
7249                     "homepage": "https://symfony.com/contributors"
7250                 }
7251             ],
7252             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7253             "homepage": "https://symfony.com",
7254             "support": {
7255                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.20"
7256             },
7257             "funding": [
7258                 {
7259                     "url": "https://symfony.com/sponsor",
7260                     "type": "custom"
7261                 },
7262                 {
7263                     "url": "https://github.com/fabpot",
7264                     "type": "github"
7265                 },
7266                 {
7267                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7268                     "type": "tidelift"
7269                 }
7270             ],
7271             "time": "2021-03-03T12:11:09+00:00"
7272         },
7273         {
7274             "name": "symfony/deprecation-contracts",
7275             "version": "v2.4.0",
7276             "source": {
7277                 "type": "git",
7278                 "url": "https://github.com/symfony/deprecation-contracts.git",
7279                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
7280             },
7281             "dist": {
7282                 "type": "zip",
7283                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
7284                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
7285                 "shasum": ""
7286             },
7287             "require": {
7288                 "php": ">=7.1"
7289             },
7290             "type": "library",
7291             "extra": {
7292                 "branch-alias": {
7293                     "dev-main": "2.4-dev"
7294                 },
7295                 "thanks": {
7296                     "name": "symfony/contracts",
7297                     "url": "https://github.com/symfony/contracts"
7298                 }
7299             },
7300             "autoload": {
7301                 "files": [
7302                     "function.php"
7303                 ]
7304             },
7305             "notification-url": "https://packagist.org/downloads/",
7306             "license": [
7307                 "MIT"
7308             ],
7309             "authors": [
7310                 {
7311                     "name": "Nicolas Grekas",
7312                     "email": "p@tchwork.com"
7313                 },
7314                 {
7315                     "name": "Symfony Community",
7316                     "homepage": "https://symfony.com/contributors"
7317                 }
7318             ],
7319             "description": "A generic function and convention to trigger deprecation notices",
7320             "homepage": "https://symfony.com",
7321             "support": {
7322                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
7323             },
7324             "funding": [
7325                 {
7326                     "url": "https://symfony.com/sponsor",
7327                     "type": "custom"
7328                 },
7329                 {
7330                     "url": "https://github.com/fabpot",
7331                     "type": "github"
7332                 },
7333                 {
7334                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7335                     "type": "tidelift"
7336                 }
7337             ],
7338             "time": "2021-03-23T23:28:01+00:00"
7339         },
7340         {
7341             "name": "symfony/event-dispatcher",
7342             "version": "v4.4.20",
7343             "source": {
7344                 "type": "git",
7345                 "url": "https://github.com/symfony/event-dispatcher.git",
7346                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
7347             },
7348             "dist": {
7349                 "type": "zip",
7350                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
7351                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
7352                 "shasum": ""
7353             },
7354             "require": {
7355                 "php": ">=7.1.3",
7356                 "symfony/event-dispatcher-contracts": "^1.1"
7357             },
7358             "conflict": {
7359                 "symfony/dependency-injection": "<3.4"
7360             },
7361             "provide": {
7362                 "psr/event-dispatcher-implementation": "1.0",
7363                 "symfony/event-dispatcher-implementation": "1.1"
7364             },
7365             "require-dev": {
7366                 "psr/log": "~1.0",
7367                 "symfony/config": "^3.4|^4.0|^5.0",
7368                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7369                 "symfony/error-handler": "~3.4|~4.4",
7370                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7371                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7372                 "symfony/service-contracts": "^1.1|^2",
7373                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
7374             },
7375             "suggest": {
7376                 "symfony/dependency-injection": "",
7377                 "symfony/http-kernel": ""
7378             },
7379             "type": "library",
7380             "autoload": {
7381                 "psr-4": {
7382                     "Symfony\\Component\\EventDispatcher\\": ""
7383                 },
7384                 "exclude-from-classmap": [
7385                     "/Tests/"
7386                 ]
7387             },
7388             "notification-url": "https://packagist.org/downloads/",
7389             "license": [
7390                 "MIT"
7391             ],
7392             "authors": [
7393                 {
7394                     "name": "Fabien Potencier",
7395                     "email": "fabien@symfony.com"
7396                 },
7397                 {
7398                     "name": "Symfony Community",
7399                     "homepage": "https://symfony.com/contributors"
7400                 }
7401             ],
7402             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
7403             "homepage": "https://symfony.com",
7404             "support": {
7405                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
7406             },
7407             "funding": [
7408                 {
7409                     "url": "https://symfony.com/sponsor",
7410                     "type": "custom"
7411                 },
7412                 {
7413                     "url": "https://github.com/fabpot",
7414                     "type": "github"
7415                 },
7416                 {
7417                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7418                     "type": "tidelift"
7419                 }
7420             ],
7421             "time": "2021-01-27T09:09:26+00:00"
7422         },
7423         {
7424             "name": "symfony/event-dispatcher-contracts",
7425             "version": "v1.1.9",
7426             "source": {
7427                 "type": "git",
7428                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
7429                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
7430             },
7431             "dist": {
7432                 "type": "zip",
7433                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7434                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7435                 "shasum": ""
7436             },
7437             "require": {
7438                 "php": ">=7.1.3"
7439             },
7440             "suggest": {
7441                 "psr/event-dispatcher": "",
7442                 "symfony/event-dispatcher-implementation": ""
7443             },
7444             "type": "library",
7445             "extra": {
7446                 "branch-alias": {
7447                     "dev-master": "1.1-dev"
7448                 },
7449                 "thanks": {
7450                     "name": "symfony/contracts",
7451                     "url": "https://github.com/symfony/contracts"
7452                 }
7453             },
7454             "autoload": {
7455                 "psr-4": {
7456                     "Symfony\\Contracts\\EventDispatcher\\": ""
7457                 }
7458             },
7459             "notification-url": "https://packagist.org/downloads/",
7460             "license": [
7461                 "MIT"
7462             ],
7463             "authors": [
7464                 {
7465                     "name": "Nicolas Grekas",
7466                     "email": "p@tchwork.com"
7467                 },
7468                 {
7469                     "name": "Symfony Community",
7470                     "homepage": "https://symfony.com/contributors"
7471                 }
7472             ],
7473             "description": "Generic abstractions related to dispatching event",
7474             "homepage": "https://symfony.com",
7475             "keywords": [
7476                 "abstractions",
7477                 "contracts",
7478                 "decoupling",
7479                 "interfaces",
7480                 "interoperability",
7481                 "standards"
7482             ],
7483             "support": {
7484                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
7485             },
7486             "funding": [
7487                 {
7488                     "url": "https://symfony.com/sponsor",
7489                     "type": "custom"
7490                 },
7491                 {
7492                     "url": "https://github.com/fabpot",
7493                     "type": "github"
7494                 },
7495                 {
7496                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7497                     "type": "tidelift"
7498                 }
7499             ],
7500             "time": "2020-07-06T13:19:58+00:00"
7501         },
7502         {
7503             "name": "symfony/filesystem",
7504             "version": "v5.2.7",
7505             "source": {
7506                 "type": "git",
7507                 "url": "https://github.com/symfony/filesystem.git",
7508                 "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
7509             },
7510             "dist": {
7511                 "type": "zip",
7512                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
7513                 "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
7514                 "shasum": ""
7515             },
7516             "require": {
7517                 "php": ">=7.2.5",
7518                 "symfony/polyfill-ctype": "~1.8"
7519             },
7520             "type": "library",
7521             "autoload": {
7522                 "psr-4": {
7523                     "Symfony\\Component\\Filesystem\\": ""
7524                 },
7525                 "exclude-from-classmap": [
7526                     "/Tests/"
7527                 ]
7528             },
7529             "notification-url": "https://packagist.org/downloads/",
7530             "license": [
7531                 "MIT"
7532             ],
7533             "authors": [
7534                 {
7535                     "name": "Fabien Potencier",
7536                     "email": "fabien@symfony.com"
7537                 },
7538                 {
7539                     "name": "Symfony Community",
7540                     "homepage": "https://symfony.com/contributors"
7541                 }
7542             ],
7543             "description": "Provides basic utilities for the filesystem",
7544             "homepage": "https://symfony.com",
7545             "support": {
7546                 "source": "https://github.com/symfony/filesystem/tree/v5.2.7"
7547             },
7548             "funding": [
7549                 {
7550                     "url": "https://symfony.com/sponsor",
7551                     "type": "custom"
7552                 },
7553                 {
7554                     "url": "https://github.com/fabpot",
7555                     "type": "github"
7556                 },
7557                 {
7558                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7559                     "type": "tidelift"
7560                 }
7561             ],
7562             "time": "2021-04-01T10:42:13+00:00"
7563         },
7564         {
7565             "name": "symfony/http-foundation",
7566             "version": "v4.4.20",
7567             "source": {
7568                 "type": "git",
7569                 "url": "https://github.com/symfony/http-foundation.git",
7570                 "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a"
7571             },
7572             "dist": {
7573                 "type": "zip",
7574                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/02d968647fe61b2f419a8dc70c468a9d30a48d3a",
7575                 "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a",
7576                 "shasum": ""
7577             },
7578             "require": {
7579                 "php": ">=7.1.3",
7580                 "symfony/mime": "^4.3|^5.0",
7581                 "symfony/polyfill-mbstring": "~1.1",
7582                 "symfony/polyfill-php80": "^1.15"
7583             },
7584             "require-dev": {
7585                 "predis/predis": "~1.0",
7586                 "symfony/expression-language": "^3.4|^4.0|^5.0"
7587             },
7588             "type": "library",
7589             "autoload": {
7590                 "psr-4": {
7591                     "Symfony\\Component\\HttpFoundation\\": ""
7592                 },
7593                 "exclude-from-classmap": [
7594                     "/Tests/"
7595                 ]
7596             },
7597             "notification-url": "https://packagist.org/downloads/",
7598             "license": [
7599                 "MIT"
7600             ],
7601             "authors": [
7602                 {
7603                     "name": "Fabien Potencier",
7604                     "email": "fabien@symfony.com"
7605                 },
7606                 {
7607                     "name": "Symfony Community",
7608                     "homepage": "https://symfony.com/contributors"
7609                 }
7610             ],
7611             "description": "Defines an object-oriented layer for the HTTP specification",
7612             "homepage": "https://symfony.com",
7613             "support": {
7614                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.20"
7615             },
7616             "funding": [
7617                 {
7618                     "url": "https://symfony.com/sponsor",
7619                     "type": "custom"
7620                 },
7621                 {
7622                     "url": "https://github.com/fabpot",
7623                     "type": "github"
7624                 },
7625                 {
7626                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7627                     "type": "tidelift"
7628                 }
7629             ],
7630             "time": "2021-02-25T17:11:33+00:00"
7631         },
7632         {
7633             "name": "symfony/inflector",
7634             "version": "v5.2.8",
7635             "source": {
7636                 "type": "git",
7637                 "url": "https://github.com/symfony/inflector.git",
7638                 "reference": "4e322c59a2195da76e7b4287435362a40a086b17"
7639             },
7640             "dist": {
7641                 "type": "zip",
7642                 "url": "https://api.github.com/repos/symfony/inflector/zipball/4e322c59a2195da76e7b4287435362a40a086b17",
7643                 "reference": "4e322c59a2195da76e7b4287435362a40a086b17",
7644                 "shasum": ""
7645             },
7646             "require": {
7647                 "php": ">=7.2.5",
7648                 "symfony/deprecation-contracts": "^2.1",
7649                 "symfony/string": "^5.2.8"
7650             },
7651             "type": "library",
7652             "autoload": {
7653                 "psr-4": {
7654                     "Symfony\\Component\\Inflector\\": ""
7655                 },
7656                 "exclude-from-classmap": [
7657                     "/Tests/"
7658                 ]
7659             },
7660             "notification-url": "https://packagist.org/downloads/",
7661             "license": [
7662                 "MIT"
7663             ],
7664             "authors": [
7665                 {
7666                     "name": "Bernhard Schussek",
7667                     "email": "bschussek@gmail.com"
7668                 },
7669                 {
7670                     "name": "Symfony Community",
7671                     "homepage": "https://symfony.com/contributors"
7672                 }
7673             ],
7674             "description": "Converts words between their singular and plural forms (English only)",
7675             "homepage": "https://symfony.com",
7676             "keywords": [
7677                 "inflection",
7678                 "pluralize",
7679                 "singularize",
7680                 "string",
7681                 "symfony",
7682                 "words"
7683             ],
7684             "support": {
7685                 "source": "https://github.com/symfony/inflector/tree/v5.2.8"
7686             },
7687             "funding": [
7688                 {
7689                     "url": "https://symfony.com/sponsor",
7690                     "type": "custom"
7691                 },
7692                 {
7693                     "url": "https://github.com/fabpot",
7694                     "type": "github"
7695                 },
7696                 {
7697                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7698                     "type": "tidelift"
7699                 }
7700             ],
7701             "time": "2021-05-10T14:56:10+00:00"
7702         },
7703         {
7704             "name": "symfony/mime",
7705             "version": "v5.2.9",
7706             "source": {
7707                 "type": "git",
7708                 "url": "https://github.com/symfony/mime.git",
7709                 "reference": "64258e870f8cc75c3dae986201ea2df58c210b52"
7710             },
7711             "dist": {
7712                 "type": "zip",
7713                 "url": "https://api.github.com/repos/symfony/mime/zipball/64258e870f8cc75c3dae986201ea2df58c210b52",
7714                 "reference": "64258e870f8cc75c3dae986201ea2df58c210b52",
7715                 "shasum": ""
7716             },
7717             "require": {
7718                 "php": ">=7.2.5",
7719                 "symfony/deprecation-contracts": "^2.1",
7720                 "symfony/polyfill-intl-idn": "^1.10",
7721                 "symfony/polyfill-mbstring": "^1.0",
7722                 "symfony/polyfill-php80": "^1.15"
7723             },
7724             "conflict": {
7725                 "egulias/email-validator": "~3.0.0",
7726                 "phpdocumentor/reflection-docblock": "<3.2.2",
7727                 "phpdocumentor/type-resolver": "<1.4.0",
7728                 "symfony/mailer": "<4.4"
7729             },
7730             "require-dev": {
7731                 "egulias/email-validator": "^2.1.10|^3.1",
7732                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
7733                 "symfony/dependency-injection": "^4.4|^5.0",
7734                 "symfony/property-access": "^4.4|^5.1",
7735                 "symfony/property-info": "^4.4|^5.1",
7736                 "symfony/serializer": "^5.2"
7737             },
7738             "type": "library",
7739             "autoload": {
7740                 "psr-4": {
7741                     "Symfony\\Component\\Mime\\": ""
7742                 },
7743                 "exclude-from-classmap": [
7744                     "/Tests/"
7745                 ]
7746             },
7747             "notification-url": "https://packagist.org/downloads/",
7748             "license": [
7749                 "MIT"
7750             ],
7751             "authors": [
7752                 {
7753                     "name": "Fabien Potencier",
7754                     "email": "fabien@symfony.com"
7755                 },
7756                 {
7757                     "name": "Symfony Community",
7758                     "homepage": "https://symfony.com/contributors"
7759                 }
7760             ],
7761             "description": "Allows manipulating MIME messages",
7762             "homepage": "https://symfony.com",
7763             "keywords": [
7764                 "mime",
7765                 "mime-type"
7766             ],
7767             "support": {
7768                 "source": "https://github.com/symfony/mime/tree/v5.2.9"
7769             },
7770             "funding": [
7771                 {
7772                     "url": "https://symfony.com/sponsor",
7773                     "type": "custom"
7774                 },
7775                 {
7776                     "url": "https://github.com/fabpot",
7777                     "type": "github"
7778                 },
7779                 {
7780                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7781                     "type": "tidelift"
7782                 }
7783             ],
7784             "time": "2021-05-16T13:07:46+00:00"
7785         },
7786         {
7787             "name": "symfony/polyfill-ctype",
7788             "version": "v1.22.1",
7789             "source": {
7790                 "type": "git",
7791                 "url": "https://github.com/symfony/polyfill-ctype.git",
7792                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
7793             },
7794             "dist": {
7795                 "type": "zip",
7796                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
7797                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
7798                 "shasum": ""
7799             },
7800             "require": {
7801                 "php": ">=7.1"
7802             },
7803             "suggest": {
7804                 "ext-ctype": "For best performance"
7805             },
7806             "type": "library",
7807             "extra": {
7808                 "branch-alias": {
7809                     "dev-main": "1.22-dev"
7810                 },
7811                 "thanks": {
7812                     "name": "symfony/polyfill",
7813                     "url": "https://github.com/symfony/polyfill"
7814                 }
7815             },
7816             "autoload": {
7817                 "psr-4": {
7818                     "Symfony\\Polyfill\\Ctype\\": ""
7819                 },
7820                 "files": [
7821                     "bootstrap.php"
7822                 ]
7823             },
7824             "notification-url": "https://packagist.org/downloads/",
7825             "license": [
7826                 "MIT"
7827             ],
7828             "authors": [
7829                 {
7830                     "name": "Gert de Pagter",
7831                     "email": "BackEndTea@gmail.com"
7832                 },
7833                 {
7834                     "name": "Symfony Community",
7835                     "homepage": "https://symfony.com/contributors"
7836                 }
7837             ],
7838             "description": "Symfony polyfill for ctype functions",
7839             "homepage": "https://symfony.com",
7840             "keywords": [
7841                 "compatibility",
7842                 "ctype",
7843                 "polyfill",
7844                 "portable"
7845             ],
7846             "support": {
7847                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
7848             },
7849             "funding": [
7850                 {
7851                     "url": "https://symfony.com/sponsor",
7852                     "type": "custom"
7853                 },
7854                 {
7855                     "url": "https://github.com/fabpot",
7856                     "type": "github"
7857                 },
7858                 {
7859                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7860                     "type": "tidelift"
7861                 }
7862             ],
7863             "time": "2021-01-07T16:49:33+00:00"
7864         },
7865         {
7866             "name": "symfony/polyfill-intl-grapheme",
7867             "version": "v1.22.1",
7868             "source": {
7869                 "type": "git",
7870                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
7871                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
7872             },
7873             "dist": {
7874                 "type": "zip",
7875                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
7876                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
7877                 "shasum": ""
7878             },
7879             "require": {
7880                 "php": ">=7.1"
7881             },
7882             "suggest": {
7883                 "ext-intl": "For best performance"
7884             },
7885             "type": "library",
7886             "extra": {
7887                 "branch-alias": {
7888                     "dev-main": "1.22-dev"
7889                 },
7890                 "thanks": {
7891                     "name": "symfony/polyfill",
7892                     "url": "https://github.com/symfony/polyfill"
7893                 }
7894             },
7895             "autoload": {
7896                 "psr-4": {
7897                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
7898                 },
7899                 "files": [
7900                     "bootstrap.php"
7901                 ]
7902             },
7903             "notification-url": "https://packagist.org/downloads/",
7904             "license": [
7905                 "MIT"
7906             ],
7907             "authors": [
7908                 {
7909                     "name": "Nicolas Grekas",
7910                     "email": "p@tchwork.com"
7911                 },
7912                 {
7913                     "name": "Symfony Community",
7914                     "homepage": "https://symfony.com/contributors"
7915                 }
7916             ],
7917             "description": "Symfony polyfill for intl's grapheme_* functions",
7918             "homepage": "https://symfony.com",
7919             "keywords": [
7920                 "compatibility",
7921                 "grapheme",
7922                 "intl",
7923                 "polyfill",
7924                 "portable",
7925                 "shim"
7926             ],
7927             "support": {
7928                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
7929             },
7930             "funding": [
7931                 {
7932                     "url": "https://symfony.com/sponsor",
7933                     "type": "custom"
7934                 },
7935                 {
7936                     "url": "https://github.com/fabpot",
7937                     "type": "github"
7938                 },
7939                 {
7940                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7941                     "type": "tidelift"
7942                 }
7943             ],
7944             "time": "2021-01-22T09:19:47+00:00"
7945         },
7946         {
7947             "name": "symfony/polyfill-intl-idn",
7948             "version": "v1.22.1",
7949             "source": {
7950                 "type": "git",
7951                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
7952                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
7953             },
7954             "dist": {
7955                 "type": "zip",
7956                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
7957                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
7958                 "shasum": ""
7959             },
7960             "require": {
7961                 "php": ">=7.1",
7962                 "symfony/polyfill-intl-normalizer": "^1.10",
7963                 "symfony/polyfill-php72": "^1.10"
7964             },
7965             "suggest": {
7966                 "ext-intl": "For best performance"
7967             },
7968             "type": "library",
7969             "extra": {
7970                 "branch-alias": {
7971                     "dev-main": "1.22-dev"
7972                 },
7973                 "thanks": {
7974                     "name": "symfony/polyfill",
7975                     "url": "https://github.com/symfony/polyfill"
7976                 }
7977             },
7978             "autoload": {
7979                 "psr-4": {
7980                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
7981                 },
7982                 "files": [
7983                     "bootstrap.php"
7984                 ]
7985             },
7986             "notification-url": "https://packagist.org/downloads/",
7987             "license": [
7988                 "MIT"
7989             ],
7990             "authors": [
7991                 {
7992                     "name": "Laurent Bassin",
7993                     "email": "laurent@bassin.info"
7994                 },
7995                 {
7996                     "name": "Trevor Rowbotham",
7997                     "email": "trevor.rowbotham@pm.me"
7998                 },
7999                 {
8000                     "name": "Symfony Community",
8001                     "homepage": "https://symfony.com/contributors"
8002                 }
8003             ],
8004             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8005             "homepage": "https://symfony.com",
8006             "keywords": [
8007                 "compatibility",
8008                 "idn",
8009                 "intl",
8010                 "polyfill",
8011                 "portable",
8012                 "shim"
8013             ],
8014             "support": {
8015                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
8016             },
8017             "funding": [
8018                 {
8019                     "url": "https://symfony.com/sponsor",
8020                     "type": "custom"
8021                 },
8022                 {
8023                     "url": "https://github.com/fabpot",
8024                     "type": "github"
8025                 },
8026                 {
8027                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8028                     "type": "tidelift"
8029                 }
8030             ],
8031             "time": "2021-01-22T09:19:47+00:00"
8032         },
8033         {
8034             "name": "symfony/polyfill-intl-normalizer",
8035             "version": "v1.22.1",
8036             "source": {
8037                 "type": "git",
8038                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8039                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
8040             },
8041             "dist": {
8042                 "type": "zip",
8043                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
8044                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
8045                 "shasum": ""
8046             },
8047             "require": {
8048                 "php": ">=7.1"
8049             },
8050             "suggest": {
8051                 "ext-intl": "For best performance"
8052             },
8053             "type": "library",
8054             "extra": {
8055                 "branch-alias": {
8056                     "dev-main": "1.22-dev"
8057                 },
8058                 "thanks": {
8059                     "name": "symfony/polyfill",
8060                     "url": "https://github.com/symfony/polyfill"
8061                 }
8062             },
8063             "autoload": {
8064                 "psr-4": {
8065                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8066                 },
8067                 "files": [
8068                     "bootstrap.php"
8069                 ],
8070                 "classmap": [
8071                     "Resources/stubs"
8072                 ]
8073             },
8074             "notification-url": "https://packagist.org/downloads/",
8075             "license": [
8076                 "MIT"
8077             ],
8078             "authors": [
8079                 {
8080                     "name": "Nicolas Grekas",
8081                     "email": "p@tchwork.com"
8082                 },
8083                 {
8084                     "name": "Symfony Community",
8085                     "homepage": "https://symfony.com/contributors"
8086                 }
8087             ],
8088             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8089             "homepage": "https://symfony.com",
8090             "keywords": [
8091                 "compatibility",
8092                 "intl",
8093                 "normalizer",
8094                 "polyfill",
8095                 "portable",
8096                 "shim"
8097             ],
8098             "support": {
8099                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
8100             },
8101             "funding": [
8102                 {
8103                     "url": "https://symfony.com/sponsor",
8104                     "type": "custom"
8105                 },
8106                 {
8107                     "url": "https://github.com/fabpot",
8108                     "type": "github"
8109                 },
8110                 {
8111                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8112                     "type": "tidelift"
8113                 }
8114             ],
8115             "time": "2021-01-22T09:19:47+00:00"
8116         },
8117         {
8118             "name": "symfony/polyfill-mbstring",
8119             "version": "v1.22.1",
8120             "source": {
8121                 "type": "git",
8122                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8123                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
8124             },
8125             "dist": {
8126                 "type": "zip",
8127                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
8128                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
8129                 "shasum": ""
8130             },
8131             "require": {
8132                 "php": ">=7.1"
8133             },
8134             "suggest": {
8135                 "ext-mbstring": "For best performance"
8136             },
8137             "type": "library",
8138             "extra": {
8139                 "branch-alias": {
8140                     "dev-main": "1.22-dev"
8141                 },
8142                 "thanks": {
8143                     "name": "symfony/polyfill",
8144                     "url": "https://github.com/symfony/polyfill"
8145                 }
8146             },
8147             "autoload": {
8148                 "psr-4": {
8149                     "Symfony\\Polyfill\\Mbstring\\": ""
8150                 },
8151                 "files": [
8152                     "bootstrap.php"
8153                 ]
8154             },
8155             "notification-url": "https://packagist.org/downloads/",
8156             "license": [
8157                 "MIT"
8158             ],
8159             "authors": [
8160                 {
8161                     "name": "Nicolas Grekas",
8162                     "email": "p@tchwork.com"
8163                 },
8164                 {
8165                     "name": "Symfony Community",
8166                     "homepage": "https://symfony.com/contributors"
8167                 }
8168             ],
8169             "description": "Symfony polyfill for the Mbstring extension",
8170             "homepage": "https://symfony.com",
8171             "keywords": [
8172                 "compatibility",
8173                 "mbstring",
8174                 "polyfill",
8175                 "portable",
8176                 "shim"
8177             ],
8178             "support": {
8179                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
8180             },
8181             "funding": [
8182                 {
8183                     "url": "https://symfony.com/sponsor",
8184                     "type": "custom"
8185                 },
8186                 {
8187                     "url": "https://github.com/fabpot",
8188                     "type": "github"
8189                 },
8190                 {
8191                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8192                     "type": "tidelift"
8193                 }
8194             ],
8195             "time": "2021-01-22T09:19:47+00:00"
8196         },
8197         {
8198             "name": "symfony/polyfill-php72",
8199             "version": "v1.22.1",
8200             "source": {
8201                 "type": "git",
8202                 "url": "https://github.com/symfony/polyfill-php72.git",
8203                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
8204             },
8205             "dist": {
8206                 "type": "zip",
8207                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8208                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8209                 "shasum": ""
8210             },
8211             "require": {
8212                 "php": ">=7.1"
8213             },
8214             "type": "library",
8215             "extra": {
8216                 "branch-alias": {
8217                     "dev-main": "1.22-dev"
8218                 },
8219                 "thanks": {
8220                     "name": "symfony/polyfill",
8221                     "url": "https://github.com/symfony/polyfill"
8222                 }
8223             },
8224             "autoload": {
8225                 "psr-4": {
8226                     "Symfony\\Polyfill\\Php72\\": ""
8227                 },
8228                 "files": [
8229                     "bootstrap.php"
8230                 ]
8231             },
8232             "notification-url": "https://packagist.org/downloads/",
8233             "license": [
8234                 "MIT"
8235             ],
8236             "authors": [
8237                 {
8238                     "name": "Nicolas Grekas",
8239                     "email": "p@tchwork.com"
8240                 },
8241                 {
8242                     "name": "Symfony Community",
8243                     "homepage": "https://symfony.com/contributors"
8244                 }
8245             ],
8246             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8247             "homepage": "https://symfony.com",
8248             "keywords": [
8249                 "compatibility",
8250                 "polyfill",
8251                 "portable",
8252                 "shim"
8253             ],
8254             "support": {
8255                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
8256             },
8257             "funding": [
8258                 {
8259                     "url": "https://symfony.com/sponsor",
8260                     "type": "custom"
8261                 },
8262                 {
8263                     "url": "https://github.com/fabpot",
8264                     "type": "github"
8265                 },
8266                 {
8267                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8268                     "type": "tidelift"
8269                 }
8270             ],
8271             "time": "2021-01-07T16:49:33+00:00"
8272         },
8273         {
8274             "name": "symfony/polyfill-php80",
8275             "version": "v1.22.1",
8276             "source": {
8277                 "type": "git",
8278                 "url": "https://github.com/symfony/polyfill-php80.git",
8279                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
8280             },
8281             "dist": {
8282                 "type": "zip",
8283                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
8284                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
8285                 "shasum": ""
8286             },
8287             "require": {
8288                 "php": ">=7.1"
8289             },
8290             "type": "library",
8291             "extra": {
8292                 "branch-alias": {
8293                     "dev-main": "1.22-dev"
8294                 },
8295                 "thanks": {
8296                     "name": "symfony/polyfill",
8297                     "url": "https://github.com/symfony/polyfill"
8298                 }
8299             },
8300             "autoload": {
8301                 "psr-4": {
8302                     "Symfony\\Polyfill\\Php80\\": ""
8303                 },
8304                 "files": [
8305                     "bootstrap.php"
8306                 ],
8307                 "classmap": [
8308                     "Resources/stubs"
8309                 ]
8310             },
8311             "notification-url": "https://packagist.org/downloads/",
8312             "license": [
8313                 "MIT"
8314             ],
8315             "authors": [
8316                 {
8317                     "name": "Ion Bazan",
8318                     "email": "ion.bazan@gmail.com"
8319                 },
8320                 {
8321                     "name": "Nicolas Grekas",
8322                     "email": "p@tchwork.com"
8323                 },
8324                 {
8325                     "name": "Symfony Community",
8326                     "homepage": "https://symfony.com/contributors"
8327                 }
8328             ],
8329             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
8330             "homepage": "https://symfony.com",
8331             "keywords": [
8332                 "compatibility",
8333                 "polyfill",
8334                 "portable",
8335                 "shim"
8336             ],
8337             "support": {
8338                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
8339             },
8340             "funding": [
8341                 {
8342                     "url": "https://symfony.com/sponsor",
8343                     "type": "custom"
8344                 },
8345                 {
8346                     "url": "https://github.com/fabpot",
8347                     "type": "github"
8348                 },
8349                 {
8350                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8351                     "type": "tidelift"
8352                 }
8353             ],
8354             "time": "2021-01-07T16:49:33+00:00"
8355         },
8356         {
8357             "name": "symfony/process",
8358             "version": "v5.2.7",
8359             "source": {
8360                 "type": "git",
8361                 "url": "https://github.com/symfony/process.git",
8362                 "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e"
8363             },
8364             "dist": {
8365                 "type": "zip",
8366                 "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
8367                 "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
8368                 "shasum": ""
8369             },
8370             "require": {
8371                 "php": ">=7.2.5",
8372                 "symfony/polyfill-php80": "^1.15"
8373             },
8374             "type": "library",
8375             "autoload": {
8376                 "psr-4": {
8377                     "Symfony\\Component\\Process\\": ""
8378                 },
8379                 "exclude-from-classmap": [
8380                     "/Tests/"
8381                 ]
8382             },
8383             "notification-url": "https://packagist.org/downloads/",
8384             "license": [
8385                 "MIT"
8386             ],
8387             "authors": [
8388                 {
8389                     "name": "Fabien Potencier",
8390                     "email": "fabien@symfony.com"
8391                 },
8392                 {
8393                     "name": "Symfony Community",
8394                     "homepage": "https://symfony.com/contributors"
8395                 }
8396             ],
8397             "description": "Executes commands in sub-processes",
8398             "homepage": "https://symfony.com",
8399             "support": {
8400                 "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1"
8401             },
8402             "funding": [
8403                 {
8404                     "url": "https://symfony.com/sponsor",
8405                     "type": "custom"
8406                 },
8407                 {
8408                     "url": "https://github.com/fabpot",
8409                     "type": "github"
8410                 },
8411                 {
8412                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8413                     "type": "tidelift"
8414                 }
8415             ],
8416             "time": "2021-04-08T10:27:02+00:00"
8417         },
8418         {
8419             "name": "symfony/property-access",
8420             "version": "v4.4.20",
8421             "source": {
8422                 "type": "git",
8423                 "url": "https://github.com/symfony/property-access.git",
8424                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622"
8425             },
8426             "dist": {
8427                 "type": "zip",
8428                 "url": "https://api.github.com/repos/symfony/property-access/zipball/94a1d9837396c71a0d8c31686c16693a15651622",
8429                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622",
8430                 "shasum": ""
8431             },
8432             "require": {
8433                 "php": ">=7.1.3",
8434                 "symfony/inflector": "^3.4|^4.0|^5.0"
8435             },
8436             "require-dev": {
8437                 "symfony/cache": "^3.4|^4.0|^5.0"
8438             },
8439             "suggest": {
8440                 "psr/cache-implementation": "To cache access methods."
8441             },
8442             "type": "library",
8443             "autoload": {
8444                 "psr-4": {
8445                     "Symfony\\Component\\PropertyAccess\\": ""
8446                 },
8447                 "exclude-from-classmap": [
8448                     "/Tests/"
8449                 ]
8450             },
8451             "notification-url": "https://packagist.org/downloads/",
8452             "license": [
8453                 "MIT"
8454             ],
8455             "authors": [
8456                 {
8457                     "name": "Fabien Potencier",
8458                     "email": "fabien@symfony.com"
8459                 },
8460                 {
8461                     "name": "Symfony Community",
8462                     "homepage": "https://symfony.com/contributors"
8463                 }
8464             ],
8465             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
8466             "homepage": "https://symfony.com",
8467             "keywords": [
8468                 "access",
8469                 "array",
8470                 "extraction",
8471                 "index",
8472                 "injection",
8473                 "object",
8474                 "property",
8475                 "property path",
8476                 "reflection"
8477             ],
8478             "support": {
8479                 "source": "https://github.com/symfony/property-access/tree/v4.4.20"
8480             },
8481             "funding": [
8482                 {
8483                     "url": "https://symfony.com/sponsor",
8484                     "type": "custom"
8485                 },
8486                 {
8487                     "url": "https://github.com/fabpot",
8488                     "type": "github"
8489                 },
8490                 {
8491                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8492                     "type": "tidelift"
8493                 }
8494             ],
8495             "time": "2021-01-27T09:09:26+00:00"
8496         },
8497         {
8498             "name": "symfony/service-contracts",
8499             "version": "v2.4.0",
8500             "source": {
8501                 "type": "git",
8502                 "url": "https://github.com/symfony/service-contracts.git",
8503                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
8504             },
8505             "dist": {
8506                 "type": "zip",
8507                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
8508                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
8509                 "shasum": ""
8510             },
8511             "require": {
8512                 "php": ">=7.2.5",
8513                 "psr/container": "^1.1"
8514             },
8515             "suggest": {
8516                 "symfony/service-implementation": ""
8517             },
8518             "type": "library",
8519             "extra": {
8520                 "branch-alias": {
8521                     "dev-main": "2.4-dev"
8522                 },
8523                 "thanks": {
8524                     "name": "symfony/contracts",
8525                     "url": "https://github.com/symfony/contracts"
8526                 }
8527             },
8528             "autoload": {
8529                 "psr-4": {
8530                     "Symfony\\Contracts\\Service\\": ""
8531                 }
8532             },
8533             "notification-url": "https://packagist.org/downloads/",
8534             "license": [
8535                 "MIT"
8536             ],
8537             "authors": [
8538                 {
8539                     "name": "Nicolas Grekas",
8540                     "email": "p@tchwork.com"
8541                 },
8542                 {
8543                     "name": "Symfony Community",
8544                     "homepage": "https://symfony.com/contributors"
8545                 }
8546             ],
8547             "description": "Generic abstractions related to writing services",
8548             "homepage": "https://symfony.com",
8549             "keywords": [
8550                 "abstractions",
8551                 "contracts",
8552                 "decoupling",
8553                 "interfaces",
8554                 "interoperability",
8555                 "standards"
8556             ],
8557             "support": {
8558                 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
8559             },
8560             "funding": [
8561                 {
8562                     "url": "https://symfony.com/sponsor",
8563                     "type": "custom"
8564                 },
8565                 {
8566                     "url": "https://github.com/fabpot",
8567                     "type": "github"
8568                 },
8569                 {
8570                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8571                     "type": "tidelift"
8572                 }
8573             ],
8574             "time": "2021-04-01T10:43:52+00:00"
8575         },
8576         {
8577             "name": "symfony/string",
8578             "version": "v5.2.8",
8579             "source": {
8580                 "type": "git",
8581                 "url": "https://github.com/symfony/string.git",
8582                 "reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db"
8583             },
8584             "dist": {
8585                 "type": "zip",
8586                 "url": "https://api.github.com/repos/symfony/string/zipball/01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
8587                 "reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
8588                 "shasum": ""
8589             },
8590             "require": {
8591                 "php": ">=7.2.5",
8592                 "symfony/polyfill-ctype": "~1.8",
8593                 "symfony/polyfill-intl-grapheme": "~1.0",
8594                 "symfony/polyfill-intl-normalizer": "~1.0",
8595                 "symfony/polyfill-mbstring": "~1.0",
8596                 "symfony/polyfill-php80": "~1.15"
8597             },
8598             "require-dev": {
8599                 "symfony/error-handler": "^4.4|^5.0",
8600                 "symfony/http-client": "^4.4|^5.0",
8601                 "symfony/translation-contracts": "^1.1|^2",
8602                 "symfony/var-exporter": "^4.4|^5.0"
8603             },
8604             "type": "library",
8605             "autoload": {
8606                 "psr-4": {
8607                     "Symfony\\Component\\String\\": ""
8608                 },
8609                 "files": [
8610                     "Resources/functions.php"
8611                 ],
8612                 "exclude-from-classmap": [
8613                     "/Tests/"
8614                 ]
8615             },
8616             "notification-url": "https://packagist.org/downloads/",
8617             "license": [
8618                 "MIT"
8619             ],
8620             "authors": [
8621                 {
8622                     "name": "Nicolas Grekas",
8623                     "email": "p@tchwork.com"
8624                 },
8625                 {
8626                     "name": "Symfony Community",
8627                     "homepage": "https://symfony.com/contributors"
8628                 }
8629             ],
8630             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
8631             "homepage": "https://symfony.com",
8632             "keywords": [
8633                 "grapheme",
8634                 "i18n",
8635                 "string",
8636                 "unicode",
8637                 "utf-8",
8638                 "utf8"
8639             ],
8640             "support": {
8641                 "source": "https://github.com/symfony/string/tree/v5.2.8"
8642             },
8643             "funding": [
8644                 {
8645                     "url": "https://symfony.com/sponsor",
8646                     "type": "custom"
8647                 },
8648                 {
8649                     "url": "https://github.com/fabpot",
8650                     "type": "github"
8651                 },
8652                 {
8653                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8654                     "type": "tidelift"
8655                 }
8656             ],
8657             "time": "2021-05-10T14:56:10+00:00"
8658         },
8659         {
8660             "name": "symfony/yaml",
8661             "version": "v4.4.20",
8662             "source": {
8663                 "type": "git",
8664                 "url": "https://github.com/symfony/yaml.git",
8665                 "reference": "29e61305e1c79d25f71060903982ead8f533e267"
8666             },
8667             "dist": {
8668                 "type": "zip",
8669                 "url": "https://api.github.com/repos/symfony/yaml/zipball/29e61305e1c79d25f71060903982ead8f533e267",
8670                 "reference": "29e61305e1c79d25f71060903982ead8f533e267",
8671                 "shasum": ""
8672             },
8673             "require": {
8674                 "php": ">=7.1.3",
8675                 "symfony/polyfill-ctype": "~1.8"
8676             },
8677             "conflict": {
8678                 "symfony/console": "<3.4"
8679             },
8680             "require-dev": {
8681                 "symfony/console": "^3.4|^4.0|^5.0"
8682             },
8683             "suggest": {
8684                 "symfony/console": "For validating YAML files using the lint command"
8685             },
8686             "type": "library",
8687             "autoload": {
8688                 "psr-4": {
8689                     "Symfony\\Component\\Yaml\\": ""
8690                 },
8691                 "exclude-from-classmap": [
8692                     "/Tests/"
8693                 ]
8694             },
8695             "notification-url": "https://packagist.org/downloads/",
8696             "license": [
8697                 "MIT"
8698             ],
8699             "authors": [
8700                 {
8701                     "name": "Fabien Potencier",
8702                     "email": "fabien@symfony.com"
8703                 },
8704                 {
8705                     "name": "Symfony Community",
8706                     "homepage": "https://symfony.com/contributors"
8707                 }
8708             ],
8709             "description": "Loads and dumps YAML files",
8710             "homepage": "https://symfony.com",
8711             "support": {
8712                 "source": "https://github.com/symfony/yaml/tree/v4.4.20"
8713             },
8714             "funding": [
8715                 {
8716                     "url": "https://symfony.com/sponsor",
8717                     "type": "custom"
8718                 },
8719                 {
8720                     "url": "https://github.com/fabpot",
8721                     "type": "github"
8722                 },
8723                 {
8724                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8725                     "type": "tidelift"
8726                 }
8727             ],
8728             "time": "2021-02-22T15:36:50+00:00"
8729         },
8730         {
8731             "name": "twig/twig",
8732             "version": "v3.3.0",
8733             "source": {
8734                 "type": "git",
8735                 "url": "https://github.com/twigphp/Twig.git",
8736                 "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5"
8737             },
8738             "dist": {
8739                 "type": "zip",
8740                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
8741                 "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
8742                 "shasum": ""
8743             },
8744             "require": {
8745                 "php": ">=7.2.5",
8746                 "symfony/polyfill-ctype": "^1.8",
8747                 "symfony/polyfill-mbstring": "^1.3"
8748             },
8749             "require-dev": {
8750                 "psr/container": "^1.0",
8751                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
8752             },
8753             "type": "library",
8754             "extra": {
8755                 "branch-alias": {
8756                     "dev-master": "3.3-dev"
8757                 }
8758             },
8759             "autoload": {
8760                 "psr-4": {
8761                     "Twig\\": "src/"
8762                 }
8763             },
8764             "notification-url": "https://packagist.org/downloads/",
8765             "license": [
8766                 "BSD-3-Clause"
8767             ],
8768             "authors": [
8769                 {
8770                     "name": "Fabien Potencier",
8771                     "email": "fabien@symfony.com",
8772                     "homepage": "http://fabien.potencier.org",
8773                     "role": "Lead Developer"
8774                 },
8775                 {
8776                     "name": "Twig Team",
8777                     "role": "Contributors"
8778                 },
8779                 {
8780                     "name": "Armin Ronacher",
8781                     "email": "armin.ronacher@active-4.com",
8782                     "role": "Project Founder"
8783                 }
8784             ],
8785             "description": "Twig, the flexible, fast, and secure template language for PHP",
8786             "homepage": "https://twig.symfony.com",
8787             "keywords": [
8788                 "templating"
8789             ],
8790             "support": {
8791                 "issues": "https://github.com/twigphp/Twig/issues",
8792                 "source": "https://github.com/twigphp/Twig/tree/v3.3.0"
8793             },
8794             "funding": [
8795                 {
8796                     "url": "https://github.com/fabpot",
8797                     "type": "github"
8798                 },
8799                 {
8800                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
8801                     "type": "tidelift"
8802                 }
8803             ],
8804             "time": "2021-02-08T09:54:36+00:00"
8805         },
8806         {
8807             "name": "vlucas/phpdotenv",
8808             "version": "v5.3.0",
8809             "source": {
8810                 "type": "git",
8811                 "url": "https://github.com/vlucas/phpdotenv.git",
8812                 "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
8813             },
8814             "dist": {
8815                 "type": "zip",
8816                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
8817                 "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
8818                 "shasum": ""
8819             },
8820             "require": {
8821                 "ext-pcre": "*",
8822                 "graham-campbell/result-type": "^1.0.1",
8823                 "php": "^7.1.3 || ^8.0",
8824                 "phpoption/phpoption": "^1.7.4",
8825                 "symfony/polyfill-ctype": "^1.17",
8826                 "symfony/polyfill-mbstring": "^1.17",
8827                 "symfony/polyfill-php80": "^1.17"
8828             },
8829             "require-dev": {
8830                 "bamarni/composer-bin-plugin": "^1.4.1",
8831                 "ext-filter": "*",
8832                 "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
8833             },
8834             "suggest": {
8835                 "ext-filter": "Required to use the boolean validator."
8836             },
8837             "type": "library",
8838             "extra": {
8839                 "branch-alias": {
8840                     "dev-master": "5.3-dev"
8841                 }
8842             },
8843             "autoload": {
8844                 "psr-4": {
8845                     "Dotenv\\": "src/"
8846                 }
8847             },
8848             "notification-url": "https://packagist.org/downloads/",
8849             "license": [
8850                 "BSD-3-Clause"
8851             ],
8852             "authors": [
8853                 {
8854                     "name": "Graham Campbell",
8855                     "email": "graham@alt-three.com",
8856                     "homepage": "https://gjcampbell.co.uk/"
8857                 },
8858                 {
8859                     "name": "Vance Lucas",
8860                     "email": "vance@vancelucas.com",
8861                     "homepage": "https://vancelucas.com/"
8862                 }
8863             ],
8864             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
8865             "keywords": [
8866                 "dotenv",
8867                 "env",
8868                 "environment"
8869             ],
8870             "support": {
8871                 "issues": "https://github.com/vlucas/phpdotenv/issues",
8872                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
8873             },
8874             "funding": [
8875                 {
8876                     "url": "https://github.com/GrahamCampbell",
8877                     "type": "github"
8878                 },
8879                 {
8880                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
8881                     "type": "tidelift"
8882                 }
8883             ],
8884             "time": "2021-01-20T15:23:13+00:00"
8885         },
8886         {
8887             "name": "waryway/php-traits-library",
8888             "version": "1.0.4",
8889             "source": {
8890                 "type": "git",
8891                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
8892                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
8893             },
8894             "dist": {
8895                 "type": "zip",
8896                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
8897                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
8898                 "shasum": ""
8899             },
8900             "require-dev": {
8901                 "phpunit/phpunit": "6.4.3"
8902             },
8903             "type": "library",
8904             "autoload": {
8905                 "psr-4": {
8906                     "Waryway\\PhpTraitsLibrary\\": "src/"
8907                 }
8908             },
8909             "notification-url": "https://packagist.org/downloads/",
8910             "license": [
8911                 "MIT"
8912             ],
8913             "authors": [
8914                 {
8915                     "name": "Kyle Wiering",
8916                     "email": "kyle@waryway.com"
8917                 }
8918             ],
8919             "description": "General use traits",
8920             "support": {
8921                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
8922                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
8923             },
8924             "time": "2017-12-23T14:22:07+00:00"
8925         },
8926         {
8927             "name": "webimpress/safe-writer",
8928             "version": "2.2.0",
8929             "source": {
8930                 "type": "git",
8931                 "url": "https://github.com/webimpress/safe-writer.git",
8932                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
8933             },
8934             "dist": {
8935                 "type": "zip",
8936                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
8937                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
8938                 "shasum": ""
8939             },
8940             "require": {
8941                 "php": "^7.3 || ^8.0"
8942             },
8943             "require-dev": {
8944                 "phpunit/phpunit": "^9.5.4",
8945                 "vimeo/psalm": "^4.7",
8946                 "webimpress/coding-standard": "^1.2.2"
8947             },
8948             "type": "library",
8949             "extra": {
8950                 "branch-alias": {
8951                     "dev-master": "2.2.x-dev",
8952                     "dev-develop": "2.3.x-dev",
8953                     "dev-release-1.0": "1.0.x-dev"
8954                 }
8955             },
8956             "autoload": {
8957                 "psr-4": {
8958                     "Webimpress\\SafeWriter\\": "src/"
8959                 }
8960             },
8961             "notification-url": "https://packagist.org/downloads/",
8962             "license": [
8963                 "BSD-2-Clause"
8964             ],
8965             "description": "Tool to write files safely, to avoid race conditions",
8966             "keywords": [
8967                 "concurrent write",
8968                 "file writer",
8969                 "race condition",
8970                 "safe writer",
8971                 "webimpress"
8972             ],
8973             "support": {
8974                 "issues": "https://github.com/webimpress/safe-writer/issues",
8975                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
8976             },
8977             "funding": [
8978                 {
8979                     "url": "https://github.com/michalbundyra",
8980                     "type": "github"
8981                 }
8982             ],
8983             "time": "2021-04-19T16:34:45+00:00"
8984         },
8985         {
8986             "name": "yubico/u2flib-server",
8987             "version": "1.0.2",
8988             "source": {
8989                 "type": "git",
8990                 "url": "https://github.com/Yubico/php-u2flib-server.git",
8991                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
8992             },
8993             "dist": {
8994                 "type": "zip",
8995                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
8996                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
8997                 "shasum": ""
8998             },
8999             "require": {
9000                 "ext-openssl": "*",
9001                 "paragonie/random_compat": ">= 1",
9002                 "php": ">=5.6"
9003             },
9004             "require-dev": {
9005                 "phpunit/phpunit": "~5.7",
9006                 "vimeo/psalm": "^0|^1|^2"
9007             },
9008             "type": "library",
9009             "autoload": {
9010                 "classmap": [
9011                     "src/"
9012                 ]
9013             },
9014             "notification-url": "https://packagist.org/downloads/",
9015             "license": [
9016                 "BSD-2-Clause"
9017             ],
9018             "description": "Library for U2F implementation",
9019             "homepage": "https://developers.yubico.com/php-u2flib-server",
9020             "support": {
9021                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
9022                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
9023             },
9024             "time": "2018-09-07T08:16:44+00:00"
9025         }
9026     ],
9027     "packages-dev": [
9028         {
9029             "name": "doctrine/instantiator",
9030             "version": "1.4.0",
9031             "source": {
9032                 "type": "git",
9033                 "url": "https://github.com/doctrine/instantiator.git",
9034                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
9035             },
9036             "dist": {
9037                 "type": "zip",
9038                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
9039                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
9040                 "shasum": ""
9041             },
9042             "require": {
9043                 "php": "^7.1 || ^8.0"
9044             },
9045             "require-dev": {
9046                 "doctrine/coding-standard": "^8.0",
9047                 "ext-pdo": "*",
9048                 "ext-phar": "*",
9049                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
9050                 "phpstan/phpstan": "^0.12",
9051                 "phpstan/phpstan-phpunit": "^0.12",
9052                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
9053             },
9054             "type": "library",
9055             "autoload": {
9056                 "psr-4": {
9057                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
9058                 }
9059             },
9060             "notification-url": "https://packagist.org/downloads/",
9061             "license": [
9062                 "MIT"
9063             ],
9064             "authors": [
9065                 {
9066                     "name": "Marco Pivetta",
9067                     "email": "ocramius@gmail.com",
9068                     "homepage": "https://ocramius.github.io/"
9069                 }
9070             ],
9071             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
9072             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
9073             "keywords": [
9074                 "constructor",
9075                 "instantiate"
9076             ],
9077             "support": {
9078                 "issues": "https://github.com/doctrine/instantiator/issues",
9079                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
9080             },
9081             "funding": [
9082                 {
9083                     "url": "https://www.doctrine-project.org/sponsorship.html",
9084                     "type": "custom"
9085                 },
9086                 {
9087                     "url": "https://www.patreon.com/phpdoctrine",
9088                     "type": "patreon"
9089                 },
9090                 {
9091                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
9092                     "type": "tidelift"
9093                 }
9094             ],
9095             "time": "2020-11-10T18:47:58+00:00"
9096         },
9097         {
9098             "name": "phar-io/manifest",
9099             "version": "2.0.1",
9100             "source": {
9101                 "type": "git",
9102                 "url": "https://github.com/phar-io/manifest.git",
9103                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
9104             },
9105             "dist": {
9106                 "type": "zip",
9107                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9108                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9109                 "shasum": ""
9110             },
9111             "require": {
9112                 "ext-dom": "*",
9113                 "ext-phar": "*",
9114                 "ext-xmlwriter": "*",
9115                 "phar-io/version": "^3.0.1",
9116                 "php": "^7.2 || ^8.0"
9117             },
9118             "type": "library",
9119             "extra": {
9120                 "branch-alias": {
9121                     "dev-master": "2.0.x-dev"
9122                 }
9123             },
9124             "autoload": {
9125                 "classmap": [
9126                     "src/"
9127                 ]
9128             },
9129             "notification-url": "https://packagist.org/downloads/",
9130             "license": [
9131                 "BSD-3-Clause"
9132             ],
9133             "authors": [
9134                 {
9135                     "name": "Arne Blankerts",
9136                     "email": "arne@blankerts.de",
9137                     "role": "Developer"
9138                 },
9139                 {
9140                     "name": "Sebastian Heuer",
9141                     "email": "sebastian@phpeople.de",
9142                     "role": "Developer"
9143                 },
9144                 {
9145                     "name": "Sebastian Bergmann",
9146                     "email": "sebastian@phpunit.de",
9147                     "role": "Developer"
9148                 }
9149             ],
9150             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
9151             "support": {
9152                 "issues": "https://github.com/phar-io/manifest/issues",
9153                 "source": "https://github.com/phar-io/manifest/tree/master"
9154             },
9155             "time": "2020-06-27T14:33:11+00:00"
9156         },
9157         {
9158             "name": "phar-io/version",
9159             "version": "3.1.0",
9160             "source": {
9161                 "type": "git",
9162                 "url": "https://github.com/phar-io/version.git",
9163                 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
9164             },
9165             "dist": {
9166                 "type": "zip",
9167                 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
9168                 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
9169                 "shasum": ""
9170             },
9171             "require": {
9172                 "php": "^7.2 || ^8.0"
9173             },
9174             "type": "library",
9175             "autoload": {
9176                 "classmap": [
9177                     "src/"
9178                 ]
9179             },
9180             "notification-url": "https://packagist.org/downloads/",
9181             "license": [
9182                 "BSD-3-Clause"
9183             ],
9184             "authors": [
9185                 {
9186                     "name": "Arne Blankerts",
9187                     "email": "arne@blankerts.de",
9188                     "role": "Developer"
9189                 },
9190                 {
9191                     "name": "Sebastian Heuer",
9192                     "email": "sebastian@phpeople.de",
9193                     "role": "Developer"
9194                 },
9195                 {
9196                     "name": "Sebastian Bergmann",
9197                     "email": "sebastian@phpunit.de",
9198                     "role": "Developer"
9199                 }
9200             ],
9201             "description": "Library for handling version information and constraints",
9202             "support": {
9203                 "issues": "https://github.com/phar-io/version/issues",
9204                 "source": "https://github.com/phar-io/version/tree/3.1.0"
9205             },
9206             "time": "2021-02-23T14:00:09+00:00"
9207         },
9208         {
9209             "name": "php-webdriver/webdriver",
9210             "version": "1.11.0",
9211             "source": {
9212                 "type": "git",
9213                 "url": "https://github.com/php-webdriver/php-webdriver.git",
9214                 "reference": "66adc952127dd1314af94ce28f8fc332d38f229b"
9215             },
9216             "dist": {
9217                 "type": "zip",
9218                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/66adc952127dd1314af94ce28f8fc332d38f229b",
9219                 "reference": "66adc952127dd1314af94ce28f8fc332d38f229b",
9220                 "shasum": ""
9221             },
9222             "require": {
9223                 "ext-curl": "*",
9224                 "ext-json": "*",
9225                 "ext-zip": "*",
9226                 "php": "^5.6 || ~7.0 || ^8.0",
9227                 "symfony/polyfill-mbstring": "^1.12",
9228                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
9229             },
9230             "replace": {
9231                 "facebook/webdriver": "*"
9232             },
9233             "require-dev": {
9234                 "friendsofphp/php-cs-fixer": "^2.0",
9235                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
9236                 "php-coveralls/php-coveralls": "^2.4",
9237                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
9238                 "php-parallel-lint/php-parallel-lint": "^1.2",
9239                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
9240                 "squizlabs/php_codesniffer": "^3.5",
9241                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
9242             },
9243             "suggest": {
9244                 "ext-SimpleXML": "For Firefox profile creation"
9245             },
9246             "type": "library",
9247             "extra": {
9248                 "branch-alias": {
9249                     "dev-main": "1.8.x-dev"
9250                 }
9251             },
9252             "autoload": {
9253                 "psr-4": {
9254                     "Facebook\\WebDriver\\": "lib/"
9255                 },
9256                 "files": [
9257                     "lib/Exception/TimeoutException.php"
9258                 ]
9259             },
9260             "notification-url": "https://packagist.org/downloads/",
9261             "license": [
9262                 "MIT"
9263             ],
9264             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
9265             "homepage": "https://github.com/php-webdriver/php-webdriver",
9266             "keywords": [
9267                 "Chromedriver",
9268                 "geckodriver",
9269                 "php",
9270                 "selenium",
9271                 "webdriver"
9272             ],
9273             "support": {
9274                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
9275                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.0"
9276             },
9277             "time": "2021-05-03T10:19:43+00:00"
9278         },
9279         {
9280             "name": "phpdocumentor/reflection-common",
9281             "version": "2.2.0",
9282             "source": {
9283                 "type": "git",
9284                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
9285                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
9286             },
9287             "dist": {
9288                 "type": "zip",
9289                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9290                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9291                 "shasum": ""
9292             },
9293             "require": {
9294                 "php": "^7.2 || ^8.0"
9295             },
9296             "type": "library",
9297             "extra": {
9298                 "branch-alias": {
9299                     "dev-2.x": "2.x-dev"
9300                 }
9301             },
9302             "autoload": {
9303                 "psr-4": {
9304                     "phpDocumentor\\Reflection\\": "src/"
9305                 }
9306             },
9307             "notification-url": "https://packagist.org/downloads/",
9308             "license": [
9309                 "MIT"
9310             ],
9311             "authors": [
9312                 {
9313                     "name": "Jaap van Otterdijk",
9314                     "email": "opensource@ijaap.nl"
9315                 }
9316             ],
9317             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
9318             "homepage": "http://www.phpdoc.org",
9319             "keywords": [
9320                 "FQSEN",
9321                 "phpDocumentor",
9322                 "phpdoc",
9323                 "reflection",
9324                 "static analysis"
9325             ],
9326             "support": {
9327                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
9328                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
9329             },
9330             "time": "2020-06-27T09:03:43+00:00"
9331         },
9332         {
9333             "name": "phpdocumentor/reflection-docblock",
9334             "version": "5.2.2",
9335             "source": {
9336                 "type": "git",
9337                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9338                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
9339             },
9340             "dist": {
9341                 "type": "zip",
9342                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
9343                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
9344                 "shasum": ""
9345             },
9346             "require": {
9347                 "ext-filter": "*",
9348                 "php": "^7.2 || ^8.0",
9349                 "phpdocumentor/reflection-common": "^2.2",
9350                 "phpdocumentor/type-resolver": "^1.3",
9351                 "webmozart/assert": "^1.9.1"
9352             },
9353             "require-dev": {
9354                 "mockery/mockery": "~1.3.2"
9355             },
9356             "type": "library",
9357             "extra": {
9358                 "branch-alias": {
9359                     "dev-master": "5.x-dev"
9360                 }
9361             },
9362             "autoload": {
9363                 "psr-4": {
9364                     "phpDocumentor\\Reflection\\": "src"
9365                 }
9366             },
9367             "notification-url": "https://packagist.org/downloads/",
9368             "license": [
9369                 "MIT"
9370             ],
9371             "authors": [
9372                 {
9373                     "name": "Mike van Riel",
9374                     "email": "me@mikevanriel.com"
9375                 },
9376                 {
9377                     "name": "Jaap van Otterdijk",
9378                     "email": "account@ijaap.nl"
9379                 }
9380             ],
9381             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
9382             "support": {
9383                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
9384                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
9385             },
9386             "time": "2020-09-03T19:13:55+00:00"
9387         },
9388         {
9389             "name": "phpdocumentor/type-resolver",
9390             "version": "1.4.0",
9391             "source": {
9392                 "type": "git",
9393                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
9394                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
9395             },
9396             "dist": {
9397                 "type": "zip",
9398                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9399                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9400                 "shasum": ""
9401             },
9402             "require": {
9403                 "php": "^7.2 || ^8.0",
9404                 "phpdocumentor/reflection-common": "^2.0"
9405             },
9406             "require-dev": {
9407                 "ext-tokenizer": "*"
9408             },
9409             "type": "library",
9410             "extra": {
9411                 "branch-alias": {
9412                     "dev-1.x": "1.x-dev"
9413                 }
9414             },
9415             "autoload": {
9416                 "psr-4": {
9417                     "phpDocumentor\\Reflection\\": "src"
9418                 }
9419             },
9420             "notification-url": "https://packagist.org/downloads/",
9421             "license": [
9422                 "MIT"
9423             ],
9424             "authors": [
9425                 {
9426                     "name": "Mike van Riel",
9427                     "email": "me@mikevanriel.com"
9428                 }
9429             ],
9430             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
9431             "support": {
9432                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
9433                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
9434             },
9435             "time": "2020-09-17T18:55:26+00:00"
9436         },
9437         {
9438             "name": "phpspec/prophecy",
9439             "version": "1.13.0",
9440             "source": {
9441                 "type": "git",
9442                 "url": "https://github.com/phpspec/prophecy.git",
9443                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
9444             },
9445             "dist": {
9446                 "type": "zip",
9447                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
9448                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
9449                 "shasum": ""
9450             },
9451             "require": {
9452                 "doctrine/instantiator": "^1.2",
9453                 "php": "^7.2 || ~8.0, <8.1",
9454                 "phpdocumentor/reflection-docblock": "^5.2",
9455                 "sebastian/comparator": "^3.0 || ^4.0",
9456                 "sebastian/recursion-context": "^3.0 || ^4.0"
9457             },
9458             "require-dev": {
9459                 "phpspec/phpspec": "^6.0",
9460                 "phpunit/phpunit": "^8.0 || ^9.0"
9461             },
9462             "type": "library",
9463             "extra": {
9464                 "branch-alias": {
9465                     "dev-master": "1.11.x-dev"
9466                 }
9467             },
9468             "autoload": {
9469                 "psr-4": {
9470                     "Prophecy\\": "src/Prophecy"
9471                 }
9472             },
9473             "notification-url": "https://packagist.org/downloads/",
9474             "license": [
9475                 "MIT"
9476             ],
9477             "authors": [
9478                 {
9479                     "name": "Konstantin Kudryashov",
9480                     "email": "ever.zet@gmail.com",
9481                     "homepage": "http://everzet.com"
9482                 },
9483                 {
9484                     "name": "Marcello Duarte",
9485                     "email": "marcello.duarte@gmail.com"
9486                 }
9487             ],
9488             "description": "Highly opinionated mocking framework for PHP 5.3+",
9489             "homepage": "https://github.com/phpspec/prophecy",
9490             "keywords": [
9491                 "Double",
9492                 "Dummy",
9493                 "fake",
9494                 "mock",
9495                 "spy",
9496                 "stub"
9497             ],
9498             "support": {
9499                 "issues": "https://github.com/phpspec/prophecy/issues",
9500                 "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
9501             },
9502             "time": "2021-03-17T13:42:18+00:00"
9503         },
9504         {
9505             "name": "phpunit/php-code-coverage",
9506             "version": "9.2.6",
9507             "source": {
9508                 "type": "git",
9509                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9510                 "reference": "f6293e1b30a2354e8428e004689671b83871edde"
9511             },
9512             "dist": {
9513                 "type": "zip",
9514                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
9515                 "reference": "f6293e1b30a2354e8428e004689671b83871edde",
9516                 "shasum": ""
9517             },
9518             "require": {
9519                 "ext-dom": "*",
9520                 "ext-libxml": "*",
9521                 "ext-xmlwriter": "*",
9522                 "nikic/php-parser": "^4.10.2",
9523                 "php": ">=7.3",
9524                 "phpunit/php-file-iterator": "^3.0.3",
9525                 "phpunit/php-text-template": "^2.0.2",
9526                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9527                 "sebastian/complexity": "^2.0",
9528                 "sebastian/environment": "^5.1.2",
9529                 "sebastian/lines-of-code": "^1.0.3",
9530                 "sebastian/version": "^3.0.1",
9531                 "theseer/tokenizer": "^1.2.0"
9532             },
9533             "require-dev": {
9534                 "phpunit/phpunit": "^9.3"
9535             },
9536             "suggest": {
9537                 "ext-pcov": "*",
9538                 "ext-xdebug": "*"
9539             },
9540             "type": "library",
9541             "extra": {
9542                 "branch-alias": {
9543                     "dev-master": "9.2-dev"
9544                 }
9545             },
9546             "autoload": {
9547                 "classmap": [
9548                     "src/"
9549                 ]
9550             },
9551             "notification-url": "https://packagist.org/downloads/",
9552             "license": [
9553                 "BSD-3-Clause"
9554             ],
9555             "authors": [
9556                 {
9557                     "name": "Sebastian Bergmann",
9558                     "email": "sebastian@phpunit.de",
9559                     "role": "lead"
9560                 }
9561             ],
9562             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9563             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9564             "keywords": [
9565                 "coverage",
9566                 "testing",
9567                 "xunit"
9568             ],
9569             "support": {
9570                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9571                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
9572             },
9573             "funding": [
9574                 {
9575                     "url": "https://github.com/sebastianbergmann",
9576                     "type": "github"
9577                 }
9578             ],
9579             "time": "2021-03-28T07:26:59+00:00"
9580         },
9581         {
9582             "name": "phpunit/php-file-iterator",
9583             "version": "3.0.5",
9584             "source": {
9585                 "type": "git",
9586                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9587                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
9588             },
9589             "dist": {
9590                 "type": "zip",
9591                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
9592                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
9593                 "shasum": ""
9594             },
9595             "require": {
9596                 "php": ">=7.3"
9597             },
9598             "require-dev": {
9599                 "phpunit/phpunit": "^9.3"
9600             },
9601             "type": "library",
9602             "extra": {
9603                 "branch-alias": {
9604                     "dev-master": "3.0-dev"
9605                 }
9606             },
9607             "autoload": {
9608                 "classmap": [
9609                     "src/"
9610                 ]
9611             },
9612             "notification-url": "https://packagist.org/downloads/",
9613             "license": [
9614                 "BSD-3-Clause"
9615             ],
9616             "authors": [
9617                 {
9618                     "name": "Sebastian Bergmann",
9619                     "email": "sebastian@phpunit.de",
9620                     "role": "lead"
9621                 }
9622             ],
9623             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9624             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9625             "keywords": [
9626                 "filesystem",
9627                 "iterator"
9628             ],
9629             "support": {
9630                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9631                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
9632             },
9633             "funding": [
9634                 {
9635                     "url": "https://github.com/sebastianbergmann",
9636                     "type": "github"
9637                 }
9638             ],
9639             "time": "2020-09-28T05:57:25+00:00"
9640         },
9641         {
9642             "name": "phpunit/php-invoker",
9643             "version": "3.1.1",
9644             "source": {
9645                 "type": "git",
9646                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9647                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9648             },
9649             "dist": {
9650                 "type": "zip",
9651                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9652                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9653                 "shasum": ""
9654             },
9655             "require": {
9656                 "php": ">=7.3"
9657             },
9658             "require-dev": {
9659                 "ext-pcntl": "*",
9660                 "phpunit/phpunit": "^9.3"
9661             },
9662             "suggest": {
9663                 "ext-pcntl": "*"
9664             },
9665             "type": "library",
9666             "extra": {
9667                 "branch-alias": {
9668                     "dev-master": "3.1-dev"
9669                 }
9670             },
9671             "autoload": {
9672                 "classmap": [
9673                     "src/"
9674                 ]
9675             },
9676             "notification-url": "https://packagist.org/downloads/",
9677             "license": [
9678                 "BSD-3-Clause"
9679             ],
9680             "authors": [
9681                 {
9682                     "name": "Sebastian Bergmann",
9683                     "email": "sebastian@phpunit.de",
9684                     "role": "lead"
9685                 }
9686             ],
9687             "description": "Invoke callables with a timeout",
9688             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9689             "keywords": [
9690                 "process"
9691             ],
9692             "support": {
9693                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9694                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9695             },
9696             "funding": [
9697                 {
9698                     "url": "https://github.com/sebastianbergmann",
9699                     "type": "github"
9700                 }
9701             ],
9702             "time": "2020-09-28T05:58:55+00:00"
9703         },
9704         {
9705             "name": "phpunit/php-text-template",
9706             "version": "2.0.4",
9707             "source": {
9708                 "type": "git",
9709                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9710                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9711             },
9712             "dist": {
9713                 "type": "zip",
9714                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9715                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9716                 "shasum": ""
9717             },
9718             "require": {
9719                 "php": ">=7.3"
9720             },
9721             "require-dev": {
9722                 "phpunit/phpunit": "^9.3"
9723             },
9724             "type": "library",
9725             "extra": {
9726                 "branch-alias": {
9727                     "dev-master": "2.0-dev"
9728                 }
9729             },
9730             "autoload": {
9731                 "classmap": [
9732                     "src/"
9733                 ]
9734             },
9735             "notification-url": "https://packagist.org/downloads/",
9736             "license": [
9737                 "BSD-3-Clause"
9738             ],
9739             "authors": [
9740                 {
9741                     "name": "Sebastian Bergmann",
9742                     "email": "sebastian@phpunit.de",
9743                     "role": "lead"
9744                 }
9745             ],
9746             "description": "Simple template engine.",
9747             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9748             "keywords": [
9749                 "template"
9750             ],
9751             "support": {
9752                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9753                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9754             },
9755             "funding": [
9756                 {
9757                     "url": "https://github.com/sebastianbergmann",
9758                     "type": "github"
9759                 }
9760             ],
9761             "time": "2020-10-26T05:33:50+00:00"
9762         },
9763         {
9764             "name": "phpunit/php-timer",
9765             "version": "5.0.3",
9766             "source": {
9767                 "type": "git",
9768                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9769                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9770             },
9771             "dist": {
9772                 "type": "zip",
9773                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9774                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9775                 "shasum": ""
9776             },
9777             "require": {
9778                 "php": ">=7.3"
9779             },
9780             "require-dev": {
9781                 "phpunit/phpunit": "^9.3"
9782             },
9783             "type": "library",
9784             "extra": {
9785                 "branch-alias": {
9786                     "dev-master": "5.0-dev"
9787                 }
9788             },
9789             "autoload": {
9790                 "classmap": [
9791                     "src/"
9792                 ]
9793             },
9794             "notification-url": "https://packagist.org/downloads/",
9795             "license": [
9796                 "BSD-3-Clause"
9797             ],
9798             "authors": [
9799                 {
9800                     "name": "Sebastian Bergmann",
9801                     "email": "sebastian@phpunit.de",
9802                     "role": "lead"
9803                 }
9804             ],
9805             "description": "Utility class for timing",
9806             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9807             "keywords": [
9808                 "timer"
9809             ],
9810             "support": {
9811                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9812                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9813             },
9814             "funding": [
9815                 {
9816                     "url": "https://github.com/sebastianbergmann",
9817                     "type": "github"
9818                 }
9819             ],
9820             "time": "2020-10-26T13:16:10+00:00"
9821         },
9822         {
9823             "name": "phpunit/phpunit",
9824             "version": "9.5.4",
9825             "source": {
9826                 "type": "git",
9827                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9828                 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
9829             },
9830             "dist": {
9831                 "type": "zip",
9832                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
9833                 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
9834                 "shasum": ""
9835             },
9836             "require": {
9837                 "doctrine/instantiator": "^1.3.1",
9838                 "ext-dom": "*",
9839                 "ext-json": "*",
9840                 "ext-libxml": "*",
9841                 "ext-mbstring": "*",
9842                 "ext-xml": "*",
9843                 "ext-xmlwriter": "*",
9844                 "myclabs/deep-copy": "^1.10.1",
9845                 "phar-io/manifest": "^2.0.1",
9846                 "phar-io/version": "^3.0.2",
9847                 "php": ">=7.3",
9848                 "phpspec/prophecy": "^1.12.1",
9849                 "phpunit/php-code-coverage": "^9.2.3",
9850                 "phpunit/php-file-iterator": "^3.0.5",
9851                 "phpunit/php-invoker": "^3.1.1",
9852                 "phpunit/php-text-template": "^2.0.3",
9853                 "phpunit/php-timer": "^5.0.2",
9854                 "sebastian/cli-parser": "^1.0.1",
9855                 "sebastian/code-unit": "^1.0.6",
9856                 "sebastian/comparator": "^4.0.5",
9857                 "sebastian/diff": "^4.0.3",
9858                 "sebastian/environment": "^5.1.3",
9859                 "sebastian/exporter": "^4.0.3",
9860                 "sebastian/global-state": "^5.0.1",
9861                 "sebastian/object-enumerator": "^4.0.3",
9862                 "sebastian/resource-operations": "^3.0.3",
9863                 "sebastian/type": "^2.3",
9864                 "sebastian/version": "^3.0.2"
9865             },
9866             "require-dev": {
9867                 "ext-pdo": "*",
9868                 "phpspec/prophecy-phpunit": "^2.0.1"
9869             },
9870             "suggest": {
9871                 "ext-soap": "*",
9872                 "ext-xdebug": "*"
9873             },
9874             "bin": [
9875                 "phpunit"
9876             ],
9877             "type": "library",
9878             "extra": {
9879                 "branch-alias": {
9880                     "dev-master": "9.5-dev"
9881                 }
9882             },
9883             "autoload": {
9884                 "classmap": [
9885                     "src/"
9886                 ],
9887                 "files": [
9888                     "src/Framework/Assert/Functions.php"
9889                 ]
9890             },
9891             "notification-url": "https://packagist.org/downloads/",
9892             "license": [
9893                 "BSD-3-Clause"
9894             ],
9895             "authors": [
9896                 {
9897                     "name": "Sebastian Bergmann",
9898                     "email": "sebastian@phpunit.de",
9899                     "role": "lead"
9900                 }
9901             ],
9902             "description": "The PHP Unit Testing framework.",
9903             "homepage": "https://phpunit.de/",
9904             "keywords": [
9905                 "phpunit",
9906                 "testing",
9907                 "xunit"
9908             ],
9909             "support": {
9910                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9911                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
9912             },
9913             "funding": [
9914                 {
9915                     "url": "https://phpunit.de/donate.html",
9916                     "type": "custom"
9917                 },
9918                 {
9919                     "url": "https://github.com/sebastianbergmann",
9920                     "type": "github"
9921                 }
9922             ],
9923             "time": "2021-03-23T07:16:29+00:00"
9924         },
9925         {
9926             "name": "sebastian/cli-parser",
9927             "version": "1.0.1",
9928             "source": {
9929                 "type": "git",
9930                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9931                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9932             },
9933             "dist": {
9934                 "type": "zip",
9935                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9936                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9937                 "shasum": ""
9938             },
9939             "require": {
9940                 "php": ">=7.3"
9941             },
9942             "require-dev": {
9943                 "phpunit/phpunit": "^9.3"
9944             },
9945             "type": "library",
9946             "extra": {
9947                 "branch-alias": {
9948                     "dev-master": "1.0-dev"
9949                 }
9950             },
9951             "autoload": {
9952                 "classmap": [
9953                     "src/"
9954                 ]
9955             },
9956             "notification-url": "https://packagist.org/downloads/",
9957             "license": [
9958                 "BSD-3-Clause"
9959             ],
9960             "authors": [
9961                 {
9962                     "name": "Sebastian Bergmann",
9963                     "email": "sebastian@phpunit.de",
9964                     "role": "lead"
9965                 }
9966             ],
9967             "description": "Library for parsing CLI options",
9968             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9969             "support": {
9970                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9971                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9972             },
9973             "funding": [
9974                 {
9975                     "url": "https://github.com/sebastianbergmann",
9976                     "type": "github"
9977                 }
9978             ],
9979             "time": "2020-09-28T06:08:49+00:00"
9980         },
9981         {
9982             "name": "sebastian/code-unit",
9983             "version": "1.0.8",
9984             "source": {
9985                 "type": "git",
9986                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9987                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9988             },
9989             "dist": {
9990                 "type": "zip",
9991                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9992                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9993                 "shasum": ""
9994             },
9995             "require": {
9996                 "php": ">=7.3"
9997             },
9998             "require-dev": {
9999                 "phpunit/phpunit": "^9.3"
10000             },
10001             "type": "library",
10002             "extra": {
10003                 "branch-alias": {
10004                     "dev-master": "1.0-dev"
10005                 }
10006             },
10007             "autoload": {
10008                 "classmap": [
10009                     "src/"
10010                 ]
10011             },
10012             "notification-url": "https://packagist.org/downloads/",
10013             "license": [
10014                 "BSD-3-Clause"
10015             ],
10016             "authors": [
10017                 {
10018                     "name": "Sebastian Bergmann",
10019                     "email": "sebastian@phpunit.de",
10020                     "role": "lead"
10021                 }
10022             ],
10023             "description": "Collection of value objects that represent the PHP code units",
10024             "homepage": "https://github.com/sebastianbergmann/code-unit",
10025             "support": {
10026                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
10027                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
10028             },
10029             "funding": [
10030                 {
10031                     "url": "https://github.com/sebastianbergmann",
10032                     "type": "github"
10033                 }
10034             ],
10035             "time": "2020-10-26T13:08:54+00:00"
10036         },
10037         {
10038             "name": "sebastian/code-unit-reverse-lookup",
10039             "version": "2.0.3",
10040             "source": {
10041                 "type": "git",
10042                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
10043                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
10044             },
10045             "dist": {
10046                 "type": "zip",
10047                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10048                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10049                 "shasum": ""
10050             },
10051             "require": {
10052                 "php": ">=7.3"
10053             },
10054             "require-dev": {
10055                 "phpunit/phpunit": "^9.3"
10056             },
10057             "type": "library",
10058             "extra": {
10059                 "branch-alias": {
10060                     "dev-master": "2.0-dev"
10061                 }
10062             },
10063             "autoload": {
10064                 "classmap": [
10065                     "src/"
10066                 ]
10067             },
10068             "notification-url": "https://packagist.org/downloads/",
10069             "license": [
10070                 "BSD-3-Clause"
10071             ],
10072             "authors": [
10073                 {
10074                     "name": "Sebastian Bergmann",
10075                     "email": "sebastian@phpunit.de"
10076                 }
10077             ],
10078             "description": "Looks up which function or method a line of code belongs to",
10079             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
10080             "support": {
10081                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
10082                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
10083             },
10084             "funding": [
10085                 {
10086                     "url": "https://github.com/sebastianbergmann",
10087                     "type": "github"
10088                 }
10089             ],
10090             "time": "2020-09-28T05:30:19+00:00"
10091         },
10092         {
10093             "name": "sebastian/comparator",
10094             "version": "4.0.6",
10095             "source": {
10096                 "type": "git",
10097                 "url": "https://github.com/sebastianbergmann/comparator.git",
10098                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
10099             },
10100             "dist": {
10101                 "type": "zip",
10102                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
10103                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
10104                 "shasum": ""
10105             },
10106             "require": {
10107                 "php": ">=7.3",
10108                 "sebastian/diff": "^4.0",
10109                 "sebastian/exporter": "^4.0"
10110             },
10111             "require-dev": {
10112                 "phpunit/phpunit": "^9.3"
10113             },
10114             "type": "library",
10115             "extra": {
10116                 "branch-alias": {
10117                     "dev-master": "4.0-dev"
10118                 }
10119             },
10120             "autoload": {
10121                 "classmap": [
10122                     "src/"
10123                 ]
10124             },
10125             "notification-url": "https://packagist.org/downloads/",
10126             "license": [
10127                 "BSD-3-Clause"
10128             ],
10129             "authors": [
10130                 {
10131                     "name": "Sebastian Bergmann",
10132                     "email": "sebastian@phpunit.de"
10133                 },
10134                 {
10135                     "name": "Jeff Welch",
10136                     "email": "whatthejeff@gmail.com"
10137                 },
10138                 {
10139                     "name": "Volker Dusch",
10140                     "email": "github@wallbash.com"
10141                 },
10142                 {
10143                     "name": "Bernhard Schussek",
10144                     "email": "bschussek@2bepublished.at"
10145                 }
10146             ],
10147             "description": "Provides the functionality to compare PHP values for equality",
10148             "homepage": "https://github.com/sebastianbergmann/comparator",
10149             "keywords": [
10150                 "comparator",
10151                 "compare",
10152                 "equality"
10153             ],
10154             "support": {
10155                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
10156                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
10157             },
10158             "funding": [
10159                 {
10160                     "url": "https://github.com/sebastianbergmann",
10161                     "type": "github"
10162                 }
10163             ],
10164             "time": "2020-10-26T15:49:45+00:00"
10165         },
10166         {
10167             "name": "sebastian/complexity",
10168             "version": "2.0.2",
10169             "source": {
10170                 "type": "git",
10171                 "url": "https://github.com/sebastianbergmann/complexity.git",
10172                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
10173             },
10174             "dist": {
10175                 "type": "zip",
10176                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
10177                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
10178                 "shasum": ""
10179             },
10180             "require": {
10181                 "nikic/php-parser": "^4.7",
10182                 "php": ">=7.3"
10183             },
10184             "require-dev": {
10185                 "phpunit/phpunit": "^9.3"
10186             },
10187             "type": "library",
10188             "extra": {
10189                 "branch-alias": {
10190                     "dev-master": "2.0-dev"
10191                 }
10192             },
10193             "autoload": {
10194                 "classmap": [
10195                     "src/"
10196                 ]
10197             },
10198             "notification-url": "https://packagist.org/downloads/",
10199             "license": [
10200                 "BSD-3-Clause"
10201             ],
10202             "authors": [
10203                 {
10204                     "name": "Sebastian Bergmann",
10205                     "email": "sebastian@phpunit.de",
10206                     "role": "lead"
10207                 }
10208             ],
10209             "description": "Library for calculating the complexity of PHP code units",
10210             "homepage": "https://github.com/sebastianbergmann/complexity",
10211             "support": {
10212                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
10213                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
10214             },
10215             "funding": [
10216                 {
10217                     "url": "https://github.com/sebastianbergmann",
10218                     "type": "github"
10219                 }
10220             ],
10221             "time": "2020-10-26T15:52:27+00:00"
10222         },
10223         {
10224             "name": "sebastian/diff",
10225             "version": "4.0.4",
10226             "source": {
10227                 "type": "git",
10228                 "url": "https://github.com/sebastianbergmann/diff.git",
10229                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
10230             },
10231             "dist": {
10232                 "type": "zip",
10233                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10234                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10235                 "shasum": ""
10236             },
10237             "require": {
10238                 "php": ">=7.3"
10239             },
10240             "require-dev": {
10241                 "phpunit/phpunit": "^9.3",
10242                 "symfony/process": "^4.2 || ^5"
10243             },
10244             "type": "library",
10245             "extra": {
10246                 "branch-alias": {
10247                     "dev-master": "4.0-dev"
10248                 }
10249             },
10250             "autoload": {
10251                 "classmap": [
10252                     "src/"
10253                 ]
10254             },
10255             "notification-url": "https://packagist.org/downloads/",
10256             "license": [
10257                 "BSD-3-Clause"
10258             ],
10259             "authors": [
10260                 {
10261                     "name": "Sebastian Bergmann",
10262                     "email": "sebastian@phpunit.de"
10263                 },
10264                 {
10265                     "name": "Kore Nordmann",
10266                     "email": "mail@kore-nordmann.de"
10267                 }
10268             ],
10269             "description": "Diff implementation",
10270             "homepage": "https://github.com/sebastianbergmann/diff",
10271             "keywords": [
10272                 "diff",
10273                 "udiff",
10274                 "unidiff",
10275                 "unified diff"
10276             ],
10277             "support": {
10278                 "issues": "https://github.com/sebastianbergmann/diff/issues",
10279                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
10280             },
10281             "funding": [
10282                 {
10283                     "url": "https://github.com/sebastianbergmann",
10284                     "type": "github"
10285                 }
10286             ],
10287             "time": "2020-10-26T13:10:38+00:00"
10288         },
10289         {
10290             "name": "sebastian/environment",
10291             "version": "5.1.3",
10292             "source": {
10293                 "type": "git",
10294                 "url": "https://github.com/sebastianbergmann/environment.git",
10295                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
10296             },
10297             "dist": {
10298                 "type": "zip",
10299                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
10300                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
10301                 "shasum": ""
10302             },
10303             "require": {
10304                 "php": ">=7.3"
10305             },
10306             "require-dev": {
10307                 "phpunit/phpunit": "^9.3"
10308             },
10309             "suggest": {
10310                 "ext-posix": "*"
10311             },
10312             "type": "library",
10313             "extra": {
10314                 "branch-alias": {
10315                     "dev-master": "5.1-dev"
10316                 }
10317             },
10318             "autoload": {
10319                 "classmap": [
10320                     "src/"
10321                 ]
10322             },
10323             "notification-url": "https://packagist.org/downloads/",
10324             "license": [
10325                 "BSD-3-Clause"
10326             ],
10327             "authors": [
10328                 {
10329                     "name": "Sebastian Bergmann",
10330                     "email": "sebastian@phpunit.de"
10331                 }
10332             ],
10333             "description": "Provides functionality to handle HHVM/PHP environments",
10334             "homepage": "http://www.github.com/sebastianbergmann/environment",
10335             "keywords": [
10336                 "Xdebug",
10337                 "environment",
10338                 "hhvm"
10339             ],
10340             "support": {
10341                 "issues": "https://github.com/sebastianbergmann/environment/issues",
10342                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
10343             },
10344             "funding": [
10345                 {
10346                     "url": "https://github.com/sebastianbergmann",
10347                     "type": "github"
10348                 }
10349             ],
10350             "time": "2020-09-28T05:52:38+00:00"
10351         },
10352         {
10353             "name": "sebastian/exporter",
10354             "version": "4.0.3",
10355             "source": {
10356                 "type": "git",
10357                 "url": "https://github.com/sebastianbergmann/exporter.git",
10358                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
10359             },
10360             "dist": {
10361                 "type": "zip",
10362                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10363                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10364                 "shasum": ""
10365             },
10366             "require": {
10367                 "php": ">=7.3",
10368                 "sebastian/recursion-context": "^4.0"
10369             },
10370             "require-dev": {
10371                 "ext-mbstring": "*",
10372                 "phpunit/phpunit": "^9.3"
10373             },
10374             "type": "library",
10375             "extra": {
10376                 "branch-alias": {
10377                     "dev-master": "4.0-dev"
10378                 }
10379             },
10380             "autoload": {
10381                 "classmap": [
10382                     "src/"
10383                 ]
10384             },
10385             "notification-url": "https://packagist.org/downloads/",
10386             "license": [
10387                 "BSD-3-Clause"
10388             ],
10389             "authors": [
10390                 {
10391                     "name": "Sebastian Bergmann",
10392                     "email": "sebastian@phpunit.de"
10393                 },
10394                 {
10395                     "name": "Jeff Welch",
10396                     "email": "whatthejeff@gmail.com"
10397                 },
10398                 {
10399                     "name": "Volker Dusch",
10400                     "email": "github@wallbash.com"
10401                 },
10402                 {
10403                     "name": "Adam Harvey",
10404                     "email": "aharvey@php.net"
10405                 },
10406                 {
10407                     "name": "Bernhard Schussek",
10408                     "email": "bschussek@gmail.com"
10409                 }
10410             ],
10411             "description": "Provides the functionality to export PHP variables for visualization",
10412             "homepage": "http://www.github.com/sebastianbergmann/exporter",
10413             "keywords": [
10414                 "export",
10415                 "exporter"
10416             ],
10417             "support": {
10418                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
10419                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
10420             },
10421             "funding": [
10422                 {
10423                     "url": "https://github.com/sebastianbergmann",
10424                     "type": "github"
10425                 }
10426             ],
10427             "time": "2020-09-28T05:24:23+00:00"
10428         },
10429         {
10430             "name": "sebastian/global-state",
10431             "version": "5.0.2",
10432             "source": {
10433                 "type": "git",
10434                 "url": "https://github.com/sebastianbergmann/global-state.git",
10435                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
10436             },
10437             "dist": {
10438                 "type": "zip",
10439                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
10440                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
10441                 "shasum": ""
10442             },
10443             "require": {
10444                 "php": ">=7.3",
10445                 "sebastian/object-reflector": "^2.0",
10446                 "sebastian/recursion-context": "^4.0"
10447             },
10448             "require-dev": {
10449                 "ext-dom": "*",
10450                 "phpunit/phpunit": "^9.3"
10451             },
10452             "suggest": {
10453                 "ext-uopz": "*"
10454             },
10455             "type": "library",
10456             "extra": {
10457                 "branch-alias": {
10458                     "dev-master": "5.0-dev"
10459                 }
10460             },
10461             "autoload": {
10462                 "classmap": [
10463                     "src/"
10464                 ]
10465             },
10466             "notification-url": "https://packagist.org/downloads/",
10467             "license": [
10468                 "BSD-3-Clause"
10469             ],
10470             "authors": [
10471                 {
10472                     "name": "Sebastian Bergmann",
10473                     "email": "sebastian@phpunit.de"
10474                 }
10475             ],
10476             "description": "Snapshotting of global state",
10477             "homepage": "http://www.github.com/sebastianbergmann/global-state",
10478             "keywords": [
10479                 "global state"
10480             ],
10481             "support": {
10482                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10483                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
10484             },
10485             "funding": [
10486                 {
10487                     "url": "https://github.com/sebastianbergmann",
10488                     "type": "github"
10489                 }
10490             ],
10491             "time": "2020-10-26T15:55:19+00:00"
10492         },
10493         {
10494             "name": "sebastian/lines-of-code",
10495             "version": "1.0.3",
10496             "source": {
10497                 "type": "git",
10498                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10499                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10500             },
10501             "dist": {
10502                 "type": "zip",
10503                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10504                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10505                 "shasum": ""
10506             },
10507             "require": {
10508                 "nikic/php-parser": "^4.6",
10509                 "php": ">=7.3"
10510             },
10511             "require-dev": {
10512                 "phpunit/phpunit": "^9.3"
10513             },
10514             "type": "library",
10515             "extra": {
10516                 "branch-alias": {
10517                     "dev-master": "1.0-dev"
10518                 }
10519             },
10520             "autoload": {
10521                 "classmap": [
10522                     "src/"
10523                 ]
10524             },
10525             "notification-url": "https://packagist.org/downloads/",
10526             "license": [
10527                 "BSD-3-Clause"
10528             ],
10529             "authors": [
10530                 {
10531                     "name": "Sebastian Bergmann",
10532                     "email": "sebastian@phpunit.de",
10533                     "role": "lead"
10534                 }
10535             ],
10536             "description": "Library for counting the lines of code in PHP source code",
10537             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10538             "support": {
10539                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10540                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10541             },
10542             "funding": [
10543                 {
10544                     "url": "https://github.com/sebastianbergmann",
10545                     "type": "github"
10546                 }
10547             ],
10548             "time": "2020-11-28T06:42:11+00:00"
10549         },
10550         {
10551             "name": "sebastian/object-enumerator",
10552             "version": "4.0.4",
10553             "source": {
10554                 "type": "git",
10555                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10556                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10557             },
10558             "dist": {
10559                 "type": "zip",
10560                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10561                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10562                 "shasum": ""
10563             },
10564             "require": {
10565                 "php": ">=7.3",
10566                 "sebastian/object-reflector": "^2.0",
10567                 "sebastian/recursion-context": "^4.0"
10568             },
10569             "require-dev": {
10570                 "phpunit/phpunit": "^9.3"
10571             },
10572             "type": "library",
10573             "extra": {
10574                 "branch-alias": {
10575                     "dev-master": "4.0-dev"
10576                 }
10577             },
10578             "autoload": {
10579                 "classmap": [
10580                     "src/"
10581                 ]
10582             },
10583             "notification-url": "https://packagist.org/downloads/",
10584             "license": [
10585                 "BSD-3-Clause"
10586             ],
10587             "authors": [
10588                 {
10589                     "name": "Sebastian Bergmann",
10590                     "email": "sebastian@phpunit.de"
10591                 }
10592             ],
10593             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10594             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10595             "support": {
10596                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10597                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10598             },
10599             "funding": [
10600                 {
10601                     "url": "https://github.com/sebastianbergmann",
10602                     "type": "github"
10603                 }
10604             ],
10605             "time": "2020-10-26T13:12:34+00:00"
10606         },
10607         {
10608             "name": "sebastian/object-reflector",
10609             "version": "2.0.4",
10610             "source": {
10611                 "type": "git",
10612                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10613                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10614             },
10615             "dist": {
10616                 "type": "zip",
10617                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10618                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10619                 "shasum": ""
10620             },
10621             "require": {
10622                 "php": ">=7.3"
10623             },
10624             "require-dev": {
10625                 "phpunit/phpunit": "^9.3"
10626             },
10627             "type": "library",
10628             "extra": {
10629                 "branch-alias": {
10630                     "dev-master": "2.0-dev"
10631                 }
10632             },
10633             "autoload": {
10634                 "classmap": [
10635                     "src/"
10636                 ]
10637             },
10638             "notification-url": "https://packagist.org/downloads/",
10639             "license": [
10640                 "BSD-3-Clause"
10641             ],
10642             "authors": [
10643                 {
10644                     "name": "Sebastian Bergmann",
10645                     "email": "sebastian@phpunit.de"
10646                 }
10647             ],
10648             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10649             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10650             "support": {
10651                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10652                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10653             },
10654             "funding": [
10655                 {
10656                     "url": "https://github.com/sebastianbergmann",
10657                     "type": "github"
10658                 }
10659             ],
10660             "time": "2020-10-26T13:14:26+00:00"
10661         },
10662         {
10663             "name": "sebastian/recursion-context",
10664             "version": "4.0.4",
10665             "source": {
10666                 "type": "git",
10667                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10668                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10669             },
10670             "dist": {
10671                 "type": "zip",
10672                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10673                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10674                 "shasum": ""
10675             },
10676             "require": {
10677                 "php": ">=7.3"
10678             },
10679             "require-dev": {
10680                 "phpunit/phpunit": "^9.3"
10681             },
10682             "type": "library",
10683             "extra": {
10684                 "branch-alias": {
10685                     "dev-master": "4.0-dev"
10686                 }
10687             },
10688             "autoload": {
10689                 "classmap": [
10690                     "src/"
10691                 ]
10692             },
10693             "notification-url": "https://packagist.org/downloads/",
10694             "license": [
10695                 "BSD-3-Clause"
10696             ],
10697             "authors": [
10698                 {
10699                     "name": "Sebastian Bergmann",
10700                     "email": "sebastian@phpunit.de"
10701                 },
10702                 {
10703                     "name": "Jeff Welch",
10704                     "email": "whatthejeff@gmail.com"
10705                 },
10706                 {
10707                     "name": "Adam Harvey",
10708                     "email": "aharvey@php.net"
10709                 }
10710             ],
10711             "description": "Provides functionality to recursively process PHP variables",
10712             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10713             "support": {
10714                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10715                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10716             },
10717             "funding": [
10718                 {
10719                     "url": "https://github.com/sebastianbergmann",
10720                     "type": "github"
10721                 }
10722             ],
10723             "time": "2020-10-26T13:17:30+00:00"
10724         },
10725         {
10726             "name": "sebastian/resource-operations",
10727             "version": "3.0.3",
10728             "source": {
10729                 "type": "git",
10730                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10731                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10732             },
10733             "dist": {
10734                 "type": "zip",
10735                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10736                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10737                 "shasum": ""
10738             },
10739             "require": {
10740                 "php": ">=7.3"
10741             },
10742             "require-dev": {
10743                 "phpunit/phpunit": "^9.0"
10744             },
10745             "type": "library",
10746             "extra": {
10747                 "branch-alias": {
10748                     "dev-master": "3.0-dev"
10749                 }
10750             },
10751             "autoload": {
10752                 "classmap": [
10753                     "src/"
10754                 ]
10755             },
10756             "notification-url": "https://packagist.org/downloads/",
10757             "license": [
10758                 "BSD-3-Clause"
10759             ],
10760             "authors": [
10761                 {
10762                     "name": "Sebastian Bergmann",
10763                     "email": "sebastian@phpunit.de"
10764                 }
10765             ],
10766             "description": "Provides a list of PHP built-in functions that operate on resources",
10767             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10768             "support": {
10769                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10770                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10771             },
10772             "funding": [
10773                 {
10774                     "url": "https://github.com/sebastianbergmann",
10775                     "type": "github"
10776                 }
10777             ],
10778             "time": "2020-09-28T06:45:17+00:00"
10779         },
10780         {
10781             "name": "sebastian/type",
10782             "version": "2.3.1",
10783             "source": {
10784                 "type": "git",
10785                 "url": "https://github.com/sebastianbergmann/type.git",
10786                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
10787             },
10788             "dist": {
10789                 "type": "zip",
10790                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10791                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10792                 "shasum": ""
10793             },
10794             "require": {
10795                 "php": ">=7.3"
10796             },
10797             "require-dev": {
10798                 "phpunit/phpunit": "^9.3"
10799             },
10800             "type": "library",
10801             "extra": {
10802                 "branch-alias": {
10803                     "dev-master": "2.3-dev"
10804                 }
10805             },
10806             "autoload": {
10807                 "classmap": [
10808                     "src/"
10809                 ]
10810             },
10811             "notification-url": "https://packagist.org/downloads/",
10812             "license": [
10813                 "BSD-3-Clause"
10814             ],
10815             "authors": [
10816                 {
10817                     "name": "Sebastian Bergmann",
10818                     "email": "sebastian@phpunit.de",
10819                     "role": "lead"
10820                 }
10821             ],
10822             "description": "Collection of value objects that represent the types of the PHP type system",
10823             "homepage": "https://github.com/sebastianbergmann/type",
10824             "support": {
10825                 "issues": "https://github.com/sebastianbergmann/type/issues",
10826                 "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
10827             },
10828             "funding": [
10829                 {
10830                     "url": "https://github.com/sebastianbergmann",
10831                     "type": "github"
10832                 }
10833             ],
10834             "time": "2020-10-26T13:18:59+00:00"
10835         },
10836         {
10837             "name": "sebastian/version",
10838             "version": "3.0.2",
10839             "source": {
10840                 "type": "git",
10841                 "url": "https://github.com/sebastianbergmann/version.git",
10842                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10843             },
10844             "dist": {
10845                 "type": "zip",
10846                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10847                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10848                 "shasum": ""
10849             },
10850             "require": {
10851                 "php": ">=7.3"
10852             },
10853             "type": "library",
10854             "extra": {
10855                 "branch-alias": {
10856                     "dev-master": "3.0-dev"
10857                 }
10858             },
10859             "autoload": {
10860                 "classmap": [
10861                     "src/"
10862                 ]
10863             },
10864             "notification-url": "https://packagist.org/downloads/",
10865             "license": [
10866                 "BSD-3-Clause"
10867             ],
10868             "authors": [
10869                 {
10870                     "name": "Sebastian Bergmann",
10871                     "email": "sebastian@phpunit.de",
10872                     "role": "lead"
10873                 }
10874             ],
10875             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10876             "homepage": "https://github.com/sebastianbergmann/version",
10877             "support": {
10878                 "issues": "https://github.com/sebastianbergmann/version/issues",
10879                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10880             },
10881             "funding": [
10882                 {
10883                     "url": "https://github.com/sebastianbergmann",
10884                     "type": "github"
10885                 }
10886             ],
10887             "time": "2020-09-28T06:39:44+00:00"
10888         },
10889         {
10890             "name": "symfony/browser-kit",
10891             "version": "v5.2.9",
10892             "source": {
10893                 "type": "git",
10894                 "url": "https://github.com/symfony/browser-kit.git",
10895                 "reference": "38e16b426f1a4cd663b2583111f213e0c9d9d4fe"
10896             },
10897             "dist": {
10898                 "type": "zip",
10899                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/38e16b426f1a4cd663b2583111f213e0c9d9d4fe",
10900                 "reference": "38e16b426f1a4cd663b2583111f213e0c9d9d4fe",
10901                 "shasum": ""
10902             },
10903             "require": {
10904                 "php": ">=7.2.5",
10905                 "symfony/dom-crawler": "^4.4|^5.0"
10906             },
10907             "require-dev": {
10908                 "symfony/css-selector": "^4.4|^5.0",
10909                 "symfony/http-client": "^4.4|^5.0",
10910                 "symfony/mime": "^4.4|^5.0",
10911                 "symfony/process": "^4.4|^5.0"
10912             },
10913             "suggest": {
10914                 "symfony/process": ""
10915             },
10916             "type": "library",
10917             "autoload": {
10918                 "psr-4": {
10919                     "Symfony\\Component\\BrowserKit\\": ""
10920                 },
10921                 "exclude-from-classmap": [
10922                     "/Tests/"
10923                 ]
10924             },
10925             "notification-url": "https://packagist.org/downloads/",
10926             "license": [
10927                 "MIT"
10928             ],
10929             "authors": [
10930                 {
10931                     "name": "Fabien Potencier",
10932                     "email": "fabien@symfony.com"
10933                 },
10934                 {
10935                     "name": "Symfony Community",
10936                     "homepage": "https://symfony.com/contributors"
10937                 }
10938             ],
10939             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
10940             "homepage": "https://symfony.com",
10941             "support": {
10942                 "source": "https://github.com/symfony/browser-kit/tree/v5.2.9"
10943             },
10944             "funding": [
10945                 {
10946                     "url": "https://symfony.com/sponsor",
10947                     "type": "custom"
10948                 },
10949                 {
10950                     "url": "https://github.com/fabpot",
10951                     "type": "github"
10952                 },
10953                 {
10954                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10955                     "type": "tidelift"
10956                 }
10957             ],
10958             "time": "2021-05-16T13:07:46+00:00"
10959         },
10960         {
10961             "name": "symfony/dom-crawler",
10962             "version": "v5.2.9",
10963             "source": {
10964                 "type": "git",
10965                 "url": "https://github.com/symfony/dom-crawler.git",
10966                 "reference": "8d5201206ded6f37de475b041a11bfaf3ac73d5e"
10967             },
10968             "dist": {
10969                 "type": "zip",
10970                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8d5201206ded6f37de475b041a11bfaf3ac73d5e",
10971                 "reference": "8d5201206ded6f37de475b041a11bfaf3ac73d5e",
10972                 "shasum": ""
10973             },
10974             "require": {
10975                 "php": ">=7.2.5",
10976                 "symfony/polyfill-ctype": "~1.8",
10977                 "symfony/polyfill-mbstring": "~1.0",
10978                 "symfony/polyfill-php80": "^1.15"
10979             },
10980             "conflict": {
10981                 "masterminds/html5": "<2.6"
10982             },
10983             "require-dev": {
10984                 "masterminds/html5": "^2.6",
10985                 "symfony/css-selector": "^4.4|^5.0"
10986             },
10987             "suggest": {
10988                 "symfony/css-selector": ""
10989             },
10990             "type": "library",
10991             "autoload": {
10992                 "psr-4": {
10993                     "Symfony\\Component\\DomCrawler\\": ""
10994                 },
10995                 "exclude-from-classmap": [
10996                     "/Tests/"
10997                 ]
10998             },
10999             "notification-url": "https://packagist.org/downloads/",
11000             "license": [
11001                 "MIT"
11002             ],
11003             "authors": [
11004                 {
11005                     "name": "Fabien Potencier",
11006                     "email": "fabien@symfony.com"
11007                 },
11008                 {
11009                     "name": "Symfony Community",
11010                     "homepage": "https://symfony.com/contributors"
11011                 }
11012             ],
11013             "description": "Eases DOM navigation for HTML and XML documents",
11014             "homepage": "https://symfony.com",
11015             "support": {
11016                 "source": "https://github.com/symfony/dom-crawler/tree/v5.2.9"
11017             },
11018             "funding": [
11019                 {
11020                     "url": "https://symfony.com/sponsor",
11021                     "type": "custom"
11022                 },
11023                 {
11024                     "url": "https://github.com/fabpot",
11025                     "type": "github"
11026                 },
11027                 {
11028                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11029                     "type": "tidelift"
11030                 }
11031             ],
11032             "time": "2021-05-16T13:07:46+00:00"
11033         },
11034         {
11035             "name": "symfony/http-client",
11036             "version": "v5.2.9",
11037             "source": {
11038                 "type": "git",
11039                 "url": "https://github.com/symfony/http-client.git",
11040                 "reference": "653dc5e2201659abfa090a7396ce202371787540"
11041             },
11042             "dist": {
11043                 "type": "zip",
11044                 "url": "https://api.github.com/repos/symfony/http-client/zipball/653dc5e2201659abfa090a7396ce202371787540",
11045                 "reference": "653dc5e2201659abfa090a7396ce202371787540",
11046                 "shasum": ""
11047             },
11048             "require": {
11049                 "php": ">=7.2.5",
11050                 "psr/log": "^1.0",
11051                 "symfony/http-client-contracts": "^2.2",
11052                 "symfony/polyfill-php73": "^1.11",
11053                 "symfony/polyfill-php80": "^1.15",
11054                 "symfony/service-contracts": "^1.0|^2"
11055             },
11056             "provide": {
11057                 "php-http/async-client-implementation": "*",
11058                 "php-http/client-implementation": "*",
11059                 "psr/http-client-implementation": "1.0",
11060                 "symfony/http-client-implementation": "2.2"
11061             },
11062             "require-dev": {
11063                 "amphp/amp": "^2.5",
11064                 "amphp/http-client": "^4.2.1",
11065                 "amphp/http-tunnel": "^1.0",
11066                 "amphp/socket": "^1.1",
11067                 "guzzlehttp/promises": "^1.4",
11068                 "nyholm/psr7": "^1.0",
11069                 "php-http/httplug": "^1.0|^2.0",
11070                 "psr/http-client": "^1.0",
11071                 "symfony/dependency-injection": "^4.4|^5.0",
11072                 "symfony/http-kernel": "^4.4.13|^5.1.5",
11073                 "symfony/process": "^4.4|^5.0",
11074                 "symfony/stopwatch": "^4.4|^5.0"
11075             },
11076             "type": "library",
11077             "autoload": {
11078                 "psr-4": {
11079                     "Symfony\\Component\\HttpClient\\": ""
11080                 },
11081                 "exclude-from-classmap": [
11082                     "/Tests/"
11083                 ]
11084             },
11085             "notification-url": "https://packagist.org/downloads/",
11086             "license": [
11087                 "MIT"
11088             ],
11089             "authors": [
11090                 {
11091                     "name": "Nicolas Grekas",
11092                     "email": "p@tchwork.com"
11093                 },
11094                 {
11095                     "name": "Symfony Community",
11096                     "homepage": "https://symfony.com/contributors"
11097                 }
11098             ],
11099             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
11100             "homepage": "https://symfony.com",
11101             "support": {
11102                 "source": "https://github.com/symfony/http-client/tree/v5.2.9"
11103             },
11104             "funding": [
11105                 {
11106                     "url": "https://symfony.com/sponsor",
11107                     "type": "custom"
11108                 },
11109                 {
11110                     "url": "https://github.com/fabpot",
11111                     "type": "github"
11112                 },
11113                 {
11114                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11115                     "type": "tidelift"
11116                 }
11117             ],
11118             "time": "2021-05-15T12:42:34+00:00"
11119         },
11120         {
11121             "name": "symfony/http-client-contracts",
11122             "version": "v2.4.0",
11123             "source": {
11124                 "type": "git",
11125                 "url": "https://github.com/symfony/http-client-contracts.git",
11126                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
11127             },
11128             "dist": {
11129                 "type": "zip",
11130                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
11131                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
11132                 "shasum": ""
11133             },
11134             "require": {
11135                 "php": ">=7.2.5"
11136             },
11137             "suggest": {
11138                 "symfony/http-client-implementation": ""
11139             },
11140             "type": "library",
11141             "extra": {
11142                 "branch-alias": {
11143                     "dev-main": "2.4-dev"
11144                 },
11145                 "thanks": {
11146                     "name": "symfony/contracts",
11147                     "url": "https://github.com/symfony/contracts"
11148                 }
11149             },
11150             "autoload": {
11151                 "psr-4": {
11152                     "Symfony\\Contracts\\HttpClient\\": ""
11153                 }
11154             },
11155             "notification-url": "https://packagist.org/downloads/",
11156             "license": [
11157                 "MIT"
11158             ],
11159             "authors": [
11160                 {
11161                     "name": "Nicolas Grekas",
11162                     "email": "p@tchwork.com"
11163                 },
11164                 {
11165                     "name": "Symfony Community",
11166                     "homepage": "https://symfony.com/contributors"
11167                 }
11168             ],
11169             "description": "Generic abstractions related to HTTP clients",
11170             "homepage": "https://symfony.com",
11171             "keywords": [
11172                 "abstractions",
11173                 "contracts",
11174                 "decoupling",
11175                 "interfaces",
11176                 "interoperability",
11177                 "standards"
11178             ],
11179             "support": {
11180                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
11181             },
11182             "funding": [
11183                 {
11184                     "url": "https://symfony.com/sponsor",
11185                     "type": "custom"
11186                 },
11187                 {
11188                     "url": "https://github.com/fabpot",
11189                     "type": "github"
11190                 },
11191                 {
11192                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11193                     "type": "tidelift"
11194                 }
11195             ],
11196             "time": "2021-04-11T23:07:08+00:00"
11197         },
11198         {
11199             "name": "symfony/panther",
11200             "version": "v1.0.1",
11201             "source": {
11202                 "type": "git",
11203                 "url": "https://github.com/symfony/panther.git",
11204                 "reference": "d129434b09c3cf920618471e094c928d3d320df8"
11205             },
11206             "dist": {
11207                 "type": "zip",
11208                 "url": "https://api.github.com/repos/symfony/panther/zipball/d129434b09c3cf920618471e094c928d3d320df8",
11209                 "reference": "d129434b09c3cf920618471e094c928d3d320df8",
11210                 "shasum": ""
11211             },
11212             "require": {
11213                 "ext-dom": "*",
11214                 "ext-libxml": "*",
11215                 "php": ">=7.1",
11216                 "php-webdriver/webdriver": "^1.8.2",
11217                 "symfony/browser-kit": "^4.4 || ^5.0",
11218                 "symfony/dom-crawler": "^4.4 || ^5.0",
11219                 "symfony/http-client": "^4.4.11 || ^5.2",
11220                 "symfony/polyfill-php72": "^1.9",
11221                 "symfony/process": "^4.4 || ^5.0"
11222             },
11223             "require-dev": {
11224                 "symfony/css-selector": "^4.4 || ^5.0",
11225                 "symfony/framework-bundle": "^4.4 || ^5.0",
11226                 "symfony/mime": "^4.4 || ^5.0",
11227                 "symfony/phpunit-bridge": "^5.2"
11228             },
11229             "type": "library",
11230             "extra": {
11231                 "branch-alias": {
11232                     "dev-main": "1.0.x-dev"
11233                 }
11234             },
11235             "autoload": {
11236                 "psr-4": {
11237                     "Symfony\\Component\\Panther\\": "src/"
11238                 }
11239             },
11240             "notification-url": "https://packagist.org/downloads/",
11241             "license": [
11242                 "MIT"
11243             ],
11244             "authors": [
11245                 {
11246                     "name": "Kévin Dunglas",
11247                     "email": "dunglas@gmail.com",
11248                     "homepage": "https://dunglas.fr"
11249                 },
11250                 {
11251                     "name": "Symfony Community",
11252                     "homepage": "https://symfony.com/contributors"
11253                 }
11254             ],
11255             "description": "A browser testing and web scraping library for PHP and Symfony.",
11256             "homepage": "https://dunglas.fr",
11257             "keywords": [
11258                 "e2e",
11259                 "scraping",
11260                 "selenium",
11261                 "symfony",
11262                 "testing",
11263                 "webdriver"
11264             ],
11265             "support": {
11266                 "issues": "https://github.com/symfony/panther/issues",
11267                 "source": "https://github.com/symfony/panther/tree/v1.0.1"
11268             },
11269             "funding": [
11270                 {
11271                     "url": "https://www.panthera.org/donate",
11272                     "type": "custom"
11273                 }
11274             ],
11275             "time": "2021-02-03T21:52:39+00:00"
11276         },
11277         {
11278             "name": "symfony/polyfill-php73",
11279             "version": "v1.22.1",
11280             "source": {
11281                 "type": "git",
11282                 "url": "https://github.com/symfony/polyfill-php73.git",
11283                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
11284             },
11285             "dist": {
11286                 "type": "zip",
11287                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11288                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11289                 "shasum": ""
11290             },
11291             "require": {
11292                 "php": ">=7.1"
11293             },
11294             "type": "library",
11295             "extra": {
11296                 "branch-alias": {
11297                     "dev-main": "1.22-dev"
11298                 },
11299                 "thanks": {
11300                     "name": "symfony/polyfill",
11301                     "url": "https://github.com/symfony/polyfill"
11302                 }
11303             },
11304             "autoload": {
11305                 "psr-4": {
11306                     "Symfony\\Polyfill\\Php73\\": ""
11307                 },
11308                 "files": [
11309                     "bootstrap.php"
11310                 ],
11311                 "classmap": [
11312                     "Resources/stubs"
11313                 ]
11314             },
11315             "notification-url": "https://packagist.org/downloads/",
11316             "license": [
11317                 "MIT"
11318             ],
11319             "authors": [
11320                 {
11321                     "name": "Nicolas Grekas",
11322                     "email": "p@tchwork.com"
11323                 },
11324                 {
11325                     "name": "Symfony Community",
11326                     "homepage": "https://symfony.com/contributors"
11327                 }
11328             ],
11329             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
11330             "homepage": "https://symfony.com",
11331             "keywords": [
11332                 "compatibility",
11333                 "polyfill",
11334                 "portable",
11335                 "shim"
11336             ],
11337             "support": {
11338                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
11339             },
11340             "funding": [
11341                 {
11342                     "url": "https://symfony.com/sponsor",
11343                     "type": "custom"
11344                 },
11345                 {
11346                     "url": "https://github.com/fabpot",
11347                     "type": "github"
11348                 },
11349                 {
11350                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11351                     "type": "tidelift"
11352                 }
11353             ],
11354             "time": "2021-01-07T16:49:33+00:00"
11355         },
11356         {
11357             "name": "theseer/tokenizer",
11358             "version": "1.2.0",
11359             "source": {
11360                 "type": "git",
11361                 "url": "https://github.com/theseer/tokenizer.git",
11362                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
11363             },
11364             "dist": {
11365                 "type": "zip",
11366                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
11367                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
11368                 "shasum": ""
11369             },
11370             "require": {
11371                 "ext-dom": "*",
11372                 "ext-tokenizer": "*",
11373                 "ext-xmlwriter": "*",
11374                 "php": "^7.2 || ^8.0"
11375             },
11376             "type": "library",
11377             "autoload": {
11378                 "classmap": [
11379                     "src/"
11380                 ]
11381             },
11382             "notification-url": "https://packagist.org/downloads/",
11383             "license": [
11384                 "BSD-3-Clause"
11385             ],
11386             "authors": [
11387                 {
11388                     "name": "Arne Blankerts",
11389                     "email": "arne@blankerts.de",
11390                     "role": "Developer"
11391                 }
11392             ],
11393             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
11394             "support": {
11395                 "issues": "https://github.com/theseer/tokenizer/issues",
11396                 "source": "https://github.com/theseer/tokenizer/tree/master"
11397             },
11398             "funding": [
11399                 {
11400                     "url": "https://github.com/theseer",
11401                     "type": "github"
11402                 }
11403             ],
11404             "time": "2020-07-12T23:59:07+00:00"
11405         },
11406         {
11407             "name": "webmozart/assert",
11408             "version": "1.10.0",
11409             "source": {
11410                 "type": "git",
11411                 "url": "https://github.com/webmozarts/assert.git",
11412                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
11413             },
11414             "dist": {
11415                 "type": "zip",
11416                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
11417                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
11418                 "shasum": ""
11419             },
11420             "require": {
11421                 "php": "^7.2 || ^8.0",
11422                 "symfony/polyfill-ctype": "^1.8"
11423             },
11424             "conflict": {
11425                 "phpstan/phpstan": "<0.12.20",
11426                 "vimeo/psalm": "<4.6.1 || 4.6.2"
11427             },
11428             "require-dev": {
11429                 "phpunit/phpunit": "^8.5.13"
11430             },
11431             "type": "library",
11432             "extra": {
11433                 "branch-alias": {
11434                     "dev-master": "1.10-dev"
11435                 }
11436             },
11437             "autoload": {
11438                 "psr-4": {
11439                     "Webmozart\\Assert\\": "src/"
11440                 }
11441             },
11442             "notification-url": "https://packagist.org/downloads/",
11443             "license": [
11444                 "MIT"
11445             ],
11446             "authors": [
11447                 {
11448                     "name": "Bernhard Schussek",
11449                     "email": "bschussek@gmail.com"
11450                 }
11451             ],
11452             "description": "Assertions to validate method input/output with nice error messages.",
11453             "keywords": [
11454                 "assert",
11455                 "check",
11456                 "validate"
11457             ],
11458             "support": {
11459                 "issues": "https://github.com/webmozarts/assert/issues",
11460                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
11461             },
11462             "time": "2021-03-09T10:59:23+00:00"
11463         }
11464     ],
11465     "aliases": [
11466         {
11467             "package": "lcobucci/jwt",
11468             "version": "dev-345php8",
11469             "alias": "3.4.9",
11470             "alias_normalized": "3.4.9.0"
11471         }
11472     ],
11473     "minimum-stability": "stable",
11474     "stability-flags": {
11475         "lcobucci/jwt": 20
11476     },
11477     "prefer-stable": false,
11478     "prefer-lowest": false,
11479     "platform": {
11480         "php": ">=7.3.0"
11481     },
11482     "platform-dev": [],
11483     "platform-overrides": {
11484         "php": "7.3"
11485     },
11486     "plugin-api-version": "2.0.0"