mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
26 lines
460 B
JSON
26 lines
460 B
JSON
{
|
|
"name": "jonathan-martz/pocketbase-php-sdk",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Martz",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/Client.php",
|
|
"src/Settings.php",
|
|
"src/Collection.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"php": "^8.1|^8.2",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.5",
|
|
"tomasvotruba/phpunit-json-result-printer": "^0.2.1"
|
|
}
|
|
}
|