refactoring code, add doRequest via httpClient

This commit is contained in:
Jonathan Martz
2025-01-26 21:54:56 +01:00
parent f9911ffc29
commit 40db76d3ed
8 changed files with 693 additions and 132 deletions

View File

@@ -12,11 +12,16 @@
"src/Client.php",
"src/Settings.php",
"src/Collection.php"
]
],
"psr-4": {
"Pb\\": "src/",
"Pb\\Exception\\": "src/exception"
}
},
"require": {
"php": "^8.1|^8.2",
"ext-curl": "*"
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.9"
},
"require-dev": {
"phpunit/phpunit": "^11.5",