Switched Xrpc client to Guzzle.

This commit is contained in:
flash 2025-02-26 14:57:19 +00:00
parent d3bdd8f3a2
commit 676e3fb217
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
3 changed files with 316 additions and 115 deletions

View file

@ -1,7 +1,6 @@
{
"require": {
"php": ">=8.4",
"ext-curl": "*",
"ext-mbstring": "*",
"flashwave/index": "^0.2501",
"flashii/rpcii": "~4.0",
@ -13,7 +12,8 @@
"nesbot/carbon": "~3.8",
"vlucas/phpdotenv": "~5.6",
"filp/whoops": "~2.17",
"phpseclib/phpseclib": "~3.0"
"phpseclib/phpseclib": "~3.0",
"guzzlehttp/guzzle": "~7.0"
},
"autoload": {
"classmap": [