{ "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": ">=7.2", "psr/container": "^1.0", "psr/log": "^1.0", "hyperf/contract": "~2.0.0", "hyperf/load-balancer": "~2.0.0", "hyperf/http-message": "~2.0.0", "hyperf/rpc": "~2.0.0", "hyperf/utils": "~2.0.0" }, "require-dev": { "malukenho/docheader": "^0.1.6", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0.0", "friendsofphp/php-cs-fixer": "^2.9" }, "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": "2.0-dev" }, "hyperf": { "config": "Hyperf\\JsonRpc\\ConfigProvider" } }, "bin": [ ], "scripts": { "cs-fix": "php-cs-fixer fix $1", "test": "phpunit --colors=always" } }