29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "flashii/rpcii",
|
|
"description": "HTTP RPC client/server library.",
|
|
"type": "library",
|
|
"homepage": "https://railgun.sh/rpcii",
|
|
"license": "bsd-3-clause-clear",
|
|
"require": {
|
|
"php": ">=8.4",
|
|
"ext-msgpack": ">=2.2",
|
|
"flashwave/index": "^0.2501"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.5",
|
|
"phpstan/phpstan": "^2.1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "flashwave",
|
|
"email": "packagist@flash.moe",
|
|
"homepage": "https://flash.moe",
|
|
"role": "mom"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RPCii\\": "src"
|
|
}
|
|
}
|
|
}
|