|
10 | 10 | ], |
11 | 11 | "homepage": "https://hyperf.io", |
12 | 12 | "support": { |
13 | | - "docs": "https://hyperf.wiki", |
14 | 13 | "issues": "https://github.com/hyperf/hyperf/issues", |
15 | | - "pull-request": "https://github.com/hyperf/hyperf/pulls", |
16 | | - "source": "https://github.com/hyperf/hyperf" |
| 14 | + "source": "https://github.com/hyperf/hyperf", |
| 15 | + "docs": "https://hyperf.wiki", |
| 16 | + "pull-request": "https://github.com/hyperf/hyperf/pulls" |
17 | 17 | }, |
18 | 18 | "require": { |
19 | 19 | "php": ">=8.1", |
20 | | - "psr/container": "^1.0|^2.0", |
21 | 20 | "hyperf/codec": "~3.1.0", |
| 21 | + "hyperf/context": "~3.1.0", |
22 | 22 | "hyperf/contract": "~3.1.0", |
23 | 23 | "hyperf/engine": "^2.0", |
24 | | - "hyperf/load-balancer": "~3.1.0", |
25 | 24 | "hyperf/http-message": "~3.1.0", |
| 25 | + "hyperf/load-balancer": "~3.1.0", |
26 | 26 | "hyperf/rpc": "~3.1.0", |
27 | 27 | "hyperf/serializer": "~3.1.0", |
28 | 28 | "hyperf/support": "~3.1.0", |
29 | 29 | "hyperf/utils": "~3.1.0", |
30 | | - "hyperf/context": "~3.1.0", |
| 30 | + "psr/container": "^1.0 || ^2.0", |
31 | 31 | "swow/psr7-plus": "^1.0" |
32 | 32 | }, |
33 | 33 | "suggest": { |
|
0 commit comments