{ "name": "hyperf/json-rpc", "description": "A JSON RPC component for Hyperf RPC Server or Client.", "license": "MIT", "keywords": [ "php", "swoole", "hyperf", "json-rpc" ], "homepage": "https://hyperf.io", "support": { "docs": "https://hyperf.wiki", "issues": "https://github.com/hyperf/hyperf/issues", "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, "require": { "php": ">=8.1", "psr/container": "^1.0|^2.0", "hyperf/codec": "~3.1.0", "hyperf/contract": "~3.1.0", "hyperf/engine": "^2.0", "hyperf/load-balancer": "~3.1.0", "hyperf/http-message": "~3.1.0", "hyperf/rpc": "~3.1.0", "hyperf/serializer": "~3.1.0", "hyperf/support": "~3.1.0", "hyperf/utils": "~3.1.0", "hyperf/context": "~3.1.0", "swow/psr7-plus": "^1.0" }, "suggest": { "hyperf/event": "Register the objects to ProtocolManager automatically.", "hyperf/framework": "Register the objects to ProtocolManager automatically.", "hyperf/guzzle": "Required to use JSON RPC with HTTP protocol.", "hyperf/rpc-client": "Reqiured to use JSON RPC in hyperf rpc client.", "hyperf/rpc-server": "Reqiured to use JSON RPC in hyperf rpc server." }, "autoload": { "psr-4": { "Hyperf\\JsonRpc\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\JsonRpc\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\JsonRpc\\ConfigProvider" } } }