|
11 | 11 | ],
|
12 | 12 | "homepage": "https://hyperf.io",
|
13 | 13 | "support": {
|
14 |
| - "docs": "https://hyperf.wiki", |
15 | 14 | "issues": "https://github.com/hyperf/hyperf/issues",
|
16 |
| - "pull-request": "https://github.com/hyperf/hyperf/pulls", |
17 |
| - "source": "https://github.com/hyperf/hyperf" |
| 15 | + "source": "https://github.com/hyperf/hyperf", |
| 16 | + "docs": "https://hyperf.wiki", |
| 17 | + "pull-request": "https://github.com/hyperf/hyperf/pulls" |
18 | 18 | },
|
19 | 19 | "require": {
|
20 | 20 | "php": ">=8.1",
|
21 |
| - "hyperf/contract": "~3.1.0", |
22 | 21 | "hyperf/code-parser": "~3.1.0",
|
23 | 22 | "hyperf/context": "~3.1.0",
|
| 23 | + "hyperf/contract": "~3.1.0", |
24 | 24 | "hyperf/coroutine": "~3.1.0",
|
25 | 25 | "hyperf/event": "~3.1.0",
|
26 | 26 | "hyperf/grpc": "~3.1.0",
|
27 |
| - "jean85/pretty-package-versions": "^1.2|^2.0" |
| 27 | + "jean85/pretty-package-versions": "^1.2 || ^2.0" |
28 | 28 | },
|
29 | 29 | "suggest": {
|
30 | 30 | "hyperf/load-balancer": "Use LoadBalancer for GrpcTransporter.(~3.1.0)"
|
|
36 | 36 | },
|
37 | 37 | "autoload-dev": {
|
38 | 38 | "psr-4": {
|
39 |
| - "HyperfTest\\GrpcClient\\": "tests/", |
40 | 39 | "GPBMetadata\\": "tests/GPBMetadata",
|
41 | 40 | "Grpc\\": "tests/Grpc",
|
| 41 | + "HyperfTest\\GrpcClient\\": "tests/", |
42 | 42 | "Routeguide\\": "tests/Routeguide",
|
43 | 43 | "UserService\\": "tests/UserService"
|
44 | 44 | }
|
|
0 commit comments