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": "cb8be0d8bed3419556c293b9d54c49d4",
8    "packages": [
9        {
10            "name": "guzzlehttp/guzzle",
11            "version": "7.8.1",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/guzzle/guzzle.git",
15                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
20                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
21                "shasum": ""
22            },
23            "require": {
24                "ext-json": "*",
25                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
26                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
27                "php": "^7.2.5 || ^8.0",
28                "psr/http-client": "^1.0",
29                "symfony/deprecation-contracts": "^2.2 || ^3.0"
30            },
31            "provide": {
32                "psr/http-client-implementation": "1.0"
33            },
34            "require-dev": {
35                "bamarni/composer-bin-plugin": "^1.8.2",
36                "ext-curl": "*",
37                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
38                "php-http/message-factory": "^1.1",
39                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
40                "psr/log": "^1.1 || ^2.0 || ^3.0"
41            },
42            "suggest": {
43                "ext-curl": "Required for CURL handler support",
44                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
45                "psr/log": "Required for using the Log middleware"
46            },
47            "type": "library",
48            "extra": {
49                "bamarni-bin": {
50                    "bin-links": true,
51                    "forward-command": false
52                }
53            },
54            "autoload": {
55                "files": [
56                    "src/functions_include.php"
57                ],
58                "psr-4": {
59                    "GuzzleHttp\\": "src/"
60                }
61            },
62            "notification-url": "https://packagist.org/downloads/",
63            "license": [
64                "MIT"
65            ],
66            "authors": [
67                {
68                    "name": "Graham Campbell",
69                    "email": "hello@gjcampbell.co.uk",
70                    "homepage": "https://github.com/GrahamCampbell"
71                },
72                {
73                    "name": "Michael Dowling",
74                    "email": "mtdowling@gmail.com",
75                    "homepage": "https://github.com/mtdowling"
76                },
77                {
78                    "name": "Jeremy Lindblom",
79                    "email": "jeremeamia@gmail.com",
80                    "homepage": "https://github.com/jeremeamia"
81                },
82                {
83                    "name": "George Mponos",
84                    "email": "gmponos@gmail.com",
85                    "homepage": "https://github.com/gmponos"
86                },
87                {
88                    "name": "Tobias Nyholm",
89                    "email": "tobias.nyholm@gmail.com",
90                    "homepage": "https://github.com/Nyholm"
91                },
92                {
93                    "name": "Márk Sági-Kazár",
94                    "email": "mark.sagikazar@gmail.com",
95                    "homepage": "https://github.com/sagikazarmark"
96                },
97                {
98                    "name": "Tobias Schultze",
99                    "email": "webmaster@tubo-world.de",
100                    "homepage": "https://github.com/Tobion"
101                }
102            ],
103            "description": "Guzzle is a PHP HTTP client library",
104            "keywords": [
105                "client",
106                "curl",
107                "framework",
108                "http",
109                "http client",
110                "psr-18",
111                "psr-7",
112                "rest",
113                "web service"
114            ],
115            "support": {
116                "issues": "https://github.com/guzzle/guzzle/issues",
117                "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
118            },
119            "funding": [
120                {
121                    "url": "https://github.com/GrahamCampbell",
122                    "type": "github"
123                },
124                {
125                    "url": "https://github.com/Nyholm",
126                    "type": "github"
127                },
128                {
129                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
130                    "type": "tidelift"
131                }
132            ],
133            "time": "2023-12-03T20:35:24+00:00"
134        },
135        {
136            "name": "guzzlehttp/promises",
137            "version": "2.0.2",
138            "source": {
139                "type": "git",
140                "url": "https://github.com/guzzle/promises.git",
141                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
142            },
143            "dist": {
144                "type": "zip",
145                "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
146                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
147                "shasum": ""
148            },
149            "require": {
150                "php": "^7.2.5 || ^8.0"
151            },
152            "require-dev": {
153                "bamarni/composer-bin-plugin": "^1.8.2",
154                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
155            },
156            "type": "library",
157            "extra": {
158                "bamarni-bin": {
159                    "bin-links": true,
160                    "forward-command": false
161                }
162            },
163            "autoload": {
164                "psr-4": {
165                    "GuzzleHttp\\Promise\\": "src/"
166                }
167            },
168            "notification-url": "https://packagist.org/downloads/",
169            "license": [
170                "MIT"
171            ],
172            "authors": [
173                {
174                    "name": "Graham Campbell",
175                    "email": "hello@gjcampbell.co.uk",
176                    "homepage": "https://github.com/GrahamCampbell"
177                },
178                {
179                    "name": "Michael Dowling",
180                    "email": "mtdowling@gmail.com",
181                    "homepage": "https://github.com/mtdowling"
182                },
183                {
184                    "name": "Tobias Nyholm",
185                    "email": "tobias.nyholm@gmail.com",
186                    "homepage": "https://github.com/Nyholm"
187                },
188                {
189                    "name": "Tobias Schultze",
190                    "email": "webmaster@tubo-world.de",
191                    "homepage": "https://github.com/Tobion"
192                }
193            ],
194            "description": "Guzzle promises library",
195            "keywords": [
196                "promise"
197            ],
198            "support": {
199                "issues": "https://github.com/guzzle/promises/issues",
200                "source": "https://github.com/guzzle/promises/tree/2.0.2"
201            },
202            "funding": [
203                {
204                    "url": "https://github.com/GrahamCampbell",
205                    "type": "github"
206                },
207                {
208                    "url": "https://github.com/Nyholm",
209                    "type": "github"
210                },
211                {
212                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
213                    "type": "tidelift"
214                }
215            ],
216            "time": "2023-12-03T20:19:20+00:00"
217        },
218        {
219            "name": "guzzlehttp/psr7",
220            "version": "2.6.2",
221            "source": {
222                "type": "git",
223                "url": "https://github.com/guzzle/psr7.git",
224                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
225            },
226            "dist": {
227                "type": "zip",
228                "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
229                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
230                "shasum": ""
231            },
232            "require": {
233                "php": "^7.2.5 || ^8.0",
234                "psr/http-factory": "^1.0",
235                "psr/http-message": "^1.1 || ^2.0",
236                "ralouphie/getallheaders": "^3.0"
237            },
238            "provide": {
239                "psr/http-factory-implementation": "1.0",
240                "psr/http-message-implementation": "1.0"
241            },
242            "require-dev": {
243                "bamarni/composer-bin-plugin": "^1.8.2",
244                "http-interop/http-factory-tests": "^0.9",
245                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
246            },
247            "suggest": {
248                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
249            },
250            "type": "library",
251            "extra": {
252                "bamarni-bin": {
253                    "bin-links": true,
254                    "forward-command": false
255                }
256            },
257            "autoload": {
258                "psr-4": {
259                    "GuzzleHttp\\Psr7\\": "src/"
260                }
261            },
262            "notification-url": "https://packagist.org/downloads/",
263            "license": [
264                "MIT"
265            ],
266            "authors": [
267                {
268                    "name": "Graham Campbell",
269                    "email": "hello@gjcampbell.co.uk",
270                    "homepage": "https://github.com/GrahamCampbell"
271                },
272                {
273                    "name": "Michael Dowling",
274                    "email": "mtdowling@gmail.com",
275                    "homepage": "https://github.com/mtdowling"
276                },
277                {
278                    "name": "George Mponos",
279                    "email": "gmponos@gmail.com",
280                    "homepage": "https://github.com/gmponos"
281                },
282                {
283                    "name": "Tobias Nyholm",
284                    "email": "tobias.nyholm@gmail.com",
285                    "homepage": "https://github.com/Nyholm"
286                },
287                {
288                    "name": "Márk Sági-Kazár",
289                    "email": "mark.sagikazar@gmail.com",
290                    "homepage": "https://github.com/sagikazarmark"
291                },
292                {
293                    "name": "Tobias Schultze",
294                    "email": "webmaster@tubo-world.de",
295                    "homepage": "https://github.com/Tobion"
296                },
297                {
298                    "name": "Márk Sági-Kazár",
299                    "email": "mark.sagikazar@gmail.com",
300                    "homepage": "https://sagikazarmark.hu"
301                }
302            ],
303            "description": "PSR-7 message implementation that also provides common utility methods",
304            "keywords": [
305                "http",
306                "message",
307                "psr-7",
308                "request",
309                "response",
310                "stream",
311                "uri",
312                "url"
313            ],
314            "support": {
315                "issues": "https://github.com/guzzle/psr7/issues",
316                "source": "https://github.com/guzzle/psr7/tree/2.6.2"
317            },
318            "funding": [
319                {
320                    "url": "https://github.com/GrahamCampbell",
321                    "type": "github"
322                },
323                {
324                    "url": "https://github.com/Nyholm",
325                    "type": "github"
326                },
327                {
328                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
329                    "type": "tidelift"
330                }
331            ],
332            "time": "2023-12-03T20:05:35+00:00"
333        },
334        {
335            "name": "meet-kinksters/php-matrix-sdk",
336            "version": "dev-master",
337            "source": {
338                "type": "git",
339                "url": "https://github.com/meet-kinksters/php-matrix-sdk",
340                "reference": "e7bad987a903e7ba0de5e41e6231962c711a0be0"
341            },
342            "require": {
343                "ext-json": "*",
344                "guzzlehttp/guzzle": "^6.3|^7",
345                "php": "~7.4|^8",
346                "rappasoft/laravel-helpers": "^1.0"
347            },
348            "replace": {
349                "aryess/php-matrix-sdk": "self.version",
350                "aryess/phpmatrixsdk": "self.version"
351            },
352            "require-dev": {
353                "phpunit/phpunit": ">=5.4.3"
354            },
355            "default-branch": true,
356            "type": "library",
357            "extra": {
358                "branch-alias": {
359                    "dev-master": "1.0-dev"
360                }
361            },
362            "autoload": {
363                "psr-4": {
364                    "MatrixPhp\\": "src"
365                }
366            },
367            "autoload-dev": {
368                "psr-4": {
369                    "MatrixPhp\\Tests\\": "tests"
370                }
371            },
372            "scripts": {
373                "test": [
374                    "phpunit"
375                ]
376            },
377            "license": [
378                "MIT"
379            ],
380            "authors": [
381                {
382                    "name": "Yoann Celton",
383                    "email": "aryess@github.com",
384                    "homepage": "https://github.com/aryess",
385                    "role": "Developer"
386                },
387                {
388                    "name": "Brad Jones",
389                    "email": "brad@kinksters.dating",
390                    "homepage": "https://github.com/bradjones1",
391                    "role": "Developer"
392                }
393            ],
394            "description": "PHP SDK for interacting with Matrix/Synapse.",
395            "homepage": "https://github.com/meet-kinksters/php-matrix-sdk",
396            "keywords": [
397                "Matrix",
398                "Matrix Chat",
399                "PHP",
400                "Synapse"
401            ],
402            "time": "2023-03-12T07:07:57+00:00"
403        },
404        {
405            "name": "psr/http-client",
406            "version": "1.0.3",
407            "source": {
408                "type": "git",
409                "url": "https://github.com/php-fig/http-client.git",
410                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
411            },
412            "dist": {
413                "type": "zip",
414                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
415                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
416                "shasum": ""
417            },
418            "require": {
419                "php": "^7.0 || ^8.0",
420                "psr/http-message": "^1.0 || ^2.0"
421            },
422            "type": "library",
423            "extra": {
424                "branch-alias": {
425                    "dev-master": "1.0.x-dev"
426                }
427            },
428            "autoload": {
429                "psr-4": {
430                    "Psr\\Http\\Client\\": "src/"
431                }
432            },
433            "notification-url": "https://packagist.org/downloads/",
434            "license": [
435                "MIT"
436            ],
437            "authors": [
438                {
439                    "name": "PHP-FIG",
440                    "homepage": "https://www.php-fig.org/"
441                }
442            ],
443            "description": "Common interface for HTTP clients",
444            "homepage": "https://github.com/php-fig/http-client",
445            "keywords": [
446                "http",
447                "http-client",
448                "psr",
449                "psr-18"
450            ],
451            "support": {
452                "source": "https://github.com/php-fig/http-client"
453            },
454            "time": "2023-09-23T14:17:50+00:00"
455        },
456        {
457            "name": "psr/http-factory",
458            "version": "1.0.2",
459            "source": {
460                "type": "git",
461                "url": "https://github.com/php-fig/http-factory.git",
462                "reference": "e616d01114759c4c489f93b099585439f795fe35"
463            },
464            "dist": {
465                "type": "zip",
466                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
467                "reference": "e616d01114759c4c489f93b099585439f795fe35",
468                "shasum": ""
469            },
470            "require": {
471                "php": ">=7.0.0",
472                "psr/http-message": "^1.0 || ^2.0"
473            },
474            "type": "library",
475            "extra": {
476                "branch-alias": {
477                    "dev-master": "1.0.x-dev"
478                }
479            },
480            "autoload": {
481                "psr-4": {
482                    "Psr\\Http\\Message\\": "src/"
483                }
484            },
485            "notification-url": "https://packagist.org/downloads/",
486            "license": [
487                "MIT"
488            ],
489            "authors": [
490                {
491                    "name": "PHP-FIG",
492                    "homepage": "https://www.php-fig.org/"
493                }
494            ],
495            "description": "Common interfaces for PSR-7 HTTP message factories",
496            "keywords": [
497                "factory",
498                "http",
499                "message",
500                "psr",
501                "psr-17",
502                "psr-7",
503                "request",
504                "response"
505            ],
506            "support": {
507                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
508            },
509            "time": "2023-04-10T20:10:41+00:00"
510        },
511        {
512            "name": "psr/http-message",
513            "version": "2.0",
514            "source": {
515                "type": "git",
516                "url": "https://github.com/php-fig/http-message.git",
517                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
518            },
519            "dist": {
520                "type": "zip",
521                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
522                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
523                "shasum": ""
524            },
525            "require": {
526                "php": "^7.2 || ^8.0"
527            },
528            "type": "library",
529            "extra": {
530                "branch-alias": {
531                    "dev-master": "2.0.x-dev"
532                }
533            },
534            "autoload": {
535                "psr-4": {
536                    "Psr\\Http\\Message\\": "src/"
537                }
538            },
539            "notification-url": "https://packagist.org/downloads/",
540            "license": [
541                "MIT"
542            ],
543            "authors": [
544                {
545                    "name": "PHP-FIG",
546                    "homepage": "https://www.php-fig.org/"
547                }
548            ],
549            "description": "Common interface for HTTP messages",
550            "homepage": "https://github.com/php-fig/http-message",
551            "keywords": [
552                "http",
553                "http-message",
554                "psr",
555                "psr-7",
556                "request",
557                "response"
558            ],
559            "support": {
560                "source": "https://github.com/php-fig/http-message/tree/2.0"
561            },
562            "time": "2023-04-04T09:54:51+00:00"
563        },
564        {
565            "name": "ralouphie/getallheaders",
566            "version": "3.0.3",
567            "source": {
568                "type": "git",
569                "url": "https://github.com/ralouphie/getallheaders.git",
570                "reference": "120b605dfeb996808c31b6477290a714d356e822"
571            },
572            "dist": {
573                "type": "zip",
574                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
575                "reference": "120b605dfeb996808c31b6477290a714d356e822",
576                "shasum": ""
577            },
578            "require": {
579                "php": ">=5.6"
580            },
581            "require-dev": {
582                "php-coveralls/php-coveralls": "^2.1",
583                "phpunit/phpunit": "^5 || ^6.5"
584            },
585            "type": "library",
586            "autoload": {
587                "files": [
588                    "src/getallheaders.php"
589                ]
590            },
591            "notification-url": "https://packagist.org/downloads/",
592            "license": [
593                "MIT"
594            ],
595            "authors": [
596                {
597                    "name": "Ralph Khattar",
598                    "email": "ralph.khattar@gmail.com"
599                }
600            ],
601            "description": "A polyfill for getallheaders.",
602            "support": {
603                "issues": "https://github.com/ralouphie/getallheaders/issues",
604                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
605            },
606            "time": "2019-03-08T08:55:37+00:00"
607        },
608        {
609            "name": "rappasoft/laravel-helpers",
610            "version": "1.0.2",
611            "source": {
612                "type": "git",
613                "url": "https://github.com/rappasoft/laravel-helpers.git",
614                "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16"
615            },
616            "dist": {
617                "type": "zip",
618                "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/c8dfa1e979437528262725ebe99c2e6383b24c16",
619                "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16",
620                "shasum": ""
621            },
622            "require": {
623                "php": ">=5.4.0"
624            },
625            "type": "library",
626            "autoload": {
627                "files": [
628                    "src/helpers.php"
629                ]
630            },
631            "notification-url": "https://packagist.org/downloads/",
632            "license": [
633                "MIT"
634            ],
635            "authors": [
636                {
637                    "name": "Anthony Rappa",
638                    "email": "rappa819@gmail.com"
639                }
640            ],
641            "description": "Laravel Helpers for Non-Laravel Projects",
642            "keywords": [
643                "helpers",
644                "laravel"
645            ],
646            "support": {
647                "issues": "https://github.com/rappasoft/laravel-helpers/issues",
648                "source": "https://github.com/rappasoft/laravel-helpers/tree/1.0.2"
649            },
650            "time": "2019-04-03T13:15:59+00:00"
651        },
652        {
653            "name": "symfony/deprecation-contracts",
654            "version": "v3.4.0",
655            "source": {
656                "type": "git",
657                "url": "https://github.com/symfony/deprecation-contracts.git",
658                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
659            },
660            "dist": {
661                "type": "zip",
662                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
663                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
664                "shasum": ""
665            },
666            "require": {
667                "php": ">=8.1"
668            },
669            "type": "library",
670            "extra": {
671                "branch-alias": {
672                    "dev-main": "3.4-dev"
673                },
674                "thanks": {
675                    "name": "symfony/contracts",
676                    "url": "https://github.com/symfony/contracts"
677                }
678            },
679            "autoload": {
680                "files": [
681                    "function.php"
682                ]
683            },
684            "notification-url": "https://packagist.org/downloads/",
685            "license": [
686                "MIT"
687            ],
688            "authors": [
689                {
690                    "name": "Nicolas Grekas",
691                    "email": "p@tchwork.com"
692                },
693                {
694                    "name": "Symfony Community",
695                    "homepage": "https://symfony.com/contributors"
696                }
697            ],
698            "description": "A generic function and convention to trigger deprecation notices",
699            "homepage": "https://symfony.com",
700            "support": {
701                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
702            },
703            "funding": [
704                {
705                    "url": "https://symfony.com/sponsor",
706                    "type": "custom"
707                },
708                {
709                    "url": "https://github.com/fabpot",
710                    "type": "github"
711                },
712                {
713                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
714                    "type": "tidelift"
715                }
716            ],
717            "time": "2023-05-23T14:45:45+00:00"
718        }
719    ],
720    "packages-dev": [],
721    "aliases": [],
722    "minimum-stability": "stable",
723    "stability-flags": {
724        "meet-kinksters/php-matrix-sdk": 20
725    },
726    "prefer-stable": false,
727    "prefer-lowest": false,
728    "platform": [],
729    "platform-dev": [],
730    "plugin-api-version": "2.3.0"
731}
732