We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443c03a commit 087e27aCopy full SHA for 087e27a
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "hyperf/resource-grpc",
3
"description": "A api resource component for hyperf grpc server.",
4
- "type": "library",
5
"license": "MIT",
+ "type": "library",
6
"keywords": [
7
"php",
8
"hyperf",
@@ -11,10 +11,10 @@
11
],
12
"homepage": "https://hyperf.io",
13
"support": {
14
- "docs": "https://hyperf.wiki",
15
"issues": "https://github.com/hyperf/hyperf/issues",
16
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
17
- "source": "https://github.com/hyperf/hyperf"
+ "source": "https://github.com/hyperf/hyperf",
+ "docs": "https://hyperf.wiki",
+ "pull-request": "https://github.com/hyperf/hyperf/pulls"
18
},
19
"require": {
20
"php": ">=8.1",
0 commit comments