Group management methods

This commit is contained in:
2025-04-24 15:38:16 +02:00
parent e6e1e980ea
commit a580c4a42c
2 changed files with 19 additions and 2 deletions

View File

@ -15,7 +15,8 @@
}
],
"require": {
"psr/http-client": "^1.0"
"psr/http-client": "^1.0",
"psr/http-message": "^2.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.9",