diff --git a/composer.json b/composer.json index 030f489..d60b2b2 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "hyperf/resource-grpc", "description": "A api resource component for hyperf grpc server.", - "type": "library", "license": "MIT", + "type": "library", "keywords": [ "php", "hyperf", @@ -11,10 +11,10 @@ ], "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" + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki", + "pull-request": "https://github.com/hyperf/hyperf/pulls" }, "require": { "php": ">=8.1",