{ "name": "hyperf/consul", "description": "A Consul Client for Hyperf.", "license": "MIT", "keywords": [ "php", "swoole", "hyperf", "consul", "consul-client" ], "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", "guzzlehttp/guzzle": "^6.3|^7.0" }, "require-dev": { "hyperf/guzzle": "~3.1.0" }, "suggest": {}, "autoload": { "psr-4": { "Hyperf\\Consul\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\Consul\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\Consul\\ConfigProvider" } } }