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