CCDA server fixups (#4356)
[openemr.git] / composer.lock
blob4470f8666f6a7d9d9661b80a5122931e3dbb72c0
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": "eeea6a13944073ffdc04259ffbe804cf",
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.168.0",
760             "source": {
761                 "type": "git",
762                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
763                 "reference": "46b71684a100f3d976e0321cf24f487b314add68"
764             },
765             "dist": {
766                 "type": "zip",
767                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/46b71684a100f3d976e0321cf24f487b314add68",
768                 "reference": "46b71684a100f3d976e0321cf24f487b314add68",
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.168.0"
795             },
796             "time": "2021-03-22T11:26:04+00:00"
797         },
798         {
799             "name": "google/auth",
800             "version": "v1.15.0",
801             "source": {
802                 "type": "git",
803                 "url": "https://github.com/googleapis/google-auth-library-php.git",
804                 "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4"
805             },
806             "dist": {
807                 "type": "zip",
808                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4",
809                 "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4",
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",
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.0"
852             },
853             "time": "2021-02-05T20:50:04+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.1",
1082             "source": {
1083                 "type": "git",
1084                 "url": "https://github.com/guzzle/psr7.git",
1085                 "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
1086             },
1087             "dist": {
1088                 "type": "zip",
1089                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
1090                 "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
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.1"
1151             },
1152             "time": "2021-03-21T16:25:00+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.4",
2732             "source": {
2733                 "type": "git",
2734                 "url": "https://github.com/laminas/laminas-router.git",
2735                 "reference": "2a7068508af4de67d80ea292e0cc7c37563a33c6"
2736             },
2737             "dist": {
2738                 "type": "zip",
2739                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/2a7068508af4de67d80ea292e0cc7c37563a33c6",
2740                 "reference": "2a7068508af4de67d80ea292e0cc7c37563a33c6",
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": "2020-12-16T22:10:51+00:00"
2799         },
2800         {
2801             "name": "laminas/laminas-server",
2802             "version": "2.9.2",
2803             "source": {
2804                 "type": "git",
2805                 "url": "https://github.com/laminas/laminas-server.git",
2806                 "reference": "b91fd8aed71a6b45addc55eda4bb4c3adb21b698"
2807             },
2808             "dist": {
2809                 "type": "zip",
2810                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/b91fd8aed71a6b45addc55eda4bb4c3adb21b698",
2811                 "reference": "b91fd8aed71a6b45addc55eda4bb4c3adb21b698",
2812                 "shasum": ""
2813             },
2814             "require": {
2815                 "laminas/laminas-code": "^2.5 || ^3.0",
2816                 "laminas/laminas-stdlib": "^2.5 || ^3.0",
2817                 "laminas/laminas-zendframework-bridge": "^1.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.3",
2826                 "psalm/plugin-phpunit": "^0.13.0",
2827                 "vimeo/psalm": "^4.2"
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-08T13:10:08+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.4",
4539             "source": {
4540                 "type": "git",
4541                 "url": "https://github.com/nikic/PHP-Parser.git",
4542                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
4543             },
4544             "dist": {
4545                 "type": "zip",
4546                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
4547                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
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.4"
4589             },
4590             "time": "2020-12-20T10:01:03+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.0",
5832             "source": {
5833                 "type": "git",
5834                 "url": "https://github.com/PHPMailer/PHPMailer.git",
5835                 "reference": "050d430203105c27c30efd1dce7aa421ad882d01"
5836             },
5837             "dist": {
5838                 "type": "zip",
5839                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/050d430203105c27c30efd1dce7aa421ad882d01",
5840                 "reference": "050d430203105c27c30efd1dce7aa421ad882d01",
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.0"
5896             },
5897             "funding": [
5898                 {
5899                     "url": "https://github.com/Synchro",
5900                     "type": "github"
5901                 }
5902             ],
5903             "time": "2021-03-31T20:06:42+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": "symfony/config",
7053             "version": "v4.4.20",
7054             "source": {
7055                 "type": "git",
7056                 "url": "https://github.com/symfony/config.git",
7057                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
7058             },
7059             "dist": {
7060                 "type": "zip",
7061                 "url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
7062                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
7063                 "shasum": ""
7064             },
7065             "require": {
7066                 "php": ">=7.1.3",
7067                 "symfony/filesystem": "^3.4|^4.0|^5.0",
7068                 "symfony/polyfill-ctype": "~1.8"
7069             },
7070             "conflict": {
7071                 "symfony/finder": "<3.4"
7072             },
7073             "require-dev": {
7074                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7075                 "symfony/finder": "^3.4|^4.0|^5.0",
7076                 "symfony/messenger": "^4.1|^5.0",
7077                 "symfony/service-contracts": "^1.1|^2",
7078                 "symfony/yaml": "^3.4|^4.0|^5.0"
7079             },
7080             "suggest": {
7081                 "symfony/yaml": "To use the yaml reference dumper"
7082             },
7083             "type": "library",
7084             "autoload": {
7085                 "psr-4": {
7086                     "Symfony\\Component\\Config\\": ""
7087                 },
7088                 "exclude-from-classmap": [
7089                     "/Tests/"
7090                 ]
7091             },
7092             "notification-url": "https://packagist.org/downloads/",
7093             "license": [
7094                 "MIT"
7095             ],
7096             "authors": [
7097                 {
7098                     "name": "Fabien Potencier",
7099                     "email": "fabien@symfony.com"
7100                 },
7101                 {
7102                     "name": "Symfony Community",
7103                     "homepage": "https://symfony.com/contributors"
7104                 }
7105             ],
7106             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7107             "homepage": "https://symfony.com",
7108             "support": {
7109                 "source": "https://github.com/symfony/config/tree/v4.4.20"
7110             },
7111             "funding": [
7112                 {
7113                     "url": "https://symfony.com/sponsor",
7114                     "type": "custom"
7115                 },
7116                 {
7117                     "url": "https://github.com/fabpot",
7118                     "type": "github"
7119                 },
7120                 {
7121                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7122                     "type": "tidelift"
7123                 }
7124             ],
7125             "time": "2021-02-22T15:36:50+00:00"
7126         },
7127         {
7128             "name": "symfony/dependency-injection",
7129             "version": "v4.4.20",
7130             "source": {
7131                 "type": "git",
7132                 "url": "https://github.com/symfony/dependency-injection.git",
7133                 "reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7"
7134             },
7135             "dist": {
7136                 "type": "zip",
7137                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b3e341ce4436df9a9abc2914cb120b4d41796d7",
7138                 "reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7",
7139                 "shasum": ""
7140             },
7141             "require": {
7142                 "php": ">=7.1.3",
7143                 "psr/container": "^1.0",
7144                 "symfony/service-contracts": "^1.1.6|^2"
7145             },
7146             "conflict": {
7147                 "symfony/config": "<4.3|>=5.0",
7148                 "symfony/finder": "<3.4",
7149                 "symfony/proxy-manager-bridge": "<3.4",
7150                 "symfony/yaml": "<3.4"
7151             },
7152             "provide": {
7153                 "psr/container-implementation": "1.0",
7154                 "symfony/service-implementation": "1.0|2.0"
7155             },
7156             "require-dev": {
7157                 "symfony/config": "^4.3",
7158                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7159                 "symfony/yaml": "^3.4|^4.0|^5.0"
7160             },
7161             "suggest": {
7162                 "symfony/config": "",
7163                 "symfony/expression-language": "For using expressions in service container configuration",
7164                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7165                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7166                 "symfony/yaml": ""
7167             },
7168             "type": "library",
7169             "autoload": {
7170                 "psr-4": {
7171                     "Symfony\\Component\\DependencyInjection\\": ""
7172                 },
7173                 "exclude-from-classmap": [
7174                     "/Tests/"
7175                 ]
7176             },
7177             "notification-url": "https://packagist.org/downloads/",
7178             "license": [
7179                 "MIT"
7180             ],
7181             "authors": [
7182                 {
7183                     "name": "Fabien Potencier",
7184                     "email": "fabien@symfony.com"
7185                 },
7186                 {
7187                     "name": "Symfony Community",
7188                     "homepage": "https://symfony.com/contributors"
7189                 }
7190             ],
7191             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7192             "homepage": "https://symfony.com",
7193             "support": {
7194                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.20"
7195             },
7196             "funding": [
7197                 {
7198                     "url": "https://symfony.com/sponsor",
7199                     "type": "custom"
7200                 },
7201                 {
7202                     "url": "https://github.com/fabpot",
7203                     "type": "github"
7204                 },
7205                 {
7206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7207                     "type": "tidelift"
7208                 }
7209             ],
7210             "time": "2021-03-03T12:11:09+00:00"
7211         },
7212         {
7213             "name": "symfony/deprecation-contracts",
7214             "version": "v2.2.0",
7215             "source": {
7216                 "type": "git",
7217                 "url": "https://github.com/symfony/deprecation-contracts.git",
7218                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
7219             },
7220             "dist": {
7221                 "type": "zip",
7222                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7223                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7224                 "shasum": ""
7225             },
7226             "require": {
7227                 "php": ">=7.1"
7228             },
7229             "type": "library",
7230             "extra": {
7231                 "branch-alias": {
7232                     "dev-master": "2.2-dev"
7233                 },
7234                 "thanks": {
7235                     "name": "symfony/contracts",
7236                     "url": "https://github.com/symfony/contracts"
7237                 }
7238             },
7239             "autoload": {
7240                 "files": [
7241                     "function.php"
7242                 ]
7243             },
7244             "notification-url": "https://packagist.org/downloads/",
7245             "license": [
7246                 "MIT"
7247             ],
7248             "authors": [
7249                 {
7250                     "name": "Nicolas Grekas",
7251                     "email": "p@tchwork.com"
7252                 },
7253                 {
7254                     "name": "Symfony Community",
7255                     "homepage": "https://symfony.com/contributors"
7256                 }
7257             ],
7258             "description": "A generic function and convention to trigger deprecation notices",
7259             "homepage": "https://symfony.com",
7260             "support": {
7261                 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
7262             },
7263             "funding": [
7264                 {
7265                     "url": "https://symfony.com/sponsor",
7266                     "type": "custom"
7267                 },
7268                 {
7269                     "url": "https://github.com/fabpot",
7270                     "type": "github"
7271                 },
7272                 {
7273                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7274                     "type": "tidelift"
7275                 }
7276             ],
7277             "time": "2020-09-07T11:33:47+00:00"
7278         },
7279         {
7280             "name": "symfony/event-dispatcher",
7281             "version": "v4.4.20",
7282             "source": {
7283                 "type": "git",
7284                 "url": "https://github.com/symfony/event-dispatcher.git",
7285                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
7286             },
7287             "dist": {
7288                 "type": "zip",
7289                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
7290                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
7291                 "shasum": ""
7292             },
7293             "require": {
7294                 "php": ">=7.1.3",
7295                 "symfony/event-dispatcher-contracts": "^1.1"
7296             },
7297             "conflict": {
7298                 "symfony/dependency-injection": "<3.4"
7299             },
7300             "provide": {
7301                 "psr/event-dispatcher-implementation": "1.0",
7302                 "symfony/event-dispatcher-implementation": "1.1"
7303             },
7304             "require-dev": {
7305                 "psr/log": "~1.0",
7306                 "symfony/config": "^3.4|^4.0|^5.0",
7307                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7308                 "symfony/error-handler": "~3.4|~4.4",
7309                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7310                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7311                 "symfony/service-contracts": "^1.1|^2",
7312                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
7313             },
7314             "suggest": {
7315                 "symfony/dependency-injection": "",
7316                 "symfony/http-kernel": ""
7317             },
7318             "type": "library",
7319             "autoload": {
7320                 "psr-4": {
7321                     "Symfony\\Component\\EventDispatcher\\": ""
7322                 },
7323                 "exclude-from-classmap": [
7324                     "/Tests/"
7325                 ]
7326             },
7327             "notification-url": "https://packagist.org/downloads/",
7328             "license": [
7329                 "MIT"
7330             ],
7331             "authors": [
7332                 {
7333                     "name": "Fabien Potencier",
7334                     "email": "fabien@symfony.com"
7335                 },
7336                 {
7337                     "name": "Symfony Community",
7338                     "homepage": "https://symfony.com/contributors"
7339                 }
7340             ],
7341             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
7342             "homepage": "https://symfony.com",
7343             "support": {
7344                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
7345             },
7346             "funding": [
7347                 {
7348                     "url": "https://symfony.com/sponsor",
7349                     "type": "custom"
7350                 },
7351                 {
7352                     "url": "https://github.com/fabpot",
7353                     "type": "github"
7354                 },
7355                 {
7356                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7357                     "type": "tidelift"
7358                 }
7359             ],
7360             "time": "2021-01-27T09:09:26+00:00"
7361         },
7362         {
7363             "name": "symfony/event-dispatcher-contracts",
7364             "version": "v1.1.9",
7365             "source": {
7366                 "type": "git",
7367                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
7368                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
7369             },
7370             "dist": {
7371                 "type": "zip",
7372                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7373                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
7374                 "shasum": ""
7375             },
7376             "require": {
7377                 "php": ">=7.1.3"
7378             },
7379             "suggest": {
7380                 "psr/event-dispatcher": "",
7381                 "symfony/event-dispatcher-implementation": ""
7382             },
7383             "type": "library",
7384             "extra": {
7385                 "branch-alias": {
7386                     "dev-master": "1.1-dev"
7387                 },
7388                 "thanks": {
7389                     "name": "symfony/contracts",
7390                     "url": "https://github.com/symfony/contracts"
7391                 }
7392             },
7393             "autoload": {
7394                 "psr-4": {
7395                     "Symfony\\Contracts\\EventDispatcher\\": ""
7396                 }
7397             },
7398             "notification-url": "https://packagist.org/downloads/",
7399             "license": [
7400                 "MIT"
7401             ],
7402             "authors": [
7403                 {
7404                     "name": "Nicolas Grekas",
7405                     "email": "p@tchwork.com"
7406                 },
7407                 {
7408                     "name": "Symfony Community",
7409                     "homepage": "https://symfony.com/contributors"
7410                 }
7411             ],
7412             "description": "Generic abstractions related to dispatching event",
7413             "homepage": "https://symfony.com",
7414             "keywords": [
7415                 "abstractions",
7416                 "contracts",
7417                 "decoupling",
7418                 "interfaces",
7419                 "interoperability",
7420                 "standards"
7421             ],
7422             "support": {
7423                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
7424             },
7425             "funding": [
7426                 {
7427                     "url": "https://symfony.com/sponsor",
7428                     "type": "custom"
7429                 },
7430                 {
7431                     "url": "https://github.com/fabpot",
7432                     "type": "github"
7433                 },
7434                 {
7435                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7436                     "type": "tidelift"
7437                 }
7438             ],
7439             "time": "2020-07-06T13:19:58+00:00"
7440         },
7441         {
7442             "name": "symfony/filesystem",
7443             "version": "v5.2.6",
7444             "source": {
7445                 "type": "git",
7446                 "url": "https://github.com/symfony/filesystem.git",
7447                 "reference": "8c86a82f51658188119e62cff0a050a12d09836f"
7448             },
7449             "dist": {
7450                 "type": "zip",
7451                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f",
7452                 "reference": "8c86a82f51658188119e62cff0a050a12d09836f",
7453                 "shasum": ""
7454             },
7455             "require": {
7456                 "php": ">=7.2.5",
7457                 "symfony/polyfill-ctype": "~1.8"
7458             },
7459             "type": "library",
7460             "autoload": {
7461                 "psr-4": {
7462                     "Symfony\\Component\\Filesystem\\": ""
7463                 },
7464                 "exclude-from-classmap": [
7465                     "/Tests/"
7466                 ]
7467             },
7468             "notification-url": "https://packagist.org/downloads/",
7469             "license": [
7470                 "MIT"
7471             ],
7472             "authors": [
7473                 {
7474                     "name": "Fabien Potencier",
7475                     "email": "fabien@symfony.com"
7476                 },
7477                 {
7478                     "name": "Symfony Community",
7479                     "homepage": "https://symfony.com/contributors"
7480                 }
7481             ],
7482             "description": "Provides basic utilities for the filesystem",
7483             "homepage": "https://symfony.com",
7484             "support": {
7485                 "source": "https://github.com/symfony/filesystem/tree/v5.2.6"
7486             },
7487             "funding": [
7488                 {
7489                     "url": "https://symfony.com/sponsor",
7490                     "type": "custom"
7491                 },
7492                 {
7493                     "url": "https://github.com/fabpot",
7494                     "type": "github"
7495                 },
7496                 {
7497                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7498                     "type": "tidelift"
7499                 }
7500             ],
7501             "time": "2021-03-28T14:30:26+00:00"
7502         },
7503         {
7504             "name": "symfony/http-foundation",
7505             "version": "v4.4.20",
7506             "source": {
7507                 "type": "git",
7508                 "url": "https://github.com/symfony/http-foundation.git",
7509                 "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a"
7510             },
7511             "dist": {
7512                 "type": "zip",
7513                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/02d968647fe61b2f419a8dc70c468a9d30a48d3a",
7514                 "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a",
7515                 "shasum": ""
7516             },
7517             "require": {
7518                 "php": ">=7.1.3",
7519                 "symfony/mime": "^4.3|^5.0",
7520                 "symfony/polyfill-mbstring": "~1.1",
7521                 "symfony/polyfill-php80": "^1.15"
7522             },
7523             "require-dev": {
7524                 "predis/predis": "~1.0",
7525                 "symfony/expression-language": "^3.4|^4.0|^5.0"
7526             },
7527             "type": "library",
7528             "autoload": {
7529                 "psr-4": {
7530                     "Symfony\\Component\\HttpFoundation\\": ""
7531                 },
7532                 "exclude-from-classmap": [
7533                     "/Tests/"
7534                 ]
7535             },
7536             "notification-url": "https://packagist.org/downloads/",
7537             "license": [
7538                 "MIT"
7539             ],
7540             "authors": [
7541                 {
7542                     "name": "Fabien Potencier",
7543                     "email": "fabien@symfony.com"
7544                 },
7545                 {
7546                     "name": "Symfony Community",
7547                     "homepage": "https://symfony.com/contributors"
7548                 }
7549             ],
7550             "description": "Defines an object-oriented layer for the HTTP specification",
7551             "homepage": "https://symfony.com",
7552             "support": {
7553                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.20"
7554             },
7555             "funding": [
7556                 {
7557                     "url": "https://symfony.com/sponsor",
7558                     "type": "custom"
7559                 },
7560                 {
7561                     "url": "https://github.com/fabpot",
7562                     "type": "github"
7563                 },
7564                 {
7565                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7566                     "type": "tidelift"
7567                 }
7568             ],
7569             "time": "2021-02-25T17:11:33+00:00"
7570         },
7571         {
7572             "name": "symfony/inflector",
7573             "version": "v5.2.6",
7574             "source": {
7575                 "type": "git",
7576                 "url": "https://github.com/symfony/inflector.git",
7577                 "reference": "156df300f1420851a1e184facf3c436a9cd36d02"
7578             },
7579             "dist": {
7580                 "type": "zip",
7581                 "url": "https://api.github.com/repos/symfony/inflector/zipball/156df300f1420851a1e184facf3c436a9cd36d02",
7582                 "reference": "156df300f1420851a1e184facf3c436a9cd36d02",
7583                 "shasum": ""
7584             },
7585             "require": {
7586                 "php": ">=7.2.5",
7587                 "symfony/deprecation-contracts": "^2.1",
7588                 "symfony/string": "^5.2.6"
7589             },
7590             "type": "library",
7591             "autoload": {
7592                 "psr-4": {
7593                     "Symfony\\Component\\Inflector\\": ""
7594                 },
7595                 "exclude-from-classmap": [
7596                     "/Tests/"
7597                 ]
7598             },
7599             "notification-url": "https://packagist.org/downloads/",
7600             "license": [
7601                 "MIT"
7602             ],
7603             "authors": [
7604                 {
7605                     "name": "Bernhard Schussek",
7606                     "email": "bschussek@gmail.com"
7607                 },
7608                 {
7609                     "name": "Symfony Community",
7610                     "homepage": "https://symfony.com/contributors"
7611                 }
7612             ],
7613             "description": "Converts words between their singular and plural forms (English only)",
7614             "homepage": "https://symfony.com",
7615             "keywords": [
7616                 "inflection",
7617                 "pluralize",
7618                 "singularize",
7619                 "string",
7620                 "symfony",
7621                 "words"
7622             ],
7623             "support": {
7624                 "source": "https://github.com/symfony/inflector/tree/v5.2.6"
7625             },
7626             "funding": [
7627                 {
7628                     "url": "https://symfony.com/sponsor",
7629                     "type": "custom"
7630                 },
7631                 {
7632                     "url": "https://github.com/fabpot",
7633                     "type": "github"
7634                 },
7635                 {
7636                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7637                     "type": "tidelift"
7638                 }
7639             ],
7640             "time": "2021-03-17T20:31:43+00:00"
7641         },
7642         {
7643             "name": "symfony/mime",
7644             "version": "v5.2.6",
7645             "source": {
7646                 "type": "git",
7647                 "url": "https://github.com/symfony/mime.git",
7648                 "reference": "1b2092244374cbe48ae733673f2ca0818b37197b"
7649             },
7650             "dist": {
7651                 "type": "zip",
7652                 "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b",
7653                 "reference": "1b2092244374cbe48ae733673f2ca0818b37197b",
7654                 "shasum": ""
7655             },
7656             "require": {
7657                 "php": ">=7.2.5",
7658                 "symfony/deprecation-contracts": "^2.1",
7659                 "symfony/polyfill-intl-idn": "^1.10",
7660                 "symfony/polyfill-mbstring": "^1.0",
7661                 "symfony/polyfill-php80": "^1.15"
7662             },
7663             "conflict": {
7664                 "egulias/email-validator": "~3.0.0",
7665                 "phpdocumentor/reflection-docblock": "<3.2.2",
7666                 "phpdocumentor/type-resolver": "<1.4.0",
7667                 "symfony/mailer": "<4.4"
7668             },
7669             "require-dev": {
7670                 "egulias/email-validator": "^2.1.10|^3.1",
7671                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
7672                 "symfony/dependency-injection": "^4.4|^5.0",
7673                 "symfony/property-access": "^4.4|^5.1",
7674                 "symfony/property-info": "^4.4|^5.1",
7675                 "symfony/serializer": "^5.2"
7676             },
7677             "type": "library",
7678             "autoload": {
7679                 "psr-4": {
7680                     "Symfony\\Component\\Mime\\": ""
7681                 },
7682                 "exclude-from-classmap": [
7683                     "/Tests/"
7684                 ]
7685             },
7686             "notification-url": "https://packagist.org/downloads/",
7687             "license": [
7688                 "MIT"
7689             ],
7690             "authors": [
7691                 {
7692                     "name": "Fabien Potencier",
7693                     "email": "fabien@symfony.com"
7694                 },
7695                 {
7696                     "name": "Symfony Community",
7697                     "homepage": "https://symfony.com/contributors"
7698                 }
7699             ],
7700             "description": "Allows manipulating MIME messages",
7701             "homepage": "https://symfony.com",
7702             "keywords": [
7703                 "mime",
7704                 "mime-type"
7705             ],
7706             "support": {
7707                 "source": "https://github.com/symfony/mime/tree/v5.2.6"
7708             },
7709             "funding": [
7710                 {
7711                     "url": "https://symfony.com/sponsor",
7712                     "type": "custom"
7713                 },
7714                 {
7715                     "url": "https://github.com/fabpot",
7716                     "type": "github"
7717                 },
7718                 {
7719                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7720                     "type": "tidelift"
7721                 }
7722             ],
7723             "time": "2021-03-12T13:18:39+00:00"
7724         },
7725         {
7726             "name": "symfony/polyfill-ctype",
7727             "version": "v1.22.1",
7728             "source": {
7729                 "type": "git",
7730                 "url": "https://github.com/symfony/polyfill-ctype.git",
7731                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
7732             },
7733             "dist": {
7734                 "type": "zip",
7735                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
7736                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
7737                 "shasum": ""
7738             },
7739             "require": {
7740                 "php": ">=7.1"
7741             },
7742             "suggest": {
7743                 "ext-ctype": "For best performance"
7744             },
7745             "type": "library",
7746             "extra": {
7747                 "branch-alias": {
7748                     "dev-main": "1.22-dev"
7749                 },
7750                 "thanks": {
7751                     "name": "symfony/polyfill",
7752                     "url": "https://github.com/symfony/polyfill"
7753                 }
7754             },
7755             "autoload": {
7756                 "psr-4": {
7757                     "Symfony\\Polyfill\\Ctype\\": ""
7758                 },
7759                 "files": [
7760                     "bootstrap.php"
7761                 ]
7762             },
7763             "notification-url": "https://packagist.org/downloads/",
7764             "license": [
7765                 "MIT"
7766             ],
7767             "authors": [
7768                 {
7769                     "name": "Gert de Pagter",
7770                     "email": "BackEndTea@gmail.com"
7771                 },
7772                 {
7773                     "name": "Symfony Community",
7774                     "homepage": "https://symfony.com/contributors"
7775                 }
7776             ],
7777             "description": "Symfony polyfill for ctype functions",
7778             "homepage": "https://symfony.com",
7779             "keywords": [
7780                 "compatibility",
7781                 "ctype",
7782                 "polyfill",
7783                 "portable"
7784             ],
7785             "support": {
7786                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
7787             },
7788             "funding": [
7789                 {
7790                     "url": "https://symfony.com/sponsor",
7791                     "type": "custom"
7792                 },
7793                 {
7794                     "url": "https://github.com/fabpot",
7795                     "type": "github"
7796                 },
7797                 {
7798                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7799                     "type": "tidelift"
7800                 }
7801             ],
7802             "time": "2021-01-07T16:49:33+00:00"
7803         },
7804         {
7805             "name": "symfony/polyfill-intl-grapheme",
7806             "version": "v1.22.1",
7807             "source": {
7808                 "type": "git",
7809                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
7810                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
7811             },
7812             "dist": {
7813                 "type": "zip",
7814                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
7815                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
7816                 "shasum": ""
7817             },
7818             "require": {
7819                 "php": ">=7.1"
7820             },
7821             "suggest": {
7822                 "ext-intl": "For best performance"
7823             },
7824             "type": "library",
7825             "extra": {
7826                 "branch-alias": {
7827                     "dev-main": "1.22-dev"
7828                 },
7829                 "thanks": {
7830                     "name": "symfony/polyfill",
7831                     "url": "https://github.com/symfony/polyfill"
7832                 }
7833             },
7834             "autoload": {
7835                 "psr-4": {
7836                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
7837                 },
7838                 "files": [
7839                     "bootstrap.php"
7840                 ]
7841             },
7842             "notification-url": "https://packagist.org/downloads/",
7843             "license": [
7844                 "MIT"
7845             ],
7846             "authors": [
7847                 {
7848                     "name": "Nicolas Grekas",
7849                     "email": "p@tchwork.com"
7850                 },
7851                 {
7852                     "name": "Symfony Community",
7853                     "homepage": "https://symfony.com/contributors"
7854                 }
7855             ],
7856             "description": "Symfony polyfill for intl's grapheme_* functions",
7857             "homepage": "https://symfony.com",
7858             "keywords": [
7859                 "compatibility",
7860                 "grapheme",
7861                 "intl",
7862                 "polyfill",
7863                 "portable",
7864                 "shim"
7865             ],
7866             "support": {
7867                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
7868             },
7869             "funding": [
7870                 {
7871                     "url": "https://symfony.com/sponsor",
7872                     "type": "custom"
7873                 },
7874                 {
7875                     "url": "https://github.com/fabpot",
7876                     "type": "github"
7877                 },
7878                 {
7879                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7880                     "type": "tidelift"
7881                 }
7882             ],
7883             "time": "2021-01-22T09:19:47+00:00"
7884         },
7885         {
7886             "name": "symfony/polyfill-intl-idn",
7887             "version": "v1.22.1",
7888             "source": {
7889                 "type": "git",
7890                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
7891                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
7892             },
7893             "dist": {
7894                 "type": "zip",
7895                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
7896                 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
7897                 "shasum": ""
7898             },
7899             "require": {
7900                 "php": ">=7.1",
7901                 "symfony/polyfill-intl-normalizer": "^1.10",
7902                 "symfony/polyfill-php72": "^1.10"
7903             },
7904             "suggest": {
7905                 "ext-intl": "For best performance"
7906             },
7907             "type": "library",
7908             "extra": {
7909                 "branch-alias": {
7910                     "dev-main": "1.22-dev"
7911                 },
7912                 "thanks": {
7913                     "name": "symfony/polyfill",
7914                     "url": "https://github.com/symfony/polyfill"
7915                 }
7916             },
7917             "autoload": {
7918                 "psr-4": {
7919                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
7920                 },
7921                 "files": [
7922                     "bootstrap.php"
7923                 ]
7924             },
7925             "notification-url": "https://packagist.org/downloads/",
7926             "license": [
7927                 "MIT"
7928             ],
7929             "authors": [
7930                 {
7931                     "name": "Laurent Bassin",
7932                     "email": "laurent@bassin.info"
7933                 },
7934                 {
7935                     "name": "Trevor Rowbotham",
7936                     "email": "trevor.rowbotham@pm.me"
7937                 },
7938                 {
7939                     "name": "Symfony Community",
7940                     "homepage": "https://symfony.com/contributors"
7941                 }
7942             ],
7943             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
7944             "homepage": "https://symfony.com",
7945             "keywords": [
7946                 "compatibility",
7947                 "idn",
7948                 "intl",
7949                 "polyfill",
7950                 "portable",
7951                 "shim"
7952             ],
7953             "support": {
7954                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
7955             },
7956             "funding": [
7957                 {
7958                     "url": "https://symfony.com/sponsor",
7959                     "type": "custom"
7960                 },
7961                 {
7962                     "url": "https://github.com/fabpot",
7963                     "type": "github"
7964                 },
7965                 {
7966                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7967                     "type": "tidelift"
7968                 }
7969             ],
7970             "time": "2021-01-22T09:19:47+00:00"
7971         },
7972         {
7973             "name": "symfony/polyfill-intl-normalizer",
7974             "version": "v1.22.1",
7975             "source": {
7976                 "type": "git",
7977                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
7978                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
7979             },
7980             "dist": {
7981                 "type": "zip",
7982                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
7983                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
7984                 "shasum": ""
7985             },
7986             "require": {
7987                 "php": ">=7.1"
7988             },
7989             "suggest": {
7990                 "ext-intl": "For best performance"
7991             },
7992             "type": "library",
7993             "extra": {
7994                 "branch-alias": {
7995                     "dev-main": "1.22-dev"
7996                 },
7997                 "thanks": {
7998                     "name": "symfony/polyfill",
7999                     "url": "https://github.com/symfony/polyfill"
8000                 }
8001             },
8002             "autoload": {
8003                 "psr-4": {
8004                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8005                 },
8006                 "files": [
8007                     "bootstrap.php"
8008                 ],
8009                 "classmap": [
8010                     "Resources/stubs"
8011                 ]
8012             },
8013             "notification-url": "https://packagist.org/downloads/",
8014             "license": [
8015                 "MIT"
8016             ],
8017             "authors": [
8018                 {
8019                     "name": "Nicolas Grekas",
8020                     "email": "p@tchwork.com"
8021                 },
8022                 {
8023                     "name": "Symfony Community",
8024                     "homepage": "https://symfony.com/contributors"
8025                 }
8026             ],
8027             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8028             "homepage": "https://symfony.com",
8029             "keywords": [
8030                 "compatibility",
8031                 "intl",
8032                 "normalizer",
8033                 "polyfill",
8034                 "portable",
8035                 "shim"
8036             ],
8037             "support": {
8038                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
8039             },
8040             "funding": [
8041                 {
8042                     "url": "https://symfony.com/sponsor",
8043                     "type": "custom"
8044                 },
8045                 {
8046                     "url": "https://github.com/fabpot",
8047                     "type": "github"
8048                 },
8049                 {
8050                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8051                     "type": "tidelift"
8052                 }
8053             ],
8054             "time": "2021-01-22T09:19:47+00:00"
8055         },
8056         {
8057             "name": "symfony/polyfill-mbstring",
8058             "version": "v1.22.1",
8059             "source": {
8060                 "type": "git",
8061                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8062                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
8063             },
8064             "dist": {
8065                 "type": "zip",
8066                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
8067                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
8068                 "shasum": ""
8069             },
8070             "require": {
8071                 "php": ">=7.1"
8072             },
8073             "suggest": {
8074                 "ext-mbstring": "For best performance"
8075             },
8076             "type": "library",
8077             "extra": {
8078                 "branch-alias": {
8079                     "dev-main": "1.22-dev"
8080                 },
8081                 "thanks": {
8082                     "name": "symfony/polyfill",
8083                     "url": "https://github.com/symfony/polyfill"
8084                 }
8085             },
8086             "autoload": {
8087                 "psr-4": {
8088                     "Symfony\\Polyfill\\Mbstring\\": ""
8089                 },
8090                 "files": [
8091                     "bootstrap.php"
8092                 ]
8093             },
8094             "notification-url": "https://packagist.org/downloads/",
8095             "license": [
8096                 "MIT"
8097             ],
8098             "authors": [
8099                 {
8100                     "name": "Nicolas Grekas",
8101                     "email": "p@tchwork.com"
8102                 },
8103                 {
8104                     "name": "Symfony Community",
8105                     "homepage": "https://symfony.com/contributors"
8106                 }
8107             ],
8108             "description": "Symfony polyfill for the Mbstring extension",
8109             "homepage": "https://symfony.com",
8110             "keywords": [
8111                 "compatibility",
8112                 "mbstring",
8113                 "polyfill",
8114                 "portable",
8115                 "shim"
8116             ],
8117             "support": {
8118                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
8119             },
8120             "funding": [
8121                 {
8122                     "url": "https://symfony.com/sponsor",
8123                     "type": "custom"
8124                 },
8125                 {
8126                     "url": "https://github.com/fabpot",
8127                     "type": "github"
8128                 },
8129                 {
8130                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8131                     "type": "tidelift"
8132                 }
8133             ],
8134             "time": "2021-01-22T09:19:47+00:00"
8135         },
8136         {
8137             "name": "symfony/polyfill-php72",
8138             "version": "v1.22.1",
8139             "source": {
8140                 "type": "git",
8141                 "url": "https://github.com/symfony/polyfill-php72.git",
8142                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
8143             },
8144             "dist": {
8145                 "type": "zip",
8146                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8147                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
8148                 "shasum": ""
8149             },
8150             "require": {
8151                 "php": ">=7.1"
8152             },
8153             "type": "library",
8154             "extra": {
8155                 "branch-alias": {
8156                     "dev-main": "1.22-dev"
8157                 },
8158                 "thanks": {
8159                     "name": "symfony/polyfill",
8160                     "url": "https://github.com/symfony/polyfill"
8161                 }
8162             },
8163             "autoload": {
8164                 "psr-4": {
8165                     "Symfony\\Polyfill\\Php72\\": ""
8166                 },
8167                 "files": [
8168                     "bootstrap.php"
8169                 ]
8170             },
8171             "notification-url": "https://packagist.org/downloads/",
8172             "license": [
8173                 "MIT"
8174             ],
8175             "authors": [
8176                 {
8177                     "name": "Nicolas Grekas",
8178                     "email": "p@tchwork.com"
8179                 },
8180                 {
8181                     "name": "Symfony Community",
8182                     "homepage": "https://symfony.com/contributors"
8183                 }
8184             ],
8185             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8186             "homepage": "https://symfony.com",
8187             "keywords": [
8188                 "compatibility",
8189                 "polyfill",
8190                 "portable",
8191                 "shim"
8192             ],
8193             "support": {
8194                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
8195             },
8196             "funding": [
8197                 {
8198                     "url": "https://symfony.com/sponsor",
8199                     "type": "custom"
8200                 },
8201                 {
8202                     "url": "https://github.com/fabpot",
8203                     "type": "github"
8204                 },
8205                 {
8206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8207                     "type": "tidelift"
8208                 }
8209             ],
8210             "time": "2021-01-07T16:49:33+00:00"
8211         },
8212         {
8213             "name": "symfony/polyfill-php80",
8214             "version": "v1.22.1",
8215             "source": {
8216                 "type": "git",
8217                 "url": "https://github.com/symfony/polyfill-php80.git",
8218                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
8219             },
8220             "dist": {
8221                 "type": "zip",
8222                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
8223                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
8224                 "shasum": ""
8225             },
8226             "require": {
8227                 "php": ">=7.1"
8228             },
8229             "type": "library",
8230             "extra": {
8231                 "branch-alias": {
8232                     "dev-main": "1.22-dev"
8233                 },
8234                 "thanks": {
8235                     "name": "symfony/polyfill",
8236                     "url": "https://github.com/symfony/polyfill"
8237                 }
8238             },
8239             "autoload": {
8240                 "psr-4": {
8241                     "Symfony\\Polyfill\\Php80\\": ""
8242                 },
8243                 "files": [
8244                     "bootstrap.php"
8245                 ],
8246                 "classmap": [
8247                     "Resources/stubs"
8248                 ]
8249             },
8250             "notification-url": "https://packagist.org/downloads/",
8251             "license": [
8252                 "MIT"
8253             ],
8254             "authors": [
8255                 {
8256                     "name": "Ion Bazan",
8257                     "email": "ion.bazan@gmail.com"
8258                 },
8259                 {
8260                     "name": "Nicolas Grekas",
8261                     "email": "p@tchwork.com"
8262                 },
8263                 {
8264                     "name": "Symfony Community",
8265                     "homepage": "https://symfony.com/contributors"
8266                 }
8267             ],
8268             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
8269             "homepage": "https://symfony.com",
8270             "keywords": [
8271                 "compatibility",
8272                 "polyfill",
8273                 "portable",
8274                 "shim"
8275             ],
8276             "support": {
8277                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
8278             },
8279             "funding": [
8280                 {
8281                     "url": "https://symfony.com/sponsor",
8282                     "type": "custom"
8283                 },
8284                 {
8285                     "url": "https://github.com/fabpot",
8286                     "type": "github"
8287                 },
8288                 {
8289                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8290                     "type": "tidelift"
8291                 }
8292             ],
8293             "time": "2021-01-07T16:49:33+00:00"
8294         },
8295         {
8296             "name": "symfony/process",
8297             "version": "v5.2.4",
8298             "source": {
8299                 "type": "git",
8300                 "url": "https://github.com/symfony/process.git",
8301                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
8302             },
8303             "dist": {
8304                 "type": "zip",
8305                 "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
8306                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
8307                 "shasum": ""
8308             },
8309             "require": {
8310                 "php": ">=7.2.5",
8311                 "symfony/polyfill-php80": "^1.15"
8312             },
8313             "type": "library",
8314             "autoload": {
8315                 "psr-4": {
8316                     "Symfony\\Component\\Process\\": ""
8317                 },
8318                 "exclude-from-classmap": [
8319                     "/Tests/"
8320                 ]
8321             },
8322             "notification-url": "https://packagist.org/downloads/",
8323             "license": [
8324                 "MIT"
8325             ],
8326             "authors": [
8327                 {
8328                     "name": "Fabien Potencier",
8329                     "email": "fabien@symfony.com"
8330                 },
8331                 {
8332                     "name": "Symfony Community",
8333                     "homepage": "https://symfony.com/contributors"
8334                 }
8335             ],
8336             "description": "Executes commands in sub-processes",
8337             "homepage": "https://symfony.com",
8338             "support": {
8339                 "source": "https://github.com/symfony/process/tree/v5.2.4"
8340             },
8341             "funding": [
8342                 {
8343                     "url": "https://symfony.com/sponsor",
8344                     "type": "custom"
8345                 },
8346                 {
8347                     "url": "https://github.com/fabpot",
8348                     "type": "github"
8349                 },
8350                 {
8351                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8352                     "type": "tidelift"
8353                 }
8354             ],
8355             "time": "2021-01-27T10:15:41+00:00"
8356         },
8357         {
8358             "name": "symfony/property-access",
8359             "version": "v4.4.20",
8360             "source": {
8361                 "type": "git",
8362                 "url": "https://github.com/symfony/property-access.git",
8363                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622"
8364             },
8365             "dist": {
8366                 "type": "zip",
8367                 "url": "https://api.github.com/repos/symfony/property-access/zipball/94a1d9837396c71a0d8c31686c16693a15651622",
8368                 "reference": "94a1d9837396c71a0d8c31686c16693a15651622",
8369                 "shasum": ""
8370             },
8371             "require": {
8372                 "php": ">=7.1.3",
8373                 "symfony/inflector": "^3.4|^4.0|^5.0"
8374             },
8375             "require-dev": {
8376                 "symfony/cache": "^3.4|^4.0|^5.0"
8377             },
8378             "suggest": {
8379                 "psr/cache-implementation": "To cache access methods."
8380             },
8381             "type": "library",
8382             "autoload": {
8383                 "psr-4": {
8384                     "Symfony\\Component\\PropertyAccess\\": ""
8385                 },
8386                 "exclude-from-classmap": [
8387                     "/Tests/"
8388                 ]
8389             },
8390             "notification-url": "https://packagist.org/downloads/",
8391             "license": [
8392                 "MIT"
8393             ],
8394             "authors": [
8395                 {
8396                     "name": "Fabien Potencier",
8397                     "email": "fabien@symfony.com"
8398                 },
8399                 {
8400                     "name": "Symfony Community",
8401                     "homepage": "https://symfony.com/contributors"
8402                 }
8403             ],
8404             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
8405             "homepage": "https://symfony.com",
8406             "keywords": [
8407                 "access",
8408                 "array",
8409                 "extraction",
8410                 "index",
8411                 "injection",
8412                 "object",
8413                 "property",
8414                 "property path",
8415                 "reflection"
8416             ],
8417             "support": {
8418                 "source": "https://github.com/symfony/property-access/tree/v4.4.20"
8419             },
8420             "funding": [
8421                 {
8422                     "url": "https://symfony.com/sponsor",
8423                     "type": "custom"
8424                 },
8425                 {
8426                     "url": "https://github.com/fabpot",
8427                     "type": "github"
8428                 },
8429                 {
8430                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8431                     "type": "tidelift"
8432                 }
8433             ],
8434             "time": "2021-01-27T09:09:26+00:00"
8435         },
8436         {
8437             "name": "symfony/service-contracts",
8438             "version": "v2.2.0",
8439             "source": {
8440                 "type": "git",
8441                 "url": "https://github.com/symfony/service-contracts.git",
8442                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
8443             },
8444             "dist": {
8445                 "type": "zip",
8446                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
8447                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
8448                 "shasum": ""
8449             },
8450             "require": {
8451                 "php": ">=7.2.5",
8452                 "psr/container": "^1.0"
8453             },
8454             "suggest": {
8455                 "symfony/service-implementation": ""
8456             },
8457             "type": "library",
8458             "extra": {
8459                 "branch-alias": {
8460                     "dev-master": "2.2-dev"
8461                 },
8462                 "thanks": {
8463                     "name": "symfony/contracts",
8464                     "url": "https://github.com/symfony/contracts"
8465                 }
8466             },
8467             "autoload": {
8468                 "psr-4": {
8469                     "Symfony\\Contracts\\Service\\": ""
8470                 }
8471             },
8472             "notification-url": "https://packagist.org/downloads/",
8473             "license": [
8474                 "MIT"
8475             ],
8476             "authors": [
8477                 {
8478                     "name": "Nicolas Grekas",
8479                     "email": "p@tchwork.com"
8480                 },
8481                 {
8482                     "name": "Symfony Community",
8483                     "homepage": "https://symfony.com/contributors"
8484                 }
8485             ],
8486             "description": "Generic abstractions related to writing services",
8487             "homepage": "https://symfony.com",
8488             "keywords": [
8489                 "abstractions",
8490                 "contracts",
8491                 "decoupling",
8492                 "interfaces",
8493                 "interoperability",
8494                 "standards"
8495             ],
8496             "support": {
8497                 "source": "https://github.com/symfony/service-contracts/tree/master"
8498             },
8499             "funding": [
8500                 {
8501                     "url": "https://symfony.com/sponsor",
8502                     "type": "custom"
8503                 },
8504                 {
8505                     "url": "https://github.com/fabpot",
8506                     "type": "github"
8507                 },
8508                 {
8509                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8510                     "type": "tidelift"
8511                 }
8512             ],
8513             "time": "2020-09-07T11:33:47+00:00"
8514         },
8515         {
8516             "name": "symfony/string",
8517             "version": "v5.2.6",
8518             "source": {
8519                 "type": "git",
8520                 "url": "https://github.com/symfony/string.git",
8521                 "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
8522             },
8523             "dist": {
8524                 "type": "zip",
8525                 "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
8526                 "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
8527                 "shasum": ""
8528             },
8529             "require": {
8530                 "php": ">=7.2.5",
8531                 "symfony/polyfill-ctype": "~1.8",
8532                 "symfony/polyfill-intl-grapheme": "~1.0",
8533                 "symfony/polyfill-intl-normalizer": "~1.0",
8534                 "symfony/polyfill-mbstring": "~1.0",
8535                 "symfony/polyfill-php80": "~1.15"
8536             },
8537             "require-dev": {
8538                 "symfony/error-handler": "^4.4|^5.0",
8539                 "symfony/http-client": "^4.4|^5.0",
8540                 "symfony/translation-contracts": "^1.1|^2",
8541                 "symfony/var-exporter": "^4.4|^5.0"
8542             },
8543             "type": "library",
8544             "autoload": {
8545                 "psr-4": {
8546                     "Symfony\\Component\\String\\": ""
8547                 },
8548                 "files": [
8549                     "Resources/functions.php"
8550                 ],
8551                 "exclude-from-classmap": [
8552                     "/Tests/"
8553                 ]
8554             },
8555             "notification-url": "https://packagist.org/downloads/",
8556             "license": [
8557                 "MIT"
8558             ],
8559             "authors": [
8560                 {
8561                     "name": "Nicolas Grekas",
8562                     "email": "p@tchwork.com"
8563                 },
8564                 {
8565                     "name": "Symfony Community",
8566                     "homepage": "https://symfony.com/contributors"
8567                 }
8568             ],
8569             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
8570             "homepage": "https://symfony.com",
8571             "keywords": [
8572                 "grapheme",
8573                 "i18n",
8574                 "string",
8575                 "unicode",
8576                 "utf-8",
8577                 "utf8"
8578             ],
8579             "support": {
8580                 "source": "https://github.com/symfony/string/tree/v5.2.6"
8581             },
8582             "funding": [
8583                 {
8584                     "url": "https://symfony.com/sponsor",
8585                     "type": "custom"
8586                 },
8587                 {
8588                     "url": "https://github.com/fabpot",
8589                     "type": "github"
8590                 },
8591                 {
8592                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8593                     "type": "tidelift"
8594                 }
8595             ],
8596             "time": "2021-03-17T17:12:15+00:00"
8597         },
8598         {
8599             "name": "symfony/yaml",
8600             "version": "v4.4.20",
8601             "source": {
8602                 "type": "git",
8603                 "url": "https://github.com/symfony/yaml.git",
8604                 "reference": "29e61305e1c79d25f71060903982ead8f533e267"
8605             },
8606             "dist": {
8607                 "type": "zip",
8608                 "url": "https://api.github.com/repos/symfony/yaml/zipball/29e61305e1c79d25f71060903982ead8f533e267",
8609                 "reference": "29e61305e1c79d25f71060903982ead8f533e267",
8610                 "shasum": ""
8611             },
8612             "require": {
8613                 "php": ">=7.1.3",
8614                 "symfony/polyfill-ctype": "~1.8"
8615             },
8616             "conflict": {
8617                 "symfony/console": "<3.4"
8618             },
8619             "require-dev": {
8620                 "symfony/console": "^3.4|^4.0|^5.0"
8621             },
8622             "suggest": {
8623                 "symfony/console": "For validating YAML files using the lint command"
8624             },
8625             "type": "library",
8626             "autoload": {
8627                 "psr-4": {
8628                     "Symfony\\Component\\Yaml\\": ""
8629                 },
8630                 "exclude-from-classmap": [
8631                     "/Tests/"
8632                 ]
8633             },
8634             "notification-url": "https://packagist.org/downloads/",
8635             "license": [
8636                 "MIT"
8637             ],
8638             "authors": [
8639                 {
8640                     "name": "Fabien Potencier",
8641                     "email": "fabien@symfony.com"
8642                 },
8643                 {
8644                     "name": "Symfony Community",
8645                     "homepage": "https://symfony.com/contributors"
8646                 }
8647             ],
8648             "description": "Loads and dumps YAML files",
8649             "homepage": "https://symfony.com",
8650             "support": {
8651                 "source": "https://github.com/symfony/yaml/tree/v4.4.20"
8652             },
8653             "funding": [
8654                 {
8655                     "url": "https://symfony.com/sponsor",
8656                     "type": "custom"
8657                 },
8658                 {
8659                     "url": "https://github.com/fabpot",
8660                     "type": "github"
8661                 },
8662                 {
8663                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8664                     "type": "tidelift"
8665                 }
8666             ],
8667             "time": "2021-02-22T15:36:50+00:00"
8668         },
8669         {
8670             "name": "twig/twig",
8671             "version": "v3.3.0",
8672             "source": {
8673                 "type": "git",
8674                 "url": "https://github.com/twigphp/Twig.git",
8675                 "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5"
8676             },
8677             "dist": {
8678                 "type": "zip",
8679                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
8680                 "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
8681                 "shasum": ""
8682             },
8683             "require": {
8684                 "php": ">=7.2.5",
8685                 "symfony/polyfill-ctype": "^1.8",
8686                 "symfony/polyfill-mbstring": "^1.3"
8687             },
8688             "require-dev": {
8689                 "psr/container": "^1.0",
8690                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
8691             },
8692             "type": "library",
8693             "extra": {
8694                 "branch-alias": {
8695                     "dev-master": "3.3-dev"
8696                 }
8697             },
8698             "autoload": {
8699                 "psr-4": {
8700                     "Twig\\": "src/"
8701                 }
8702             },
8703             "notification-url": "https://packagist.org/downloads/",
8704             "license": [
8705                 "BSD-3-Clause"
8706             ],
8707             "authors": [
8708                 {
8709                     "name": "Fabien Potencier",
8710                     "email": "fabien@symfony.com",
8711                     "homepage": "http://fabien.potencier.org",
8712                     "role": "Lead Developer"
8713                 },
8714                 {
8715                     "name": "Twig Team",
8716                     "role": "Contributors"
8717                 },
8718                 {
8719                     "name": "Armin Ronacher",
8720                     "email": "armin.ronacher@active-4.com",
8721                     "role": "Project Founder"
8722                 }
8723             ],
8724             "description": "Twig, the flexible, fast, and secure template language for PHP",
8725             "homepage": "https://twig.symfony.com",
8726             "keywords": [
8727                 "templating"
8728             ],
8729             "support": {
8730                 "issues": "https://github.com/twigphp/Twig/issues",
8731                 "source": "https://github.com/twigphp/Twig/tree/v3.3.0"
8732             },
8733             "funding": [
8734                 {
8735                     "url": "https://github.com/fabpot",
8736                     "type": "github"
8737                 },
8738                 {
8739                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
8740                     "type": "tidelift"
8741                 }
8742             ],
8743             "time": "2021-02-08T09:54:36+00:00"
8744         },
8745         {
8746             "name": "vlucas/phpdotenv",
8747             "version": "v5.3.0",
8748             "source": {
8749                 "type": "git",
8750                 "url": "https://github.com/vlucas/phpdotenv.git",
8751                 "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
8752             },
8753             "dist": {
8754                 "type": "zip",
8755                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
8756                 "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
8757                 "shasum": ""
8758             },
8759             "require": {
8760                 "ext-pcre": "*",
8761                 "graham-campbell/result-type": "^1.0.1",
8762                 "php": "^7.1.3 || ^8.0",
8763                 "phpoption/phpoption": "^1.7.4",
8764                 "symfony/polyfill-ctype": "^1.17",
8765                 "symfony/polyfill-mbstring": "^1.17",
8766                 "symfony/polyfill-php80": "^1.17"
8767             },
8768             "require-dev": {
8769                 "bamarni/composer-bin-plugin": "^1.4.1",
8770                 "ext-filter": "*",
8771                 "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
8772             },
8773             "suggest": {
8774                 "ext-filter": "Required to use the boolean validator."
8775             },
8776             "type": "library",
8777             "extra": {
8778                 "branch-alias": {
8779                     "dev-master": "5.3-dev"
8780                 }
8781             },
8782             "autoload": {
8783                 "psr-4": {
8784                     "Dotenv\\": "src/"
8785                 }
8786             },
8787             "notification-url": "https://packagist.org/downloads/",
8788             "license": [
8789                 "BSD-3-Clause"
8790             ],
8791             "authors": [
8792                 {
8793                     "name": "Graham Campbell",
8794                     "email": "graham@alt-three.com",
8795                     "homepage": "https://gjcampbell.co.uk/"
8796                 },
8797                 {
8798                     "name": "Vance Lucas",
8799                     "email": "vance@vancelucas.com",
8800                     "homepage": "https://vancelucas.com/"
8801                 }
8802             ],
8803             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
8804             "keywords": [
8805                 "dotenv",
8806                 "env",
8807                 "environment"
8808             ],
8809             "support": {
8810                 "issues": "https://github.com/vlucas/phpdotenv/issues",
8811                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
8812             },
8813             "funding": [
8814                 {
8815                     "url": "https://github.com/GrahamCampbell",
8816                     "type": "github"
8817                 },
8818                 {
8819                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
8820                     "type": "tidelift"
8821                 }
8822             ],
8823             "time": "2021-01-20T15:23:13+00:00"
8824         },
8825         {
8826             "name": "waryway/php-traits-library",
8827             "version": "1.0.4",
8828             "source": {
8829                 "type": "git",
8830                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
8831                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
8832             },
8833             "dist": {
8834                 "type": "zip",
8835                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
8836                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
8837                 "shasum": ""
8838             },
8839             "require-dev": {
8840                 "phpunit/phpunit": "6.4.3"
8841             },
8842             "type": "library",
8843             "autoload": {
8844                 "psr-4": {
8845                     "Waryway\\PhpTraitsLibrary\\": "src/"
8846                 }
8847             },
8848             "notification-url": "https://packagist.org/downloads/",
8849             "license": [
8850                 "MIT"
8851             ],
8852             "authors": [
8853                 {
8854                     "name": "Kyle Wiering",
8855                     "email": "kyle@waryway.com"
8856                 }
8857             ],
8858             "description": "General use traits",
8859             "support": {
8860                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
8861                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
8862             },
8863             "time": "2017-12-23T14:22:07+00:00"
8864         },
8865         {
8866             "name": "webimpress/safe-writer",
8867             "version": "2.1.0",
8868             "source": {
8869                 "type": "git",
8870                 "url": "https://github.com/webimpress/safe-writer.git",
8871                 "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd"
8872             },
8873             "dist": {
8874                 "type": "zip",
8875                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd",
8876                 "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd",
8877                 "shasum": ""
8878             },
8879             "require": {
8880                 "php": "^7.2 || ^8.0"
8881             },
8882             "require-dev": {
8883                 "phpunit/phpunit": "^8.5.8 || ^9.3.7",
8884                 "vimeo/psalm": "^3.14.2",
8885                 "webimpress/coding-standard": "^1.1.5"
8886             },
8887             "type": "library",
8888             "extra": {
8889                 "branch-alias": {
8890                     "dev-master": "2.1.x-dev",
8891                     "dev-develop": "2.2.x-dev",
8892                     "dev-release-1.0": "1.0.x-dev"
8893                 }
8894             },
8895             "autoload": {
8896                 "psr-4": {
8897                     "Webimpress\\SafeWriter\\": "src/"
8898                 }
8899             },
8900             "notification-url": "https://packagist.org/downloads/",
8901             "license": [
8902                 "BSD-2-Clause"
8903             ],
8904             "description": "Tool to write files safely, to avoid race conditions",
8905             "keywords": [
8906                 "concurrent write",
8907                 "file writer",
8908                 "race condition",
8909                 "safe writer",
8910                 "webimpress"
8911             ],
8912             "support": {
8913                 "issues": "https://github.com/webimpress/safe-writer/issues",
8914                 "source": "https://github.com/webimpress/safe-writer/tree/master"
8915             },
8916             "funding": [
8917                 {
8918                     "url": "https://github.com/michalbundyra",
8919                     "type": "github"
8920                 }
8921             ],
8922             "time": "2020-08-25T07:21:11+00:00"
8923         },
8924         {
8925             "name": "yubico/u2flib-server",
8926             "version": "1.0.2",
8927             "source": {
8928                 "type": "git",
8929                 "url": "https://github.com/Yubico/php-u2flib-server.git",
8930                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
8931             },
8932             "dist": {
8933                 "type": "zip",
8934                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
8935                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
8936                 "shasum": ""
8937             },
8938             "require": {
8939                 "ext-openssl": "*",
8940                 "paragonie/random_compat": ">= 1",
8941                 "php": ">=5.6"
8942             },
8943             "require-dev": {
8944                 "phpunit/phpunit": "~5.7",
8945                 "vimeo/psalm": "^0|^1|^2"
8946             },
8947             "type": "library",
8948             "autoload": {
8949                 "classmap": [
8950                     "src/"
8951                 ]
8952             },
8953             "notification-url": "https://packagist.org/downloads/",
8954             "license": [
8955                 "BSD-2-Clause"
8956             ],
8957             "description": "Library for U2F implementation",
8958             "homepage": "https://developers.yubico.com/php-u2flib-server",
8959             "support": {
8960                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
8961                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
8962             },
8963             "time": "2018-09-07T08:16:44+00:00"
8964         }
8965     ],
8966     "packages-dev": [
8967         {
8968             "name": "doctrine/instantiator",
8969             "version": "1.4.0",
8970             "source": {
8971                 "type": "git",
8972                 "url": "https://github.com/doctrine/instantiator.git",
8973                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
8974             },
8975             "dist": {
8976                 "type": "zip",
8977                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
8978                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
8979                 "shasum": ""
8980             },
8981             "require": {
8982                 "php": "^7.1 || ^8.0"
8983             },
8984             "require-dev": {
8985                 "doctrine/coding-standard": "^8.0",
8986                 "ext-pdo": "*",
8987                 "ext-phar": "*",
8988                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
8989                 "phpstan/phpstan": "^0.12",
8990                 "phpstan/phpstan-phpunit": "^0.12",
8991                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
8992             },
8993             "type": "library",
8994             "autoload": {
8995                 "psr-4": {
8996                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
8997                 }
8998             },
8999             "notification-url": "https://packagist.org/downloads/",
9000             "license": [
9001                 "MIT"
9002             ],
9003             "authors": [
9004                 {
9005                     "name": "Marco Pivetta",
9006                     "email": "ocramius@gmail.com",
9007                     "homepage": "https://ocramius.github.io/"
9008                 }
9009             ],
9010             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
9011             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
9012             "keywords": [
9013                 "constructor",
9014                 "instantiate"
9015             ],
9016             "support": {
9017                 "issues": "https://github.com/doctrine/instantiator/issues",
9018                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
9019             },
9020             "funding": [
9021                 {
9022                     "url": "https://www.doctrine-project.org/sponsorship.html",
9023                     "type": "custom"
9024                 },
9025                 {
9026                     "url": "https://www.patreon.com/phpdoctrine",
9027                     "type": "patreon"
9028                 },
9029                 {
9030                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
9031                     "type": "tidelift"
9032                 }
9033             ],
9034             "time": "2020-11-10T18:47:58+00:00"
9035         },
9036         {
9037             "name": "phar-io/manifest",
9038             "version": "2.0.1",
9039             "source": {
9040                 "type": "git",
9041                 "url": "https://github.com/phar-io/manifest.git",
9042                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
9043             },
9044             "dist": {
9045                 "type": "zip",
9046                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9047                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
9048                 "shasum": ""
9049             },
9050             "require": {
9051                 "ext-dom": "*",
9052                 "ext-phar": "*",
9053                 "ext-xmlwriter": "*",
9054                 "phar-io/version": "^3.0.1",
9055                 "php": "^7.2 || ^8.0"
9056             },
9057             "type": "library",
9058             "extra": {
9059                 "branch-alias": {
9060                     "dev-master": "2.0.x-dev"
9061                 }
9062             },
9063             "autoload": {
9064                 "classmap": [
9065                     "src/"
9066                 ]
9067             },
9068             "notification-url": "https://packagist.org/downloads/",
9069             "license": [
9070                 "BSD-3-Clause"
9071             ],
9072             "authors": [
9073                 {
9074                     "name": "Arne Blankerts",
9075                     "email": "arne@blankerts.de",
9076                     "role": "Developer"
9077                 },
9078                 {
9079                     "name": "Sebastian Heuer",
9080                     "email": "sebastian@phpeople.de",
9081                     "role": "Developer"
9082                 },
9083                 {
9084                     "name": "Sebastian Bergmann",
9085                     "email": "sebastian@phpunit.de",
9086                     "role": "Developer"
9087                 }
9088             ],
9089             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
9090             "support": {
9091                 "issues": "https://github.com/phar-io/manifest/issues",
9092                 "source": "https://github.com/phar-io/manifest/tree/master"
9093             },
9094             "time": "2020-06-27T14:33:11+00:00"
9095         },
9096         {
9097             "name": "phar-io/version",
9098             "version": "3.1.0",
9099             "source": {
9100                 "type": "git",
9101                 "url": "https://github.com/phar-io/version.git",
9102                 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
9103             },
9104             "dist": {
9105                 "type": "zip",
9106                 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
9107                 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
9108                 "shasum": ""
9109             },
9110             "require": {
9111                 "php": "^7.2 || ^8.0"
9112             },
9113             "type": "library",
9114             "autoload": {
9115                 "classmap": [
9116                     "src/"
9117                 ]
9118             },
9119             "notification-url": "https://packagist.org/downloads/",
9120             "license": [
9121                 "BSD-3-Clause"
9122             ],
9123             "authors": [
9124                 {
9125                     "name": "Arne Blankerts",
9126                     "email": "arne@blankerts.de",
9127                     "role": "Developer"
9128                 },
9129                 {
9130                     "name": "Sebastian Heuer",
9131                     "email": "sebastian@phpeople.de",
9132                     "role": "Developer"
9133                 },
9134                 {
9135                     "name": "Sebastian Bergmann",
9136                     "email": "sebastian@phpunit.de",
9137                     "role": "Developer"
9138                 }
9139             ],
9140             "description": "Library for handling version information and constraints",
9141             "support": {
9142                 "issues": "https://github.com/phar-io/version/issues",
9143                 "source": "https://github.com/phar-io/version/tree/3.1.0"
9144             },
9145             "time": "2021-02-23T14:00:09+00:00"
9146         },
9147         {
9148             "name": "php-webdriver/webdriver",
9149             "version": "1.10.0",
9150             "source": {
9151                 "type": "git",
9152                 "url": "https://github.com/php-webdriver/php-webdriver.git",
9153                 "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211"
9154             },
9155             "dist": {
9156                 "type": "zip",
9157                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd9290b95b7651d495bd69253d6e3ef469a7f211",
9158                 "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211",
9159                 "shasum": ""
9160             },
9161             "require": {
9162                 "ext-curl": "*",
9163                 "ext-json": "*",
9164                 "ext-zip": "*",
9165                 "php": "^5.6 || ~7.0 || ^8.0",
9166                 "symfony/polyfill-mbstring": "^1.12",
9167                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
9168             },
9169             "replace": {
9170                 "facebook/webdriver": "*"
9171             },
9172             "require-dev": {
9173                 "friendsofphp/php-cs-fixer": "^2.0",
9174                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
9175                 "php-coveralls/php-coveralls": "^2.4",
9176                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
9177                 "php-parallel-lint/php-parallel-lint": "^1.2",
9178                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
9179                 "squizlabs/php_codesniffer": "^3.5",
9180                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
9181             },
9182             "suggest": {
9183                 "ext-SimpleXML": "For Firefox profile creation"
9184             },
9185             "type": "library",
9186             "extra": {
9187                 "branch-alias": {
9188                     "dev-main": "1.8.x-dev"
9189                 }
9190             },
9191             "autoload": {
9192                 "psr-4": {
9193                     "Facebook\\WebDriver\\": "lib/"
9194                 },
9195                 "files": [
9196                     "lib/Exception/TimeoutException.php"
9197                 ]
9198             },
9199             "notification-url": "https://packagist.org/downloads/",
9200             "license": [
9201                 "MIT"
9202             ],
9203             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
9204             "homepage": "https://github.com/php-webdriver/php-webdriver",
9205             "keywords": [
9206                 "Chromedriver",
9207                 "geckodriver",
9208                 "php",
9209                 "selenium",
9210                 "webdriver"
9211             ],
9212             "support": {
9213                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
9214                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.10.0"
9215             },
9216             "time": "2021-02-25T13:38:09+00:00"
9217         },
9218         {
9219             "name": "phpdocumentor/reflection-common",
9220             "version": "2.2.0",
9221             "source": {
9222                 "type": "git",
9223                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
9224                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
9225             },
9226             "dist": {
9227                 "type": "zip",
9228                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9229                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
9230                 "shasum": ""
9231             },
9232             "require": {
9233                 "php": "^7.2 || ^8.0"
9234             },
9235             "type": "library",
9236             "extra": {
9237                 "branch-alias": {
9238                     "dev-2.x": "2.x-dev"
9239                 }
9240             },
9241             "autoload": {
9242                 "psr-4": {
9243                     "phpDocumentor\\Reflection\\": "src/"
9244                 }
9245             },
9246             "notification-url": "https://packagist.org/downloads/",
9247             "license": [
9248                 "MIT"
9249             ],
9250             "authors": [
9251                 {
9252                     "name": "Jaap van Otterdijk",
9253                     "email": "opensource@ijaap.nl"
9254                 }
9255             ],
9256             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
9257             "homepage": "http://www.phpdoc.org",
9258             "keywords": [
9259                 "FQSEN",
9260                 "phpDocumentor",
9261                 "phpdoc",
9262                 "reflection",
9263                 "static analysis"
9264             ],
9265             "support": {
9266                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
9267                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
9268             },
9269             "time": "2020-06-27T09:03:43+00:00"
9270         },
9271         {
9272             "name": "phpdocumentor/reflection-docblock",
9273             "version": "5.2.2",
9274             "source": {
9275                 "type": "git",
9276                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9277                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
9278             },
9279             "dist": {
9280                 "type": "zip",
9281                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
9282                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
9283                 "shasum": ""
9284             },
9285             "require": {
9286                 "ext-filter": "*",
9287                 "php": "^7.2 || ^8.0",
9288                 "phpdocumentor/reflection-common": "^2.2",
9289                 "phpdocumentor/type-resolver": "^1.3",
9290                 "webmozart/assert": "^1.9.1"
9291             },
9292             "require-dev": {
9293                 "mockery/mockery": "~1.3.2"
9294             },
9295             "type": "library",
9296             "extra": {
9297                 "branch-alias": {
9298                     "dev-master": "5.x-dev"
9299                 }
9300             },
9301             "autoload": {
9302                 "psr-4": {
9303                     "phpDocumentor\\Reflection\\": "src"
9304                 }
9305             },
9306             "notification-url": "https://packagist.org/downloads/",
9307             "license": [
9308                 "MIT"
9309             ],
9310             "authors": [
9311                 {
9312                     "name": "Mike van Riel",
9313                     "email": "me@mikevanriel.com"
9314                 },
9315                 {
9316                     "name": "Jaap van Otterdijk",
9317                     "email": "account@ijaap.nl"
9318                 }
9319             ],
9320             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
9321             "support": {
9322                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
9323                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
9324             },
9325             "time": "2020-09-03T19:13:55+00:00"
9326         },
9327         {
9328             "name": "phpdocumentor/type-resolver",
9329             "version": "1.4.0",
9330             "source": {
9331                 "type": "git",
9332                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
9333                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
9334             },
9335             "dist": {
9336                 "type": "zip",
9337                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9338                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
9339                 "shasum": ""
9340             },
9341             "require": {
9342                 "php": "^7.2 || ^8.0",
9343                 "phpdocumentor/reflection-common": "^2.0"
9344             },
9345             "require-dev": {
9346                 "ext-tokenizer": "*"
9347             },
9348             "type": "library",
9349             "extra": {
9350                 "branch-alias": {
9351                     "dev-1.x": "1.x-dev"
9352                 }
9353             },
9354             "autoload": {
9355                 "psr-4": {
9356                     "phpDocumentor\\Reflection\\": "src"
9357                 }
9358             },
9359             "notification-url": "https://packagist.org/downloads/",
9360             "license": [
9361                 "MIT"
9362             ],
9363             "authors": [
9364                 {
9365                     "name": "Mike van Riel",
9366                     "email": "me@mikevanriel.com"
9367                 }
9368             ],
9369             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
9370             "support": {
9371                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
9372                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
9373             },
9374             "time": "2020-09-17T18:55:26+00:00"
9375         },
9376         {
9377             "name": "phpspec/prophecy",
9378             "version": "1.13.0",
9379             "source": {
9380                 "type": "git",
9381                 "url": "https://github.com/phpspec/prophecy.git",
9382                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
9383             },
9384             "dist": {
9385                 "type": "zip",
9386                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
9387                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
9388                 "shasum": ""
9389             },
9390             "require": {
9391                 "doctrine/instantiator": "^1.2",
9392                 "php": "^7.2 || ~8.0, <8.1",
9393                 "phpdocumentor/reflection-docblock": "^5.2",
9394                 "sebastian/comparator": "^3.0 || ^4.0",
9395                 "sebastian/recursion-context": "^3.0 || ^4.0"
9396             },
9397             "require-dev": {
9398                 "phpspec/phpspec": "^6.0",
9399                 "phpunit/phpunit": "^8.0 || ^9.0"
9400             },
9401             "type": "library",
9402             "extra": {
9403                 "branch-alias": {
9404                     "dev-master": "1.11.x-dev"
9405                 }
9406             },
9407             "autoload": {
9408                 "psr-4": {
9409                     "Prophecy\\": "src/Prophecy"
9410                 }
9411             },
9412             "notification-url": "https://packagist.org/downloads/",
9413             "license": [
9414                 "MIT"
9415             ],
9416             "authors": [
9417                 {
9418                     "name": "Konstantin Kudryashov",
9419                     "email": "ever.zet@gmail.com",
9420                     "homepage": "http://everzet.com"
9421                 },
9422                 {
9423                     "name": "Marcello Duarte",
9424                     "email": "marcello.duarte@gmail.com"
9425                 }
9426             ],
9427             "description": "Highly opinionated mocking framework for PHP 5.3+",
9428             "homepage": "https://github.com/phpspec/prophecy",
9429             "keywords": [
9430                 "Double",
9431                 "Dummy",
9432                 "fake",
9433                 "mock",
9434                 "spy",
9435                 "stub"
9436             ],
9437             "support": {
9438                 "issues": "https://github.com/phpspec/prophecy/issues",
9439                 "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
9440             },
9441             "time": "2021-03-17T13:42:18+00:00"
9442         },
9443         {
9444             "name": "phpunit/php-code-coverage",
9445             "version": "9.2.6",
9446             "source": {
9447                 "type": "git",
9448                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9449                 "reference": "f6293e1b30a2354e8428e004689671b83871edde"
9450             },
9451             "dist": {
9452                 "type": "zip",
9453                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
9454                 "reference": "f6293e1b30a2354e8428e004689671b83871edde",
9455                 "shasum": ""
9456             },
9457             "require": {
9458                 "ext-dom": "*",
9459                 "ext-libxml": "*",
9460                 "ext-xmlwriter": "*",
9461                 "nikic/php-parser": "^4.10.2",
9462                 "php": ">=7.3",
9463                 "phpunit/php-file-iterator": "^3.0.3",
9464                 "phpunit/php-text-template": "^2.0.2",
9465                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9466                 "sebastian/complexity": "^2.0",
9467                 "sebastian/environment": "^5.1.2",
9468                 "sebastian/lines-of-code": "^1.0.3",
9469                 "sebastian/version": "^3.0.1",
9470                 "theseer/tokenizer": "^1.2.0"
9471             },
9472             "require-dev": {
9473                 "phpunit/phpunit": "^9.3"
9474             },
9475             "suggest": {
9476                 "ext-pcov": "*",
9477                 "ext-xdebug": "*"
9478             },
9479             "type": "library",
9480             "extra": {
9481                 "branch-alias": {
9482                     "dev-master": "9.2-dev"
9483                 }
9484             },
9485             "autoload": {
9486                 "classmap": [
9487                     "src/"
9488                 ]
9489             },
9490             "notification-url": "https://packagist.org/downloads/",
9491             "license": [
9492                 "BSD-3-Clause"
9493             ],
9494             "authors": [
9495                 {
9496                     "name": "Sebastian Bergmann",
9497                     "email": "sebastian@phpunit.de",
9498                     "role": "lead"
9499                 }
9500             ],
9501             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9502             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9503             "keywords": [
9504                 "coverage",
9505                 "testing",
9506                 "xunit"
9507             ],
9508             "support": {
9509                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9510                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
9511             },
9512             "funding": [
9513                 {
9514                     "url": "https://github.com/sebastianbergmann",
9515                     "type": "github"
9516                 }
9517             ],
9518             "time": "2021-03-28T07:26:59+00:00"
9519         },
9520         {
9521             "name": "phpunit/php-file-iterator",
9522             "version": "3.0.5",
9523             "source": {
9524                 "type": "git",
9525                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9526                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
9527             },
9528             "dist": {
9529                 "type": "zip",
9530                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
9531                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
9532                 "shasum": ""
9533             },
9534             "require": {
9535                 "php": ">=7.3"
9536             },
9537             "require-dev": {
9538                 "phpunit/phpunit": "^9.3"
9539             },
9540             "type": "library",
9541             "extra": {
9542                 "branch-alias": {
9543                     "dev-master": "3.0-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": "FilterIterator implementation that filters files based on a list of suffixes.",
9563             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9564             "keywords": [
9565                 "filesystem",
9566                 "iterator"
9567             ],
9568             "support": {
9569                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9570                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
9571             },
9572             "funding": [
9573                 {
9574                     "url": "https://github.com/sebastianbergmann",
9575                     "type": "github"
9576                 }
9577             ],
9578             "time": "2020-09-28T05:57:25+00:00"
9579         },
9580         {
9581             "name": "phpunit/php-invoker",
9582             "version": "3.1.1",
9583             "source": {
9584                 "type": "git",
9585                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9586                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9587             },
9588             "dist": {
9589                 "type": "zip",
9590                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9591                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9592                 "shasum": ""
9593             },
9594             "require": {
9595                 "php": ">=7.3"
9596             },
9597             "require-dev": {
9598                 "ext-pcntl": "*",
9599                 "phpunit/phpunit": "^9.3"
9600             },
9601             "suggest": {
9602                 "ext-pcntl": "*"
9603             },
9604             "type": "library",
9605             "extra": {
9606                 "branch-alias": {
9607                     "dev-master": "3.1-dev"
9608                 }
9609             },
9610             "autoload": {
9611                 "classmap": [
9612                     "src/"
9613                 ]
9614             },
9615             "notification-url": "https://packagist.org/downloads/",
9616             "license": [
9617                 "BSD-3-Clause"
9618             ],
9619             "authors": [
9620                 {
9621                     "name": "Sebastian Bergmann",
9622                     "email": "sebastian@phpunit.de",
9623                     "role": "lead"
9624                 }
9625             ],
9626             "description": "Invoke callables with a timeout",
9627             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9628             "keywords": [
9629                 "process"
9630             ],
9631             "support": {
9632                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9633                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9634             },
9635             "funding": [
9636                 {
9637                     "url": "https://github.com/sebastianbergmann",
9638                     "type": "github"
9639                 }
9640             ],
9641             "time": "2020-09-28T05:58:55+00:00"
9642         },
9643         {
9644             "name": "phpunit/php-text-template",
9645             "version": "2.0.4",
9646             "source": {
9647                 "type": "git",
9648                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9649                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9650             },
9651             "dist": {
9652                 "type": "zip",
9653                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9654                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9655                 "shasum": ""
9656             },
9657             "require": {
9658                 "php": ">=7.3"
9659             },
9660             "require-dev": {
9661                 "phpunit/phpunit": "^9.3"
9662             },
9663             "type": "library",
9664             "extra": {
9665                 "branch-alias": {
9666                     "dev-master": "2.0-dev"
9667                 }
9668             },
9669             "autoload": {
9670                 "classmap": [
9671                     "src/"
9672                 ]
9673             },
9674             "notification-url": "https://packagist.org/downloads/",
9675             "license": [
9676                 "BSD-3-Clause"
9677             ],
9678             "authors": [
9679                 {
9680                     "name": "Sebastian Bergmann",
9681                     "email": "sebastian@phpunit.de",
9682                     "role": "lead"
9683                 }
9684             ],
9685             "description": "Simple template engine.",
9686             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9687             "keywords": [
9688                 "template"
9689             ],
9690             "support": {
9691                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9692                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9693             },
9694             "funding": [
9695                 {
9696                     "url": "https://github.com/sebastianbergmann",
9697                     "type": "github"
9698                 }
9699             ],
9700             "time": "2020-10-26T05:33:50+00:00"
9701         },
9702         {
9703             "name": "phpunit/php-timer",
9704             "version": "5.0.3",
9705             "source": {
9706                 "type": "git",
9707                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9708                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9709             },
9710             "dist": {
9711                 "type": "zip",
9712                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9713                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9714                 "shasum": ""
9715             },
9716             "require": {
9717                 "php": ">=7.3"
9718             },
9719             "require-dev": {
9720                 "phpunit/phpunit": "^9.3"
9721             },
9722             "type": "library",
9723             "extra": {
9724                 "branch-alias": {
9725                     "dev-master": "5.0-dev"
9726                 }
9727             },
9728             "autoload": {
9729                 "classmap": [
9730                     "src/"
9731                 ]
9732             },
9733             "notification-url": "https://packagist.org/downloads/",
9734             "license": [
9735                 "BSD-3-Clause"
9736             ],
9737             "authors": [
9738                 {
9739                     "name": "Sebastian Bergmann",
9740                     "email": "sebastian@phpunit.de",
9741                     "role": "lead"
9742                 }
9743             ],
9744             "description": "Utility class for timing",
9745             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9746             "keywords": [
9747                 "timer"
9748             ],
9749             "support": {
9750                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9751                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9752             },
9753             "funding": [
9754                 {
9755                     "url": "https://github.com/sebastianbergmann",
9756                     "type": "github"
9757                 }
9758             ],
9759             "time": "2020-10-26T13:16:10+00:00"
9760         },
9761         {
9762             "name": "phpunit/phpunit",
9763             "version": "9.5.4",
9764             "source": {
9765                 "type": "git",
9766                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9767                 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
9768             },
9769             "dist": {
9770                 "type": "zip",
9771                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
9772                 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
9773                 "shasum": ""
9774             },
9775             "require": {
9776                 "doctrine/instantiator": "^1.3.1",
9777                 "ext-dom": "*",
9778                 "ext-json": "*",
9779                 "ext-libxml": "*",
9780                 "ext-mbstring": "*",
9781                 "ext-xml": "*",
9782                 "ext-xmlwriter": "*",
9783                 "myclabs/deep-copy": "^1.10.1",
9784                 "phar-io/manifest": "^2.0.1",
9785                 "phar-io/version": "^3.0.2",
9786                 "php": ">=7.3",
9787                 "phpspec/prophecy": "^1.12.1",
9788                 "phpunit/php-code-coverage": "^9.2.3",
9789                 "phpunit/php-file-iterator": "^3.0.5",
9790                 "phpunit/php-invoker": "^3.1.1",
9791                 "phpunit/php-text-template": "^2.0.3",
9792                 "phpunit/php-timer": "^5.0.2",
9793                 "sebastian/cli-parser": "^1.0.1",
9794                 "sebastian/code-unit": "^1.0.6",
9795                 "sebastian/comparator": "^4.0.5",
9796                 "sebastian/diff": "^4.0.3",
9797                 "sebastian/environment": "^5.1.3",
9798                 "sebastian/exporter": "^4.0.3",
9799                 "sebastian/global-state": "^5.0.1",
9800                 "sebastian/object-enumerator": "^4.0.3",
9801                 "sebastian/resource-operations": "^3.0.3",
9802                 "sebastian/type": "^2.3",
9803                 "sebastian/version": "^3.0.2"
9804             },
9805             "require-dev": {
9806                 "ext-pdo": "*",
9807                 "phpspec/prophecy-phpunit": "^2.0.1"
9808             },
9809             "suggest": {
9810                 "ext-soap": "*",
9811                 "ext-xdebug": "*"
9812             },
9813             "bin": [
9814                 "phpunit"
9815             ],
9816             "type": "library",
9817             "extra": {
9818                 "branch-alias": {
9819                     "dev-master": "9.5-dev"
9820                 }
9821             },
9822             "autoload": {
9823                 "classmap": [
9824                     "src/"
9825                 ],
9826                 "files": [
9827                     "src/Framework/Assert/Functions.php"
9828                 ]
9829             },
9830             "notification-url": "https://packagist.org/downloads/",
9831             "license": [
9832                 "BSD-3-Clause"
9833             ],
9834             "authors": [
9835                 {
9836                     "name": "Sebastian Bergmann",
9837                     "email": "sebastian@phpunit.de",
9838                     "role": "lead"
9839                 }
9840             ],
9841             "description": "The PHP Unit Testing framework.",
9842             "homepage": "https://phpunit.de/",
9843             "keywords": [
9844                 "phpunit",
9845                 "testing",
9846                 "xunit"
9847             ],
9848             "support": {
9849                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9850                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
9851             },
9852             "funding": [
9853                 {
9854                     "url": "https://phpunit.de/donate.html",
9855                     "type": "custom"
9856                 },
9857                 {
9858                     "url": "https://github.com/sebastianbergmann",
9859                     "type": "github"
9860                 }
9861             ],
9862             "time": "2021-03-23T07:16:29+00:00"
9863         },
9864         {
9865             "name": "sebastian/cli-parser",
9866             "version": "1.0.1",
9867             "source": {
9868                 "type": "git",
9869                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9870                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9871             },
9872             "dist": {
9873                 "type": "zip",
9874                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9875                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9876                 "shasum": ""
9877             },
9878             "require": {
9879                 "php": ">=7.3"
9880             },
9881             "require-dev": {
9882                 "phpunit/phpunit": "^9.3"
9883             },
9884             "type": "library",
9885             "extra": {
9886                 "branch-alias": {
9887                     "dev-master": "1.0-dev"
9888                 }
9889             },
9890             "autoload": {
9891                 "classmap": [
9892                     "src/"
9893                 ]
9894             },
9895             "notification-url": "https://packagist.org/downloads/",
9896             "license": [
9897                 "BSD-3-Clause"
9898             ],
9899             "authors": [
9900                 {
9901                     "name": "Sebastian Bergmann",
9902                     "email": "sebastian@phpunit.de",
9903                     "role": "lead"
9904                 }
9905             ],
9906             "description": "Library for parsing CLI options",
9907             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9908             "support": {
9909                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9910                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9911             },
9912             "funding": [
9913                 {
9914                     "url": "https://github.com/sebastianbergmann",
9915                     "type": "github"
9916                 }
9917             ],
9918             "time": "2020-09-28T06:08:49+00:00"
9919         },
9920         {
9921             "name": "sebastian/code-unit",
9922             "version": "1.0.8",
9923             "source": {
9924                 "type": "git",
9925                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9926                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9927             },
9928             "dist": {
9929                 "type": "zip",
9930                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9931                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9932                 "shasum": ""
9933             },
9934             "require": {
9935                 "php": ">=7.3"
9936             },
9937             "require-dev": {
9938                 "phpunit/phpunit": "^9.3"
9939             },
9940             "type": "library",
9941             "extra": {
9942                 "branch-alias": {
9943                     "dev-master": "1.0-dev"
9944                 }
9945             },
9946             "autoload": {
9947                 "classmap": [
9948                     "src/"
9949                 ]
9950             },
9951             "notification-url": "https://packagist.org/downloads/",
9952             "license": [
9953                 "BSD-3-Clause"
9954             ],
9955             "authors": [
9956                 {
9957                     "name": "Sebastian Bergmann",
9958                     "email": "sebastian@phpunit.de",
9959                     "role": "lead"
9960                 }
9961             ],
9962             "description": "Collection of value objects that represent the PHP code units",
9963             "homepage": "https://github.com/sebastianbergmann/code-unit",
9964             "support": {
9965                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9966                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9967             },
9968             "funding": [
9969                 {
9970                     "url": "https://github.com/sebastianbergmann",
9971                     "type": "github"
9972                 }
9973             ],
9974             "time": "2020-10-26T13:08:54+00:00"
9975         },
9976         {
9977             "name": "sebastian/code-unit-reverse-lookup",
9978             "version": "2.0.3",
9979             "source": {
9980                 "type": "git",
9981                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9982                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9983             },
9984             "dist": {
9985                 "type": "zip",
9986                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9987                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9988                 "shasum": ""
9989             },
9990             "require": {
9991                 "php": ">=7.3"
9992             },
9993             "require-dev": {
9994                 "phpunit/phpunit": "^9.3"
9995             },
9996             "type": "library",
9997             "extra": {
9998                 "branch-alias": {
9999                     "dev-master": "2.0-dev"
10000                 }
10001             },
10002             "autoload": {
10003                 "classmap": [
10004                     "src/"
10005                 ]
10006             },
10007             "notification-url": "https://packagist.org/downloads/",
10008             "license": [
10009                 "BSD-3-Clause"
10010             ],
10011             "authors": [
10012                 {
10013                     "name": "Sebastian Bergmann",
10014                     "email": "sebastian@phpunit.de"
10015                 }
10016             ],
10017             "description": "Looks up which function or method a line of code belongs to",
10018             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
10019             "support": {
10020                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
10021                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
10022             },
10023             "funding": [
10024                 {
10025                     "url": "https://github.com/sebastianbergmann",
10026                     "type": "github"
10027                 }
10028             ],
10029             "time": "2020-09-28T05:30:19+00:00"
10030         },
10031         {
10032             "name": "sebastian/comparator",
10033             "version": "4.0.6",
10034             "source": {
10035                 "type": "git",
10036                 "url": "https://github.com/sebastianbergmann/comparator.git",
10037                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
10038             },
10039             "dist": {
10040                 "type": "zip",
10041                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
10042                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
10043                 "shasum": ""
10044             },
10045             "require": {
10046                 "php": ">=7.3",
10047                 "sebastian/diff": "^4.0",
10048                 "sebastian/exporter": "^4.0"
10049             },
10050             "require-dev": {
10051                 "phpunit/phpunit": "^9.3"
10052             },
10053             "type": "library",
10054             "extra": {
10055                 "branch-alias": {
10056                     "dev-master": "4.0-dev"
10057                 }
10058             },
10059             "autoload": {
10060                 "classmap": [
10061                     "src/"
10062                 ]
10063             },
10064             "notification-url": "https://packagist.org/downloads/",
10065             "license": [
10066                 "BSD-3-Clause"
10067             ],
10068             "authors": [
10069                 {
10070                     "name": "Sebastian Bergmann",
10071                     "email": "sebastian@phpunit.de"
10072                 },
10073                 {
10074                     "name": "Jeff Welch",
10075                     "email": "whatthejeff@gmail.com"
10076                 },
10077                 {
10078                     "name": "Volker Dusch",
10079                     "email": "github@wallbash.com"
10080                 },
10081                 {
10082                     "name": "Bernhard Schussek",
10083                     "email": "bschussek@2bepublished.at"
10084                 }
10085             ],
10086             "description": "Provides the functionality to compare PHP values for equality",
10087             "homepage": "https://github.com/sebastianbergmann/comparator",
10088             "keywords": [
10089                 "comparator",
10090                 "compare",
10091                 "equality"
10092             ],
10093             "support": {
10094                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
10095                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
10096             },
10097             "funding": [
10098                 {
10099                     "url": "https://github.com/sebastianbergmann",
10100                     "type": "github"
10101                 }
10102             ],
10103             "time": "2020-10-26T15:49:45+00:00"
10104         },
10105         {
10106             "name": "sebastian/complexity",
10107             "version": "2.0.2",
10108             "source": {
10109                 "type": "git",
10110                 "url": "https://github.com/sebastianbergmann/complexity.git",
10111                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
10112             },
10113             "dist": {
10114                 "type": "zip",
10115                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
10116                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
10117                 "shasum": ""
10118             },
10119             "require": {
10120                 "nikic/php-parser": "^4.7",
10121                 "php": ">=7.3"
10122             },
10123             "require-dev": {
10124                 "phpunit/phpunit": "^9.3"
10125             },
10126             "type": "library",
10127             "extra": {
10128                 "branch-alias": {
10129                     "dev-master": "2.0-dev"
10130                 }
10131             },
10132             "autoload": {
10133                 "classmap": [
10134                     "src/"
10135                 ]
10136             },
10137             "notification-url": "https://packagist.org/downloads/",
10138             "license": [
10139                 "BSD-3-Clause"
10140             ],
10141             "authors": [
10142                 {
10143                     "name": "Sebastian Bergmann",
10144                     "email": "sebastian@phpunit.de",
10145                     "role": "lead"
10146                 }
10147             ],
10148             "description": "Library for calculating the complexity of PHP code units",
10149             "homepage": "https://github.com/sebastianbergmann/complexity",
10150             "support": {
10151                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
10152                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
10153             },
10154             "funding": [
10155                 {
10156                     "url": "https://github.com/sebastianbergmann",
10157                     "type": "github"
10158                 }
10159             ],
10160             "time": "2020-10-26T15:52:27+00:00"
10161         },
10162         {
10163             "name": "sebastian/diff",
10164             "version": "4.0.4",
10165             "source": {
10166                 "type": "git",
10167                 "url": "https://github.com/sebastianbergmann/diff.git",
10168                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
10169             },
10170             "dist": {
10171                 "type": "zip",
10172                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10173                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
10174                 "shasum": ""
10175             },
10176             "require": {
10177                 "php": ">=7.3"
10178             },
10179             "require-dev": {
10180                 "phpunit/phpunit": "^9.3",
10181                 "symfony/process": "^4.2 || ^5"
10182             },
10183             "type": "library",
10184             "extra": {
10185                 "branch-alias": {
10186                     "dev-master": "4.0-dev"
10187                 }
10188             },
10189             "autoload": {
10190                 "classmap": [
10191                     "src/"
10192                 ]
10193             },
10194             "notification-url": "https://packagist.org/downloads/",
10195             "license": [
10196                 "BSD-3-Clause"
10197             ],
10198             "authors": [
10199                 {
10200                     "name": "Sebastian Bergmann",
10201                     "email": "sebastian@phpunit.de"
10202                 },
10203                 {
10204                     "name": "Kore Nordmann",
10205                     "email": "mail@kore-nordmann.de"
10206                 }
10207             ],
10208             "description": "Diff implementation",
10209             "homepage": "https://github.com/sebastianbergmann/diff",
10210             "keywords": [
10211                 "diff",
10212                 "udiff",
10213                 "unidiff",
10214                 "unified diff"
10215             ],
10216             "support": {
10217                 "issues": "https://github.com/sebastianbergmann/diff/issues",
10218                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
10219             },
10220             "funding": [
10221                 {
10222                     "url": "https://github.com/sebastianbergmann",
10223                     "type": "github"
10224                 }
10225             ],
10226             "time": "2020-10-26T13:10:38+00:00"
10227         },
10228         {
10229             "name": "sebastian/environment",
10230             "version": "5.1.3",
10231             "source": {
10232                 "type": "git",
10233                 "url": "https://github.com/sebastianbergmann/environment.git",
10234                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
10235             },
10236             "dist": {
10237                 "type": "zip",
10238                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
10239                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
10240                 "shasum": ""
10241             },
10242             "require": {
10243                 "php": ">=7.3"
10244             },
10245             "require-dev": {
10246                 "phpunit/phpunit": "^9.3"
10247             },
10248             "suggest": {
10249                 "ext-posix": "*"
10250             },
10251             "type": "library",
10252             "extra": {
10253                 "branch-alias": {
10254                     "dev-master": "5.1-dev"
10255                 }
10256             },
10257             "autoload": {
10258                 "classmap": [
10259                     "src/"
10260                 ]
10261             },
10262             "notification-url": "https://packagist.org/downloads/",
10263             "license": [
10264                 "BSD-3-Clause"
10265             ],
10266             "authors": [
10267                 {
10268                     "name": "Sebastian Bergmann",
10269                     "email": "sebastian@phpunit.de"
10270                 }
10271             ],
10272             "description": "Provides functionality to handle HHVM/PHP environments",
10273             "homepage": "http://www.github.com/sebastianbergmann/environment",
10274             "keywords": [
10275                 "Xdebug",
10276                 "environment",
10277                 "hhvm"
10278             ],
10279             "support": {
10280                 "issues": "https://github.com/sebastianbergmann/environment/issues",
10281                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
10282             },
10283             "funding": [
10284                 {
10285                     "url": "https://github.com/sebastianbergmann",
10286                     "type": "github"
10287                 }
10288             ],
10289             "time": "2020-09-28T05:52:38+00:00"
10290         },
10291         {
10292             "name": "sebastian/exporter",
10293             "version": "4.0.3",
10294             "source": {
10295                 "type": "git",
10296                 "url": "https://github.com/sebastianbergmann/exporter.git",
10297                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
10298             },
10299             "dist": {
10300                 "type": "zip",
10301                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10302                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
10303                 "shasum": ""
10304             },
10305             "require": {
10306                 "php": ">=7.3",
10307                 "sebastian/recursion-context": "^4.0"
10308             },
10309             "require-dev": {
10310                 "ext-mbstring": "*",
10311                 "phpunit/phpunit": "^9.3"
10312             },
10313             "type": "library",
10314             "extra": {
10315                 "branch-alias": {
10316                     "dev-master": "4.0-dev"
10317                 }
10318             },
10319             "autoload": {
10320                 "classmap": [
10321                     "src/"
10322                 ]
10323             },
10324             "notification-url": "https://packagist.org/downloads/",
10325             "license": [
10326                 "BSD-3-Clause"
10327             ],
10328             "authors": [
10329                 {
10330                     "name": "Sebastian Bergmann",
10331                     "email": "sebastian@phpunit.de"
10332                 },
10333                 {
10334                     "name": "Jeff Welch",
10335                     "email": "whatthejeff@gmail.com"
10336                 },
10337                 {
10338                     "name": "Volker Dusch",
10339                     "email": "github@wallbash.com"
10340                 },
10341                 {
10342                     "name": "Adam Harvey",
10343                     "email": "aharvey@php.net"
10344                 },
10345                 {
10346                     "name": "Bernhard Schussek",
10347                     "email": "bschussek@gmail.com"
10348                 }
10349             ],
10350             "description": "Provides the functionality to export PHP variables for visualization",
10351             "homepage": "http://www.github.com/sebastianbergmann/exporter",
10352             "keywords": [
10353                 "export",
10354                 "exporter"
10355             ],
10356             "support": {
10357                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
10358                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
10359             },
10360             "funding": [
10361                 {
10362                     "url": "https://github.com/sebastianbergmann",
10363                     "type": "github"
10364                 }
10365             ],
10366             "time": "2020-09-28T05:24:23+00:00"
10367         },
10368         {
10369             "name": "sebastian/global-state",
10370             "version": "5.0.2",
10371             "source": {
10372                 "type": "git",
10373                 "url": "https://github.com/sebastianbergmann/global-state.git",
10374                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
10375             },
10376             "dist": {
10377                 "type": "zip",
10378                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
10379                 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
10380                 "shasum": ""
10381             },
10382             "require": {
10383                 "php": ">=7.3",
10384                 "sebastian/object-reflector": "^2.0",
10385                 "sebastian/recursion-context": "^4.0"
10386             },
10387             "require-dev": {
10388                 "ext-dom": "*",
10389                 "phpunit/phpunit": "^9.3"
10390             },
10391             "suggest": {
10392                 "ext-uopz": "*"
10393             },
10394             "type": "library",
10395             "extra": {
10396                 "branch-alias": {
10397                     "dev-master": "5.0-dev"
10398                 }
10399             },
10400             "autoload": {
10401                 "classmap": [
10402                     "src/"
10403                 ]
10404             },
10405             "notification-url": "https://packagist.org/downloads/",
10406             "license": [
10407                 "BSD-3-Clause"
10408             ],
10409             "authors": [
10410                 {
10411                     "name": "Sebastian Bergmann",
10412                     "email": "sebastian@phpunit.de"
10413                 }
10414             ],
10415             "description": "Snapshotting of global state",
10416             "homepage": "http://www.github.com/sebastianbergmann/global-state",
10417             "keywords": [
10418                 "global state"
10419             ],
10420             "support": {
10421                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10422                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
10423             },
10424             "funding": [
10425                 {
10426                     "url": "https://github.com/sebastianbergmann",
10427                     "type": "github"
10428                 }
10429             ],
10430             "time": "2020-10-26T15:55:19+00:00"
10431         },
10432         {
10433             "name": "sebastian/lines-of-code",
10434             "version": "1.0.3",
10435             "source": {
10436                 "type": "git",
10437                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10438                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10439             },
10440             "dist": {
10441                 "type": "zip",
10442                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10443                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10444                 "shasum": ""
10445             },
10446             "require": {
10447                 "nikic/php-parser": "^4.6",
10448                 "php": ">=7.3"
10449             },
10450             "require-dev": {
10451                 "phpunit/phpunit": "^9.3"
10452             },
10453             "type": "library",
10454             "extra": {
10455                 "branch-alias": {
10456                     "dev-master": "1.0-dev"
10457                 }
10458             },
10459             "autoload": {
10460                 "classmap": [
10461                     "src/"
10462                 ]
10463             },
10464             "notification-url": "https://packagist.org/downloads/",
10465             "license": [
10466                 "BSD-3-Clause"
10467             ],
10468             "authors": [
10469                 {
10470                     "name": "Sebastian Bergmann",
10471                     "email": "sebastian@phpunit.de",
10472                     "role": "lead"
10473                 }
10474             ],
10475             "description": "Library for counting the lines of code in PHP source code",
10476             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10477             "support": {
10478                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10479                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10480             },
10481             "funding": [
10482                 {
10483                     "url": "https://github.com/sebastianbergmann",
10484                     "type": "github"
10485                 }
10486             ],
10487             "time": "2020-11-28T06:42:11+00:00"
10488         },
10489         {
10490             "name": "sebastian/object-enumerator",
10491             "version": "4.0.4",
10492             "source": {
10493                 "type": "git",
10494                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10495                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10496             },
10497             "dist": {
10498                 "type": "zip",
10499                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10500                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10501                 "shasum": ""
10502             },
10503             "require": {
10504                 "php": ">=7.3",
10505                 "sebastian/object-reflector": "^2.0",
10506                 "sebastian/recursion-context": "^4.0"
10507             },
10508             "require-dev": {
10509                 "phpunit/phpunit": "^9.3"
10510             },
10511             "type": "library",
10512             "extra": {
10513                 "branch-alias": {
10514                     "dev-master": "4.0-dev"
10515                 }
10516             },
10517             "autoload": {
10518                 "classmap": [
10519                     "src/"
10520                 ]
10521             },
10522             "notification-url": "https://packagist.org/downloads/",
10523             "license": [
10524                 "BSD-3-Clause"
10525             ],
10526             "authors": [
10527                 {
10528                     "name": "Sebastian Bergmann",
10529                     "email": "sebastian@phpunit.de"
10530                 }
10531             ],
10532             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10533             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10534             "support": {
10535                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10536                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10537             },
10538             "funding": [
10539                 {
10540                     "url": "https://github.com/sebastianbergmann",
10541                     "type": "github"
10542                 }
10543             ],
10544             "time": "2020-10-26T13:12:34+00:00"
10545         },
10546         {
10547             "name": "sebastian/object-reflector",
10548             "version": "2.0.4",
10549             "source": {
10550                 "type": "git",
10551                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10552                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10553             },
10554             "dist": {
10555                 "type": "zip",
10556                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10557                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10558                 "shasum": ""
10559             },
10560             "require": {
10561                 "php": ">=7.3"
10562             },
10563             "require-dev": {
10564                 "phpunit/phpunit": "^9.3"
10565             },
10566             "type": "library",
10567             "extra": {
10568                 "branch-alias": {
10569                     "dev-master": "2.0-dev"
10570                 }
10571             },
10572             "autoload": {
10573                 "classmap": [
10574                     "src/"
10575                 ]
10576             },
10577             "notification-url": "https://packagist.org/downloads/",
10578             "license": [
10579                 "BSD-3-Clause"
10580             ],
10581             "authors": [
10582                 {
10583                     "name": "Sebastian Bergmann",
10584                     "email": "sebastian@phpunit.de"
10585                 }
10586             ],
10587             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10588             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10589             "support": {
10590                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10591                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10592             },
10593             "funding": [
10594                 {
10595                     "url": "https://github.com/sebastianbergmann",
10596                     "type": "github"
10597                 }
10598             ],
10599             "time": "2020-10-26T13:14:26+00:00"
10600         },
10601         {
10602             "name": "sebastian/recursion-context",
10603             "version": "4.0.4",
10604             "source": {
10605                 "type": "git",
10606                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10607                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10608             },
10609             "dist": {
10610                 "type": "zip",
10611                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10612                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10613                 "shasum": ""
10614             },
10615             "require": {
10616                 "php": ">=7.3"
10617             },
10618             "require-dev": {
10619                 "phpunit/phpunit": "^9.3"
10620             },
10621             "type": "library",
10622             "extra": {
10623                 "branch-alias": {
10624                     "dev-master": "4.0-dev"
10625                 }
10626             },
10627             "autoload": {
10628                 "classmap": [
10629                     "src/"
10630                 ]
10631             },
10632             "notification-url": "https://packagist.org/downloads/",
10633             "license": [
10634                 "BSD-3-Clause"
10635             ],
10636             "authors": [
10637                 {
10638                     "name": "Sebastian Bergmann",
10639                     "email": "sebastian@phpunit.de"
10640                 },
10641                 {
10642                     "name": "Jeff Welch",
10643                     "email": "whatthejeff@gmail.com"
10644                 },
10645                 {
10646                     "name": "Adam Harvey",
10647                     "email": "aharvey@php.net"
10648                 }
10649             ],
10650             "description": "Provides functionality to recursively process PHP variables",
10651             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10652             "support": {
10653                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10654                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10655             },
10656             "funding": [
10657                 {
10658                     "url": "https://github.com/sebastianbergmann",
10659                     "type": "github"
10660                 }
10661             ],
10662             "time": "2020-10-26T13:17:30+00:00"
10663         },
10664         {
10665             "name": "sebastian/resource-operations",
10666             "version": "3.0.3",
10667             "source": {
10668                 "type": "git",
10669                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10670                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10671             },
10672             "dist": {
10673                 "type": "zip",
10674                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10675                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10676                 "shasum": ""
10677             },
10678             "require": {
10679                 "php": ">=7.3"
10680             },
10681             "require-dev": {
10682                 "phpunit/phpunit": "^9.0"
10683             },
10684             "type": "library",
10685             "extra": {
10686                 "branch-alias": {
10687                     "dev-master": "3.0-dev"
10688                 }
10689             },
10690             "autoload": {
10691                 "classmap": [
10692                     "src/"
10693                 ]
10694             },
10695             "notification-url": "https://packagist.org/downloads/",
10696             "license": [
10697                 "BSD-3-Clause"
10698             ],
10699             "authors": [
10700                 {
10701                     "name": "Sebastian Bergmann",
10702                     "email": "sebastian@phpunit.de"
10703                 }
10704             ],
10705             "description": "Provides a list of PHP built-in functions that operate on resources",
10706             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10707             "support": {
10708                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10709                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10710             },
10711             "funding": [
10712                 {
10713                     "url": "https://github.com/sebastianbergmann",
10714                     "type": "github"
10715                 }
10716             ],
10717             "time": "2020-09-28T06:45:17+00:00"
10718         },
10719         {
10720             "name": "sebastian/type",
10721             "version": "2.3.1",
10722             "source": {
10723                 "type": "git",
10724                 "url": "https://github.com/sebastianbergmann/type.git",
10725                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
10726             },
10727             "dist": {
10728                 "type": "zip",
10729                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10730                 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
10731                 "shasum": ""
10732             },
10733             "require": {
10734                 "php": ">=7.3"
10735             },
10736             "require-dev": {
10737                 "phpunit/phpunit": "^9.3"
10738             },
10739             "type": "library",
10740             "extra": {
10741                 "branch-alias": {
10742                     "dev-master": "2.3-dev"
10743                 }
10744             },
10745             "autoload": {
10746                 "classmap": [
10747                     "src/"
10748                 ]
10749             },
10750             "notification-url": "https://packagist.org/downloads/",
10751             "license": [
10752                 "BSD-3-Clause"
10753             ],
10754             "authors": [
10755                 {
10756                     "name": "Sebastian Bergmann",
10757                     "email": "sebastian@phpunit.de",
10758                     "role": "lead"
10759                 }
10760             ],
10761             "description": "Collection of value objects that represent the types of the PHP type system",
10762             "homepage": "https://github.com/sebastianbergmann/type",
10763             "support": {
10764                 "issues": "https://github.com/sebastianbergmann/type/issues",
10765                 "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
10766             },
10767             "funding": [
10768                 {
10769                     "url": "https://github.com/sebastianbergmann",
10770                     "type": "github"
10771                 }
10772             ],
10773             "time": "2020-10-26T13:18:59+00:00"
10774         },
10775         {
10776             "name": "sebastian/version",
10777             "version": "3.0.2",
10778             "source": {
10779                 "type": "git",
10780                 "url": "https://github.com/sebastianbergmann/version.git",
10781                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10782             },
10783             "dist": {
10784                 "type": "zip",
10785                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10786                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10787                 "shasum": ""
10788             },
10789             "require": {
10790                 "php": ">=7.3"
10791             },
10792             "type": "library",
10793             "extra": {
10794                 "branch-alias": {
10795                     "dev-master": "3.0-dev"
10796                 }
10797             },
10798             "autoload": {
10799                 "classmap": [
10800                     "src/"
10801                 ]
10802             },
10803             "notification-url": "https://packagist.org/downloads/",
10804             "license": [
10805                 "BSD-3-Clause"
10806             ],
10807             "authors": [
10808                 {
10809                     "name": "Sebastian Bergmann",
10810                     "email": "sebastian@phpunit.de",
10811                     "role": "lead"
10812                 }
10813             ],
10814             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10815             "homepage": "https://github.com/sebastianbergmann/version",
10816             "support": {
10817                 "issues": "https://github.com/sebastianbergmann/version/issues",
10818                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10819             },
10820             "funding": [
10821                 {
10822                     "url": "https://github.com/sebastianbergmann",
10823                     "type": "github"
10824                 }
10825             ],
10826             "time": "2020-09-28T06:39:44+00:00"
10827         },
10828         {
10829             "name": "symfony/browser-kit",
10830             "version": "v5.2.4",
10831             "source": {
10832                 "type": "git",
10833                 "url": "https://github.com/symfony/browser-kit.git",
10834                 "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93"
10835             },
10836             "dist": {
10837                 "type": "zip",
10838                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3ca3a57ce9860318b20a924fec5daf5c6db44d93",
10839                 "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93",
10840                 "shasum": ""
10841             },
10842             "require": {
10843                 "php": ">=7.2.5",
10844                 "symfony/dom-crawler": "^4.4|^5.0"
10845             },
10846             "require-dev": {
10847                 "symfony/css-selector": "^4.4|^5.0",
10848                 "symfony/http-client": "^4.4|^5.0",
10849                 "symfony/mime": "^4.4|^5.0",
10850                 "symfony/process": "^4.4|^5.0"
10851             },
10852             "suggest": {
10853                 "symfony/process": ""
10854             },
10855             "type": "library",
10856             "autoload": {
10857                 "psr-4": {
10858                     "Symfony\\Component\\BrowserKit\\": ""
10859                 },
10860                 "exclude-from-classmap": [
10861                     "/Tests/"
10862                 ]
10863             },
10864             "notification-url": "https://packagist.org/downloads/",
10865             "license": [
10866                 "MIT"
10867             ],
10868             "authors": [
10869                 {
10870                     "name": "Fabien Potencier",
10871                     "email": "fabien@symfony.com"
10872                 },
10873                 {
10874                     "name": "Symfony Community",
10875                     "homepage": "https://symfony.com/contributors"
10876                 }
10877             ],
10878             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
10879             "homepage": "https://symfony.com",
10880             "support": {
10881                 "source": "https://github.com/symfony/browser-kit/tree/v5.2.4"
10882             },
10883             "funding": [
10884                 {
10885                     "url": "https://symfony.com/sponsor",
10886                     "type": "custom"
10887                 },
10888                 {
10889                     "url": "https://github.com/fabpot",
10890                     "type": "github"
10891                 },
10892                 {
10893                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10894                     "type": "tidelift"
10895                 }
10896             ],
10897             "time": "2021-02-22T06:48:33+00:00"
10898         },
10899         {
10900             "name": "symfony/dom-crawler",
10901             "version": "v5.2.4",
10902             "source": {
10903                 "type": "git",
10904                 "url": "https://github.com/symfony/dom-crawler.git",
10905                 "reference": "400e265163f65aceee7e904ef532e15228de674b"
10906             },
10907             "dist": {
10908                 "type": "zip",
10909                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/400e265163f65aceee7e904ef532e15228de674b",
10910                 "reference": "400e265163f65aceee7e904ef532e15228de674b",
10911                 "shasum": ""
10912             },
10913             "require": {
10914                 "php": ">=7.2.5",
10915                 "symfony/polyfill-ctype": "~1.8",
10916                 "symfony/polyfill-mbstring": "~1.0",
10917                 "symfony/polyfill-php80": "^1.15"
10918             },
10919             "conflict": {
10920                 "masterminds/html5": "<2.6"
10921             },
10922             "require-dev": {
10923                 "masterminds/html5": "^2.6",
10924                 "symfony/css-selector": "^4.4|^5.0"
10925             },
10926             "suggest": {
10927                 "symfony/css-selector": ""
10928             },
10929             "type": "library",
10930             "autoload": {
10931                 "psr-4": {
10932                     "Symfony\\Component\\DomCrawler\\": ""
10933                 },
10934                 "exclude-from-classmap": [
10935                     "/Tests/"
10936                 ]
10937             },
10938             "notification-url": "https://packagist.org/downloads/",
10939             "license": [
10940                 "MIT"
10941             ],
10942             "authors": [
10943                 {
10944                     "name": "Fabien Potencier",
10945                     "email": "fabien@symfony.com"
10946                 },
10947                 {
10948                     "name": "Symfony Community",
10949                     "homepage": "https://symfony.com/contributors"
10950                 }
10951             ],
10952             "description": "Eases DOM navigation for HTML and XML documents",
10953             "homepage": "https://symfony.com",
10954             "support": {
10955                 "source": "https://github.com/symfony/dom-crawler/tree/v5.2.4"
10956             },
10957             "funding": [
10958                 {
10959                     "url": "https://symfony.com/sponsor",
10960                     "type": "custom"
10961                 },
10962                 {
10963                     "url": "https://github.com/fabpot",
10964                     "type": "github"
10965                 },
10966                 {
10967                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10968                     "type": "tidelift"
10969                 }
10970             ],
10971             "time": "2021-02-15T18:55:04+00:00"
10972         },
10973         {
10974             "name": "symfony/http-client",
10975             "version": "v5.2.6",
10976             "source": {
10977                 "type": "git",
10978                 "url": "https://github.com/symfony/http-client.git",
10979                 "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8"
10980             },
10981             "dist": {
10982                 "type": "zip",
10983                 "url": "https://api.github.com/repos/symfony/http-client/zipball/3c3075467da15bc2edf38d2ac20d34719e794bd8",
10984                 "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8",
10985                 "shasum": ""
10986             },
10987             "require": {
10988                 "php": ">=7.2.5",
10989                 "psr/log": "^1.0",
10990                 "symfony/http-client-contracts": "^2.2",
10991                 "symfony/polyfill-php73": "^1.11",
10992                 "symfony/polyfill-php80": "^1.15",
10993                 "symfony/service-contracts": "^1.0|^2"
10994             },
10995             "provide": {
10996                 "php-http/async-client-implementation": "*",
10997                 "php-http/client-implementation": "*",
10998                 "psr/http-client-implementation": "1.0",
10999                 "symfony/http-client-implementation": "2.2"
11000             },
11001             "require-dev": {
11002                 "amphp/amp": "^2.5",
11003                 "amphp/http-client": "^4.2.1",
11004                 "amphp/http-tunnel": "^1.0",
11005                 "amphp/socket": "^1.1",
11006                 "guzzlehttp/promises": "^1.4",
11007                 "nyholm/psr7": "^1.0",
11008                 "php-http/httplug": "^1.0|^2.0",
11009                 "psr/http-client": "^1.0",
11010                 "symfony/dependency-injection": "^4.4|^5.0",
11011                 "symfony/http-kernel": "^4.4.13|^5.1.5",
11012                 "symfony/process": "^4.4|^5.0",
11013                 "symfony/stopwatch": "^4.4|^5.0"
11014             },
11015             "type": "library",
11016             "autoload": {
11017                 "psr-4": {
11018                     "Symfony\\Component\\HttpClient\\": ""
11019                 },
11020                 "exclude-from-classmap": [
11021                     "/Tests/"
11022                 ]
11023             },
11024             "notification-url": "https://packagist.org/downloads/",
11025             "license": [
11026                 "MIT"
11027             ],
11028             "authors": [
11029                 {
11030                     "name": "Nicolas Grekas",
11031                     "email": "p@tchwork.com"
11032                 },
11033                 {
11034                     "name": "Symfony Community",
11035                     "homepage": "https://symfony.com/contributors"
11036                 }
11037             ],
11038             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
11039             "homepage": "https://symfony.com",
11040             "support": {
11041                 "source": "https://github.com/symfony/http-client/tree/v5.2.6"
11042             },
11043             "funding": [
11044                 {
11045                     "url": "https://symfony.com/sponsor",
11046                     "type": "custom"
11047                 },
11048                 {
11049                     "url": "https://github.com/fabpot",
11050                     "type": "github"
11051                 },
11052                 {
11053                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11054                     "type": "tidelift"
11055                 }
11056             ],
11057             "time": "2021-03-28T09:42:18+00:00"
11058         },
11059         {
11060             "name": "symfony/http-client-contracts",
11061             "version": "v2.3.1",
11062             "source": {
11063                 "type": "git",
11064                 "url": "https://github.com/symfony/http-client-contracts.git",
11065                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
11066             },
11067             "dist": {
11068                 "type": "zip",
11069                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
11070                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
11071                 "shasum": ""
11072             },
11073             "require": {
11074                 "php": ">=7.2.5"
11075             },
11076             "suggest": {
11077                 "symfony/http-client-implementation": ""
11078             },
11079             "type": "library",
11080             "extra": {
11081                 "branch-version": "2.3",
11082                 "branch-alias": {
11083                     "dev-main": "2.3-dev"
11084                 },
11085                 "thanks": {
11086                     "name": "symfony/contracts",
11087                     "url": "https://github.com/symfony/contracts"
11088                 }
11089             },
11090             "autoload": {
11091                 "psr-4": {
11092                     "Symfony\\Contracts\\HttpClient\\": ""
11093                 }
11094             },
11095             "notification-url": "https://packagist.org/downloads/",
11096             "license": [
11097                 "MIT"
11098             ],
11099             "authors": [
11100                 {
11101                     "name": "Nicolas Grekas",
11102                     "email": "p@tchwork.com"
11103                 },
11104                 {
11105                     "name": "Symfony Community",
11106                     "homepage": "https://symfony.com/contributors"
11107                 }
11108             ],
11109             "description": "Generic abstractions related to HTTP clients",
11110             "homepage": "https://symfony.com",
11111             "keywords": [
11112                 "abstractions",
11113                 "contracts",
11114                 "decoupling",
11115                 "interfaces",
11116                 "interoperability",
11117                 "standards"
11118             ],
11119             "support": {
11120                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
11121             },
11122             "funding": [
11123                 {
11124                     "url": "https://symfony.com/sponsor",
11125                     "type": "custom"
11126                 },
11127                 {
11128                     "url": "https://github.com/fabpot",
11129                     "type": "github"
11130                 },
11131                 {
11132                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11133                     "type": "tidelift"
11134                 }
11135             ],
11136             "time": "2020-10-14T17:08:19+00:00"
11137         },
11138         {
11139             "name": "symfony/panther",
11140             "version": "v1.0.1",
11141             "source": {
11142                 "type": "git",
11143                 "url": "https://github.com/symfony/panther.git",
11144                 "reference": "d129434b09c3cf920618471e094c928d3d320df8"
11145             },
11146             "dist": {
11147                 "type": "zip",
11148                 "url": "https://api.github.com/repos/symfony/panther/zipball/d129434b09c3cf920618471e094c928d3d320df8",
11149                 "reference": "d129434b09c3cf920618471e094c928d3d320df8",
11150                 "shasum": ""
11151             },
11152             "require": {
11153                 "ext-dom": "*",
11154                 "ext-libxml": "*",
11155                 "php": ">=7.1",
11156                 "php-webdriver/webdriver": "^1.8.2",
11157                 "symfony/browser-kit": "^4.4 || ^5.0",
11158                 "symfony/dom-crawler": "^4.4 || ^5.0",
11159                 "symfony/http-client": "^4.4.11 || ^5.2",
11160                 "symfony/polyfill-php72": "^1.9",
11161                 "symfony/process": "^4.4 || ^5.0"
11162             },
11163             "require-dev": {
11164                 "symfony/css-selector": "^4.4 || ^5.0",
11165                 "symfony/framework-bundle": "^4.4 || ^5.0",
11166                 "symfony/mime": "^4.4 || ^5.0",
11167                 "symfony/phpunit-bridge": "^5.2"
11168             },
11169             "type": "library",
11170             "extra": {
11171                 "branch-alias": {
11172                     "dev-main": "1.0.x-dev"
11173                 }
11174             },
11175             "autoload": {
11176                 "psr-4": {
11177                     "Symfony\\Component\\Panther\\": "src/"
11178                 }
11179             },
11180             "notification-url": "https://packagist.org/downloads/",
11181             "license": [
11182                 "MIT"
11183             ],
11184             "authors": [
11185                 {
11186                     "name": "Kévin Dunglas",
11187                     "email": "dunglas@gmail.com",
11188                     "homepage": "https://dunglas.fr"
11189                 },
11190                 {
11191                     "name": "Symfony Community",
11192                     "homepage": "https://symfony.com/contributors"
11193                 }
11194             ],
11195             "description": "A browser testing and web scraping library for PHP and Symfony.",
11196             "homepage": "https://dunglas.fr",
11197             "keywords": [
11198                 "e2e",
11199                 "scraping",
11200                 "selenium",
11201                 "symfony",
11202                 "testing",
11203                 "webdriver"
11204             ],
11205             "support": {
11206                 "issues": "https://github.com/symfony/panther/issues",
11207                 "source": "https://github.com/symfony/panther/tree/v1.0.1"
11208             },
11209             "funding": [
11210                 {
11211                     "url": "https://www.panthera.org/donate",
11212                     "type": "custom"
11213                 }
11214             ],
11215             "time": "2021-02-03T21:52:39+00:00"
11216         },
11217         {
11218             "name": "symfony/polyfill-php73",
11219             "version": "v1.22.1",
11220             "source": {
11221                 "type": "git",
11222                 "url": "https://github.com/symfony/polyfill-php73.git",
11223                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
11224             },
11225             "dist": {
11226                 "type": "zip",
11227                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11228                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
11229                 "shasum": ""
11230             },
11231             "require": {
11232                 "php": ">=7.1"
11233             },
11234             "type": "library",
11235             "extra": {
11236                 "branch-alias": {
11237                     "dev-main": "1.22-dev"
11238                 },
11239                 "thanks": {
11240                     "name": "symfony/polyfill",
11241                     "url": "https://github.com/symfony/polyfill"
11242                 }
11243             },
11244             "autoload": {
11245                 "psr-4": {
11246                     "Symfony\\Polyfill\\Php73\\": ""
11247                 },
11248                 "files": [
11249                     "bootstrap.php"
11250                 ],
11251                 "classmap": [
11252                     "Resources/stubs"
11253                 ]
11254             },
11255             "notification-url": "https://packagist.org/downloads/",
11256             "license": [
11257                 "MIT"
11258             ],
11259             "authors": [
11260                 {
11261                     "name": "Nicolas Grekas",
11262                     "email": "p@tchwork.com"
11263                 },
11264                 {
11265                     "name": "Symfony Community",
11266                     "homepage": "https://symfony.com/contributors"
11267                 }
11268             ],
11269             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
11270             "homepage": "https://symfony.com",
11271             "keywords": [
11272                 "compatibility",
11273                 "polyfill",
11274                 "portable",
11275                 "shim"
11276             ],
11277             "support": {
11278                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
11279             },
11280             "funding": [
11281                 {
11282                     "url": "https://symfony.com/sponsor",
11283                     "type": "custom"
11284                 },
11285                 {
11286                     "url": "https://github.com/fabpot",
11287                     "type": "github"
11288                 },
11289                 {
11290                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11291                     "type": "tidelift"
11292                 }
11293             ],
11294             "time": "2021-01-07T16:49:33+00:00"
11295         },
11296         {
11297             "name": "theseer/tokenizer",
11298             "version": "1.2.0",
11299             "source": {
11300                 "type": "git",
11301                 "url": "https://github.com/theseer/tokenizer.git",
11302                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
11303             },
11304             "dist": {
11305                 "type": "zip",
11306                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
11307                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
11308                 "shasum": ""
11309             },
11310             "require": {
11311                 "ext-dom": "*",
11312                 "ext-tokenizer": "*",
11313                 "ext-xmlwriter": "*",
11314                 "php": "^7.2 || ^8.0"
11315             },
11316             "type": "library",
11317             "autoload": {
11318                 "classmap": [
11319                     "src/"
11320                 ]
11321             },
11322             "notification-url": "https://packagist.org/downloads/",
11323             "license": [
11324                 "BSD-3-Clause"
11325             ],
11326             "authors": [
11327                 {
11328                     "name": "Arne Blankerts",
11329                     "email": "arne@blankerts.de",
11330                     "role": "Developer"
11331                 }
11332             ],
11333             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
11334             "support": {
11335                 "issues": "https://github.com/theseer/tokenizer/issues",
11336                 "source": "https://github.com/theseer/tokenizer/tree/master"
11337             },
11338             "funding": [
11339                 {
11340                     "url": "https://github.com/theseer",
11341                     "type": "github"
11342                 }
11343             ],
11344             "time": "2020-07-12T23:59:07+00:00"
11345         },
11346         {
11347             "name": "webmozart/assert",
11348             "version": "1.10.0",
11349             "source": {
11350                 "type": "git",
11351                 "url": "https://github.com/webmozarts/assert.git",
11352                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
11353             },
11354             "dist": {
11355                 "type": "zip",
11356                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
11357                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
11358                 "shasum": ""
11359             },
11360             "require": {
11361                 "php": "^7.2 || ^8.0",
11362                 "symfony/polyfill-ctype": "^1.8"
11363             },
11364             "conflict": {
11365                 "phpstan/phpstan": "<0.12.20",
11366                 "vimeo/psalm": "<4.6.1 || 4.6.2"
11367             },
11368             "require-dev": {
11369                 "phpunit/phpunit": "^8.5.13"
11370             },
11371             "type": "library",
11372             "extra": {
11373                 "branch-alias": {
11374                     "dev-master": "1.10-dev"
11375                 }
11376             },
11377             "autoload": {
11378                 "psr-4": {
11379                     "Webmozart\\Assert\\": "src/"
11380                 }
11381             },
11382             "notification-url": "https://packagist.org/downloads/",
11383             "license": [
11384                 "MIT"
11385             ],
11386             "authors": [
11387                 {
11388                     "name": "Bernhard Schussek",
11389                     "email": "bschussek@gmail.com"
11390                 }
11391             ],
11392             "description": "Assertions to validate method input/output with nice error messages.",
11393             "keywords": [
11394                 "assert",
11395                 "check",
11396                 "validate"
11397             ],
11398             "support": {
11399                 "issues": "https://github.com/webmozarts/assert/issues",
11400                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
11401             },
11402             "time": "2021-03-09T10:59:23+00:00"
11403         }
11404     ],
11405     "aliases": [
11406         {
11407             "package": "lcobucci/jwt",
11408             "version": "dev-345php8",
11409             "alias": "3.4.9",
11410             "alias_normalized": "3.4.9.0"
11411         }
11412     ],
11413     "minimum-stability": "stable",
11414     "stability-flags": {
11415         "lcobucci/jwt": 20
11416     },
11417     "prefer-stable": false,
11418     "prefer-lowest": false,
11419     "platform": {
11420         "php": ">=7.3.0"
11421     },
11422     "platform-dev": [],
11423     "platform-overrides": {
11424         "php": "7.3"
11425     },
11426     "plugin-api-version": "2.0.0"