1{
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": "19a4c4425937e07672936952d94e3a85",
8    "packages": [
9        {
10            "name": "firebase/php-jwt",
11            "version": "v6.1.2",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/firebase/php-jwt.git",
15                "reference": "c297139da7c6873dbd67cbd1093f09ec0bbd0c50"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c297139da7c6873dbd67cbd1093f09ec0bbd0c50",
20                "reference": "c297139da7c6873dbd67cbd1093f09ec0bbd0c50",
21                "shasum": ""
22            },
23            "require": {
24                "php": "^7.1||^8.0"
25            },
26            "require-dev": {
27                "phpunit/phpunit": "^7.5||9.5"
28            },
29            "suggest": {
30                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
31            },
32            "type": "library",
33            "autoload": {
34                "psr-4": {
35                    "Firebase\\JWT\\": "src"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "BSD-3-Clause"
41            ],
42            "authors": [
43                {
44                    "name": "Neuman Vong",
45                    "email": "neuman+pear@twilio.com",
46                    "role": "Developer"
47                },
48                {
49                    "name": "Anant Narayanan",
50                    "email": "anant@php.net",
51                    "role": "Developer"
52                }
53            ],
54            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
55            "homepage": "https://github.com/firebase/php-jwt",
56            "keywords": [
57                "jwt",
58                "php"
59            ],
60            "support": {
61                "issues": "https://github.com/firebase/php-jwt/issues",
62                "source": "https://github.com/firebase/php-jwt/tree/v6.1.2"
63            },
64            "time": "2022-04-21T14:37:18+00:00"
65        },
66        {
67            "name": "google/apiclient",
68            "version": "v2.12.4",
69            "source": {
70                "type": "git",
71                "url": "https://github.com/googleapis/google-api-php-client.git",
72                "reference": "702eed9ae7022ba20dc7118c8161060cb50ee9f8"
73            },
74            "dist": {
75                "type": "zip",
76                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/702eed9ae7022ba20dc7118c8161060cb50ee9f8",
77                "reference": "702eed9ae7022ba20dc7118c8161060cb50ee9f8",
78                "shasum": ""
79            },
80            "require": {
81                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
82                "google/apiclient-services": "~0.200",
83                "google/auth": "^1.10",
84                "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
85                "guzzlehttp/psr7": "^1.8.4||^2.2.1",
86                "monolog/monolog": "^1.17||^2.0",
87                "php": "^5.6|^7.0|^8.0",
88                "phpseclib/phpseclib": "~2.0||^3.0.2"
89            },
90            "require-dev": {
91                "cache/filesystem-adapter": "^0.3.2|^1.1",
92                "composer/composer": "^1.10.22",
93                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
94                "phpcompatibility/php-compatibility": "^9.2",
95                "phpspec/prophecy-phpunit": "^1.1||^2.0",
96                "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
97                "squizlabs/php_codesniffer": "~2.3",
98                "symfony/css-selector": "~2.1",
99                "symfony/dom-crawler": "~2.1",
100                "yoast/phpunit-polyfills": "^1.0"
101            },
102            "suggest": {
103                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
104            },
105            "type": "library",
106            "extra": {
107                "branch-alias": {
108                    "dev-main": "2.x-dev"
109                }
110            },
111            "autoload": {
112                "files": [
113                    "src/aliases.php"
114                ],
115                "psr-4": {
116                    "Google\\": "src/"
117                },
118                "classmap": [
119                    "src/aliases.php"
120                ]
121            },
122            "notification-url": "https://packagist.org/downloads/",
123            "license": [
124                "Apache-2.0"
125            ],
126            "description": "Client library for Google APIs",
127            "homepage": "http://developers.google.com/api-client-library/php",
128            "keywords": [
129                "google"
130            ],
131            "support": {
132                "issues": "https://github.com/googleapis/google-api-php-client/issues",
133                "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.4"
134            },
135            "time": "2022-04-20T16:44:03+00:00"
136        },
137        {
138            "name": "google/apiclient-services",
139            "version": "v0.246.0",
140            "source": {
141                "type": "git",
142                "url": "https://github.com/googleapis/google-api-php-client-services.git",
143                "reference": "33aef1ccce34799a1124c39951fed8ad0b16aced"
144            },
145            "dist": {
146                "type": "zip",
147                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/33aef1ccce34799a1124c39951fed8ad0b16aced",
148                "reference": "33aef1ccce34799a1124c39951fed8ad0b16aced",
149                "shasum": ""
150            },
151            "require": {
152                "php": ">=5.6"
153            },
154            "require-dev": {
155                "phpunit/phpunit": "^5.7||^8.5.13"
156            },
157            "type": "library",
158            "autoload": {
159                "files": [
160                    "autoload.php"
161                ],
162                "psr-4": {
163                    "Google\\Service\\": "src"
164                }
165            },
166            "notification-url": "https://packagist.org/downloads/",
167            "license": [
168                "Apache-2.0"
169            ],
170            "description": "Client library for Google APIs",
171            "homepage": "http://developers.google.com/api-client-library/php",
172            "keywords": [
173                "google"
174            ],
175            "support": {
176                "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
177                "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"
178            },
179            "time": "2022-04-24T00:58:37+00:00"
180        },
181        {
182            "name": "google/auth",
183            "version": "v1.21.0",
184            "source": {
185                "type": "git",
186                "url": "https://github.com/googleapis/google-auth-library-php.git",
187                "reference": "73392bad2eb6852eea9084b6bbdec752515cb849"
188            },
189            "dist": {
190                "type": "zip",
191                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/73392bad2eb6852eea9084b6bbdec752515cb849",
192                "reference": "73392bad2eb6852eea9084b6bbdec752515cb849",
193                "shasum": ""
194            },
195            "require": {
196                "firebase/php-jwt": "^5.5||^6.0",
197                "guzzlehttp/guzzle": "^6.2.1|^7.0",
198                "guzzlehttp/psr7": "^1.7|^2.0",
199                "php": "^7.1||^8.0",
200                "psr/cache": "^1.0|^2.0|^3.0",
201                "psr/http-message": "^1.0"
202            },
203            "require-dev": {
204                "guzzlehttp/promises": "0.1.1|^1.3",
205                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
206                "phpseclib/phpseclib": "^2.0.31",
207                "phpspec/prophecy-phpunit": "^1.1",
208                "phpunit/phpunit": "^7.5||^8.5",
209                "sebastian/comparator": ">=1.2.3",
210                "squizlabs/php_codesniffer": "^3.5"
211            },
212            "suggest": {
213                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
214            },
215            "type": "library",
216            "autoload": {
217                "psr-4": {
218                    "Google\\Auth\\": "src"
219                }
220            },
221            "notification-url": "https://packagist.org/downloads/",
222            "license": [
223                "Apache-2.0"
224            ],
225            "description": "Google Auth Library for PHP",
226            "homepage": "http://github.com/google/google-auth-library-php",
227            "keywords": [
228                "Authentication",
229                "google",
230                "oauth2"
231            ],
232            "support": {
233                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
234                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
235                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.0"
236            },
237            "time": "2022-04-13T20:35:52+00:00"
238        },
239        {
240            "name": "guzzlehttp/guzzle",
241            "version": "6.5.5",
242            "source": {
243                "type": "git",
244                "url": "https://github.com/guzzle/guzzle.git",
245                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
246            },
247            "dist": {
248                "type": "zip",
249                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
250                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
251                "shasum": ""
252            },
253            "require": {
254                "ext-json": "*",
255                "guzzlehttp/promises": "^1.0",
256                "guzzlehttp/psr7": "^1.6.1",
257                "php": ">=5.5",
258                "symfony/polyfill-intl-idn": "^1.17.0"
259            },
260            "require-dev": {
261                "ext-curl": "*",
262                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
263                "psr/log": "^1.1"
264            },
265            "suggest": {
266                "psr/log": "Required for using the Log middleware"
267            },
268            "type": "library",
269            "extra": {
270                "branch-alias": {
271                    "dev-master": "6.5-dev"
272                }
273            },
274            "autoload": {
275                "files": [
276                    "src/functions_include.php"
277                ],
278                "psr-4": {
279                    "GuzzleHttp\\": "src/"
280                }
281            },
282            "notification-url": "https://packagist.org/downloads/",
283            "license": [
284                "MIT"
285            ],
286            "authors": [
287                {
288                    "name": "Michael Dowling",
289                    "email": "mtdowling@gmail.com",
290                    "homepage": "https://github.com/mtdowling"
291                }
292            ],
293            "description": "Guzzle is a PHP HTTP client library",
294            "homepage": "http://guzzlephp.org/",
295            "keywords": [
296                "client",
297                "curl",
298                "framework",
299                "http",
300                "http client",
301                "rest",
302                "web service"
303            ],
304            "support": {
305                "issues": "https://github.com/guzzle/guzzle/issues",
306                "source": "https://github.com/guzzle/guzzle/tree/6.5"
307            },
308            "time": "2020-06-16T21:01:06+00:00"
309        },
310        {
311            "name": "guzzlehttp/promises",
312            "version": "1.5.1",
313            "source": {
314                "type": "git",
315                "url": "https://github.com/guzzle/promises.git",
316                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
317            },
318            "dist": {
319                "type": "zip",
320                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
321                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
322                "shasum": ""
323            },
324            "require": {
325                "php": ">=5.5"
326            },
327            "require-dev": {
328                "symfony/phpunit-bridge": "^4.4 || ^5.1"
329            },
330            "type": "library",
331            "extra": {
332                "branch-alias": {
333                    "dev-master": "1.5-dev"
334                }
335            },
336            "autoload": {
337                "files": [
338                    "src/functions_include.php"
339                ],
340                "psr-4": {
341                    "GuzzleHttp\\Promise\\": "src/"
342                }
343            },
344            "notification-url": "https://packagist.org/downloads/",
345            "license": [
346                "MIT"
347            ],
348            "authors": [
349                {
350                    "name": "Graham Campbell",
351                    "email": "hello@gjcampbell.co.uk",
352                    "homepage": "https://github.com/GrahamCampbell"
353                },
354                {
355                    "name": "Michael Dowling",
356                    "email": "mtdowling@gmail.com",
357                    "homepage": "https://github.com/mtdowling"
358                },
359                {
360                    "name": "Tobias Nyholm",
361                    "email": "tobias.nyholm@gmail.com",
362                    "homepage": "https://github.com/Nyholm"
363                },
364                {
365                    "name": "Tobias Schultze",
366                    "email": "webmaster@tubo-world.de",
367                    "homepage": "https://github.com/Tobion"
368                }
369            ],
370            "description": "Guzzle promises library",
371            "keywords": [
372                "promise"
373            ],
374            "support": {
375                "issues": "https://github.com/guzzle/promises/issues",
376                "source": "https://github.com/guzzle/promises/tree/1.5.1"
377            },
378            "funding": [
379                {
380                    "url": "https://github.com/GrahamCampbell",
381                    "type": "github"
382                },
383                {
384                    "url": "https://github.com/Nyholm",
385                    "type": "github"
386                },
387                {
388                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
389                    "type": "tidelift"
390                }
391            ],
392            "time": "2021-10-22T20:56:57+00:00"
393        },
394        {
395            "name": "guzzlehttp/psr7",
396            "version": "1.8.5",
397            "source": {
398                "type": "git",
399                "url": "https://github.com/guzzle/psr7.git",
400                "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
401            },
402            "dist": {
403                "type": "zip",
404                "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
405                "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
406                "shasum": ""
407            },
408            "require": {
409                "php": ">=5.4.0",
410                "psr/http-message": "~1.0",
411                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
412            },
413            "provide": {
414                "psr/http-message-implementation": "1.0"
415            },
416            "require-dev": {
417                "ext-zlib": "*",
418                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
419            },
420            "suggest": {
421                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
422            },
423            "type": "library",
424            "extra": {
425                "branch-alias": {
426                    "dev-master": "1.7-dev"
427                }
428            },
429            "autoload": {
430                "files": [
431                    "src/functions_include.php"
432                ],
433                "psr-4": {
434                    "GuzzleHttp\\Psr7\\": "src/"
435                }
436            },
437            "notification-url": "https://packagist.org/downloads/",
438            "license": [
439                "MIT"
440            ],
441            "authors": [
442                {
443                    "name": "Graham Campbell",
444                    "email": "hello@gjcampbell.co.uk",
445                    "homepage": "https://github.com/GrahamCampbell"
446                },
447                {
448                    "name": "Michael Dowling",
449                    "email": "mtdowling@gmail.com",
450                    "homepage": "https://github.com/mtdowling"
451                },
452                {
453                    "name": "George Mponos",
454                    "email": "gmponos@gmail.com",
455                    "homepage": "https://github.com/gmponos"
456                },
457                {
458                    "name": "Tobias Nyholm",
459                    "email": "tobias.nyholm@gmail.com",
460                    "homepage": "https://github.com/Nyholm"
461                },
462                {
463                    "name": "Márk Sági-Kazár",
464                    "email": "mark.sagikazar@gmail.com",
465                    "homepage": "https://github.com/sagikazarmark"
466                },
467                {
468                    "name": "Tobias Schultze",
469                    "email": "webmaster@tubo-world.de",
470                    "homepage": "https://github.com/Tobion"
471                }
472            ],
473            "description": "PSR-7 message implementation that also provides common utility methods",
474            "keywords": [
475                "http",
476                "message",
477                "psr-7",
478                "request",
479                "response",
480                "stream",
481                "uri",
482                "url"
483            ],
484            "support": {
485                "issues": "https://github.com/guzzle/psr7/issues",
486                "source": "https://github.com/guzzle/psr7/tree/1.8.5"
487            },
488            "funding": [
489                {
490                    "url": "https://github.com/GrahamCampbell",
491                    "type": "github"
492                },
493                {
494                    "url": "https://github.com/Nyholm",
495                    "type": "github"
496                },
497                {
498                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
499                    "type": "tidelift"
500                }
501            ],
502            "time": "2022-03-20T21:51:18+00:00"
503        },
504        {
505            "name": "monolog/monolog",
506            "version": "2.5.0",
507            "source": {
508                "type": "git",
509                "url": "https://github.com/Seldaek/monolog.git",
510                "reference": "4192345e260f1d51b365536199744b987e160edc"
511            },
512            "dist": {
513                "type": "zip",
514                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc",
515                "reference": "4192345e260f1d51b365536199744b987e160edc",
516                "shasum": ""
517            },
518            "require": {
519                "php": ">=7.2",
520                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
521            },
522            "provide": {
523                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
524            },
525            "require-dev": {
526                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
527                "doctrine/couchdb": "~1.0@dev",
528                "elasticsearch/elasticsearch": "^7",
529                "graylog2/gelf-php": "^1.4.2",
530                "mongodb/mongodb": "^1.8",
531                "php-amqplib/php-amqplib": "~2.4 || ^3",
532                "php-console/php-console": "^3.1.3",
533                "phpspec/prophecy": "^1.6.1",
534                "phpstan/phpstan": "^0.12.91",
535                "phpunit/phpunit": "^8.5",
536                "predis/predis": "^1.1",
537                "rollbar/rollbar": "^1.3 || ^2 || ^3",
538                "ruflin/elastica": ">=0.90@dev",
539                "swiftmailer/swiftmailer": "^5.3|^6.0"
540            },
541            "suggest": {
542                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
543                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
544                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
545                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
546                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
547                "ext-mbstring": "Allow to work properly with unicode symbols",
548                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
549                "ext-openssl": "Required to send log messages using SSL",
550                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
551                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
552                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
553                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
554                "php-console/php-console": "Allow sending log messages to Google Chrome",
555                "rollbar/rollbar": "Allow sending log messages to Rollbar",
556                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
557            },
558            "type": "library",
559            "extra": {
560                "branch-alias": {
561                    "dev-main": "2.x-dev"
562                }
563            },
564            "autoload": {
565                "psr-4": {
566                    "Monolog\\": "src/Monolog"
567                }
568            },
569            "notification-url": "https://packagist.org/downloads/",
570            "license": [
571                "MIT"
572            ],
573            "authors": [
574                {
575                    "name": "Jordi Boggiano",
576                    "email": "j.boggiano@seld.be",
577                    "homepage": "https://seld.be"
578                }
579            ],
580            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
581            "homepage": "https://github.com/Seldaek/monolog",
582            "keywords": [
583                "log",
584                "logging",
585                "psr-3"
586            ],
587            "support": {
588                "issues": "https://github.com/Seldaek/monolog/issues",
589                "source": "https://github.com/Seldaek/monolog/tree/2.5.0"
590            },
591            "funding": [
592                {
593                    "url": "https://github.com/Seldaek",
594                    "type": "github"
595                },
596                {
597                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
598                    "type": "tidelift"
599                }
600            ],
601            "time": "2022-04-08T15:43:54+00:00"
602        },
603        {
604            "name": "paragonie/constant_time_encoding",
605            "version": "v2.5.0",
606            "source": {
607                "type": "git",
608                "url": "https://github.com/paragonie/constant_time_encoding.git",
609                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
610            },
611            "dist": {
612                "type": "zip",
613                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
614                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
615                "shasum": ""
616            },
617            "require": {
618                "php": "^7|^8"
619            },
620            "require-dev": {
621                "phpunit/phpunit": "^6|^7|^8|^9",
622                "vimeo/psalm": "^1|^2|^3|^4"
623            },
624            "type": "library",
625            "autoload": {
626                "psr-4": {
627                    "ParagonIE\\ConstantTime\\": "src/"
628                }
629            },
630            "notification-url": "https://packagist.org/downloads/",
631            "license": [
632                "MIT"
633            ],
634            "authors": [
635                {
636                    "name": "Paragon Initiative Enterprises",
637                    "email": "security@paragonie.com",
638                    "homepage": "https://paragonie.com",
639                    "role": "Maintainer"
640                },
641                {
642                    "name": "Steve 'Sc00bz' Thomas",
643                    "email": "steve@tobtu.com",
644                    "homepage": "https://www.tobtu.com",
645                    "role": "Original Developer"
646                }
647            ],
648            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
649            "keywords": [
650                "base16",
651                "base32",
652                "base32_decode",
653                "base32_encode",
654                "base64",
655                "base64_decode",
656                "base64_encode",
657                "bin2hex",
658                "encoding",
659                "hex",
660                "hex2bin",
661                "rfc4648"
662            ],
663            "support": {
664                "email": "info@paragonie.com",
665                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
666                "source": "https://github.com/paragonie/constant_time_encoding"
667            },
668            "time": "2022-01-17T05:32:27+00:00"
669        },
670        {
671            "name": "paragonie/random_compat",
672            "version": "v9.99.100",
673            "source": {
674                "type": "git",
675                "url": "https://github.com/paragonie/random_compat.git",
676                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
677            },
678            "dist": {
679                "type": "zip",
680                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
681                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
682                "shasum": ""
683            },
684            "require": {
685                "php": ">= 7"
686            },
687            "require-dev": {
688                "phpunit/phpunit": "4.*|5.*",
689                "vimeo/psalm": "^1"
690            },
691            "suggest": {
692                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
693            },
694            "type": "library",
695            "notification-url": "https://packagist.org/downloads/",
696            "license": [
697                "MIT"
698            ],
699            "authors": [
700                {
701                    "name": "Paragon Initiative Enterprises",
702                    "email": "security@paragonie.com",
703                    "homepage": "https://paragonie.com"
704                }
705            ],
706            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
707            "keywords": [
708                "csprng",
709                "polyfill",
710                "pseudorandom",
711                "random"
712            ],
713            "support": {
714                "email": "info@paragonie.com",
715                "issues": "https://github.com/paragonie/random_compat/issues",
716                "source": "https://github.com/paragonie/random_compat"
717            },
718            "time": "2020-10-15T08:29:30+00:00"
719        },
720        {
721            "name": "phpseclib/phpseclib",
722            "version": "3.0.14",
723            "source": {
724                "type": "git",
725                "url": "https://github.com/phpseclib/phpseclib.git",
726                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
727            },
728            "dist": {
729                "type": "zip",
730                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
731                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
732                "shasum": ""
733            },
734            "require": {
735                "paragonie/constant_time_encoding": "^1|^2",
736                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
737                "php": ">=5.6.1"
738            },
739            "require-dev": {
740                "phpunit/phpunit": "*"
741            },
742            "suggest": {
743                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
744                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
745                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
746                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
747            },
748            "type": "library",
749            "autoload": {
750                "files": [
751                    "phpseclib/bootstrap.php"
752                ],
753                "psr-4": {
754                    "phpseclib3\\": "phpseclib/"
755                }
756            },
757            "notification-url": "https://packagist.org/downloads/",
758            "license": [
759                "MIT"
760            ],
761            "authors": [
762                {
763                    "name": "Jim Wigginton",
764                    "email": "terrafrost@php.net",
765                    "role": "Lead Developer"
766                },
767                {
768                    "name": "Patrick Monnerat",
769                    "email": "pm@datasphere.ch",
770                    "role": "Developer"
771                },
772                {
773                    "name": "Andreas Fischer",
774                    "email": "bantu@phpbb.com",
775                    "role": "Developer"
776                },
777                {
778                    "name": "Hans-Jürgen Petrich",
779                    "email": "petrich@tronic-media.com",
780                    "role": "Developer"
781                },
782                {
783                    "name": "Graham Campbell",
784                    "email": "graham@alt-three.com",
785                    "role": "Developer"
786                }
787            ],
788            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
789            "homepage": "http://phpseclib.sourceforge.net",
790            "keywords": [
791                "BigInteger",
792                "aes",
793                "asn.1",
794                "asn1",
795                "blowfish",
796                "crypto",
797                "cryptography",
798                "encryption",
799                "rsa",
800                "security",
801                "sftp",
802                "signature",
803                "signing",
804                "ssh",
805                "twofish",
806                "x.509",
807                "x509"
808            ],
809            "support": {
810                "issues": "https://github.com/phpseclib/phpseclib/issues",
811                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
812            },
813            "funding": [
814                {
815                    "url": "https://github.com/terrafrost",
816                    "type": "github"
817                },
818                {
819                    "url": "https://www.patreon.com/phpseclib",
820                    "type": "patreon"
821                },
822                {
823                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
824                    "type": "tidelift"
825                }
826            ],
827            "time": "2022-04-04T05:15:45+00:00"
828        },
829        {
830            "name": "psr/cache",
831            "version": "1.0.1",
832            "source": {
833                "type": "git",
834                "url": "https://github.com/php-fig/cache.git",
835                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
836            },
837            "dist": {
838                "type": "zip",
839                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
840                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
841                "shasum": ""
842            },
843            "require": {
844                "php": ">=5.3.0"
845            },
846            "type": "library",
847            "extra": {
848                "branch-alias": {
849                    "dev-master": "1.0.x-dev"
850                }
851            },
852            "autoload": {
853                "psr-4": {
854                    "Psr\\Cache\\": "src/"
855                }
856            },
857            "notification-url": "https://packagist.org/downloads/",
858            "license": [
859                "MIT"
860            ],
861            "authors": [
862                {
863                    "name": "PHP-FIG",
864                    "homepage": "http://www.php-fig.org/"
865                }
866            ],
867            "description": "Common interface for caching libraries",
868            "keywords": [
869                "cache",
870                "psr",
871                "psr-6"
872            ],
873            "support": {
874                "source": "https://github.com/php-fig/cache/tree/master"
875            },
876            "time": "2016-08-06T20:24:11+00:00"
877        },
878        {
879            "name": "psr/http-message",
880            "version": "1.0.1",
881            "source": {
882                "type": "git",
883                "url": "https://github.com/php-fig/http-message.git",
884                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
885            },
886            "dist": {
887                "type": "zip",
888                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
889                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
890                "shasum": ""
891            },
892            "require": {
893                "php": ">=5.3.0"
894            },
895            "type": "library",
896            "extra": {
897                "branch-alias": {
898                    "dev-master": "1.0.x-dev"
899                }
900            },
901            "autoload": {
902                "psr-4": {
903                    "Psr\\Http\\Message\\": "src/"
904                }
905            },
906            "notification-url": "https://packagist.org/downloads/",
907            "license": [
908                "MIT"
909            ],
910            "authors": [
911                {
912                    "name": "PHP-FIG",
913                    "homepage": "http://www.php-fig.org/"
914                }
915            ],
916            "description": "Common interface for HTTP messages",
917            "homepage": "https://github.com/php-fig/http-message",
918            "keywords": [
919                "http",
920                "http-message",
921                "psr",
922                "psr-7",
923                "request",
924                "response"
925            ],
926            "support": {
927                "source": "https://github.com/php-fig/http-message/tree/master"
928            },
929            "time": "2016-08-06T14:39:51+00:00"
930        },
931        {
932            "name": "psr/log",
933            "version": "1.1.4",
934            "source": {
935                "type": "git",
936                "url": "https://github.com/php-fig/log.git",
937                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
938            },
939            "dist": {
940                "type": "zip",
941                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
942                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
943                "shasum": ""
944            },
945            "require": {
946                "php": ">=5.3.0"
947            },
948            "type": "library",
949            "extra": {
950                "branch-alias": {
951                    "dev-master": "1.1.x-dev"
952                }
953            },
954            "autoload": {
955                "psr-4": {
956                    "Psr\\Log\\": "Psr/Log/"
957                }
958            },
959            "notification-url": "https://packagist.org/downloads/",
960            "license": [
961                "MIT"
962            ],
963            "authors": [
964                {
965                    "name": "PHP-FIG",
966                    "homepage": "https://www.php-fig.org/"
967                }
968            ],
969            "description": "Common interface for logging libraries",
970            "homepage": "https://github.com/php-fig/log",
971            "keywords": [
972                "log",
973                "psr",
974                "psr-3"
975            ],
976            "support": {
977                "source": "https://github.com/php-fig/log/tree/1.1.4"
978            },
979            "time": "2021-05-03T11:20:27+00:00"
980        },
981        {
982            "name": "ralouphie/getallheaders",
983            "version": "3.0.3",
984            "source": {
985                "type": "git",
986                "url": "https://github.com/ralouphie/getallheaders.git",
987                "reference": "120b605dfeb996808c31b6477290a714d356e822"
988            },
989            "dist": {
990                "type": "zip",
991                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
992                "reference": "120b605dfeb996808c31b6477290a714d356e822",
993                "shasum": ""
994            },
995            "require": {
996                "php": ">=5.6"
997            },
998            "require-dev": {
999                "php-coveralls/php-coveralls": "^2.1",
1000                "phpunit/phpunit": "^5 || ^6.5"
1001            },
1002            "type": "library",
1003            "autoload": {
1004                "files": [
1005                    "src/getallheaders.php"
1006                ]
1007            },
1008            "notification-url": "https://packagist.org/downloads/",
1009            "license": [
1010                "MIT"
1011            ],
1012            "authors": [
1013                {
1014                    "name": "Ralph Khattar",
1015                    "email": "ralph.khattar@gmail.com"
1016                }
1017            ],
1018            "description": "A polyfill for getallheaders.",
1019            "support": {
1020                "issues": "https://github.com/ralouphie/getallheaders/issues",
1021                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
1022            },
1023            "time": "2019-03-08T08:55:37+00:00"
1024        },
1025        {
1026            "name": "symfony/polyfill-intl-idn",
1027            "version": "v1.25.0",
1028            "source": {
1029                "type": "git",
1030                "url": "https://github.com/symfony/polyfill-intl-idn.git",
1031                "reference": "749045c69efb97c70d25d7463abba812e91f3a44"
1032            },
1033            "dist": {
1034                "type": "zip",
1035                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
1036                "reference": "749045c69efb97c70d25d7463abba812e91f3a44",
1037                "shasum": ""
1038            },
1039            "require": {
1040                "php": ">=7.1",
1041                "symfony/polyfill-intl-normalizer": "^1.10",
1042                "symfony/polyfill-php72": "^1.10"
1043            },
1044            "suggest": {
1045                "ext-intl": "For best performance"
1046            },
1047            "type": "library",
1048            "extra": {
1049                "branch-alias": {
1050                    "dev-main": "1.23-dev"
1051                },
1052                "thanks": {
1053                    "name": "symfony/polyfill",
1054                    "url": "https://github.com/symfony/polyfill"
1055                }
1056            },
1057            "autoload": {
1058                "files": [
1059                    "bootstrap.php"
1060                ],
1061                "psr-4": {
1062                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
1063                }
1064            },
1065            "notification-url": "https://packagist.org/downloads/",
1066            "license": [
1067                "MIT"
1068            ],
1069            "authors": [
1070                {
1071                    "name": "Laurent Bassin",
1072                    "email": "laurent@bassin.info"
1073                },
1074                {
1075                    "name": "Trevor Rowbotham",
1076                    "email": "trevor.rowbotham@pm.me"
1077                },
1078                {
1079                    "name": "Symfony Community",
1080                    "homepage": "https://symfony.com/contributors"
1081                }
1082            ],
1083            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1084            "homepage": "https://symfony.com",
1085            "keywords": [
1086                "compatibility",
1087                "idn",
1088                "intl",
1089                "polyfill",
1090                "portable",
1091                "shim"
1092            ],
1093            "support": {
1094                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0"
1095            },
1096            "funding": [
1097                {
1098                    "url": "https://symfony.com/sponsor",
1099                    "type": "custom"
1100                },
1101                {
1102                    "url": "https://github.com/fabpot",
1103                    "type": "github"
1104                },
1105                {
1106                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1107                    "type": "tidelift"
1108                }
1109            ],
1110            "time": "2021-09-14T14:02:44+00:00"
1111        },
1112        {
1113            "name": "symfony/polyfill-intl-normalizer",
1114            "version": "v1.25.0",
1115            "source": {
1116                "type": "git",
1117                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1118                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
1119            },
1120            "dist": {
1121                "type": "zip",
1122                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
1123                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
1124                "shasum": ""
1125            },
1126            "require": {
1127                "php": ">=7.1"
1128            },
1129            "suggest": {
1130                "ext-intl": "For best performance"
1131            },
1132            "type": "library",
1133            "extra": {
1134                "branch-alias": {
1135                    "dev-main": "1.23-dev"
1136                },
1137                "thanks": {
1138                    "name": "symfony/polyfill",
1139                    "url": "https://github.com/symfony/polyfill"
1140                }
1141            },
1142            "autoload": {
1143                "files": [
1144                    "bootstrap.php"
1145                ],
1146                "psr-4": {
1147                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1148                },
1149                "classmap": [
1150                    "Resources/stubs"
1151                ]
1152            },
1153            "notification-url": "https://packagist.org/downloads/",
1154            "license": [
1155                "MIT"
1156            ],
1157            "authors": [
1158                {
1159                    "name": "Nicolas Grekas",
1160                    "email": "p@tchwork.com"
1161                },
1162                {
1163                    "name": "Symfony Community",
1164                    "homepage": "https://symfony.com/contributors"
1165                }
1166            ],
1167            "description": "Symfony polyfill for intl's Normalizer class and related functions",
1168            "homepage": "https://symfony.com",
1169            "keywords": [
1170                "compatibility",
1171                "intl",
1172                "normalizer",
1173                "polyfill",
1174                "portable",
1175                "shim"
1176            ],
1177            "support": {
1178                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
1179            },
1180            "funding": [
1181                {
1182                    "url": "https://symfony.com/sponsor",
1183                    "type": "custom"
1184                },
1185                {
1186                    "url": "https://github.com/fabpot",
1187                    "type": "github"
1188                },
1189                {
1190                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1191                    "type": "tidelift"
1192                }
1193            ],
1194            "time": "2021-02-19T12:13:01+00:00"
1195        },
1196        {
1197            "name": "symfony/polyfill-php72",
1198            "version": "v1.25.0",
1199            "source": {
1200                "type": "git",
1201                "url": "https://github.com/symfony/polyfill-php72.git",
1202                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
1203            },
1204            "dist": {
1205                "type": "zip",
1206                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
1207                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
1208                "shasum": ""
1209            },
1210            "require": {
1211                "php": ">=7.1"
1212            },
1213            "type": "library",
1214            "extra": {
1215                "branch-alias": {
1216                    "dev-main": "1.23-dev"
1217                },
1218                "thanks": {
1219                    "name": "symfony/polyfill",
1220                    "url": "https://github.com/symfony/polyfill"
1221                }
1222            },
1223            "autoload": {
1224                "files": [
1225                    "bootstrap.php"
1226                ],
1227                "psr-4": {
1228                    "Symfony\\Polyfill\\Php72\\": ""
1229                }
1230            },
1231            "notification-url": "https://packagist.org/downloads/",
1232            "license": [
1233                "MIT"
1234            ],
1235            "authors": [
1236                {
1237                    "name": "Nicolas Grekas",
1238                    "email": "p@tchwork.com"
1239                },
1240                {
1241                    "name": "Symfony Community",
1242                    "homepage": "https://symfony.com/contributors"
1243                }
1244            ],
1245            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1246            "homepage": "https://symfony.com",
1247            "keywords": [
1248                "compatibility",
1249                "polyfill",
1250                "portable",
1251                "shim"
1252            ],
1253            "support": {
1254                "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
1255            },
1256            "funding": [
1257                {
1258                    "url": "https://symfony.com/sponsor",
1259                    "type": "custom"
1260                },
1261                {
1262                    "url": "https://github.com/fabpot",
1263                    "type": "github"
1264                },
1265                {
1266                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1267                    "type": "tidelift"
1268                }
1269            ],
1270            "time": "2021-05-27T09:17:38+00:00"
1271        }
1272    ],
1273    "packages-dev": [],
1274    "aliases": [],
1275    "minimum-stability": "stable",
1276    "stability-flags": [],
1277    "prefer-stable": false,
1278    "prefer-lowest": false,
1279    "platform": [],
1280    "platform-dev": [],
1281    "platform-overrides": {
1282        "php": "7.2"
1283    },
1284    "plugin-api-version": "2.0.0"
1285}
1286