mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
refactoring code, add doRequest via httpClient
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user