|
9 | 9 | ], |
10 | 10 | "homepage": "https://hyperf.io", |
11 | 11 | "support": { |
12 | | - "docs": "https://hyperf.wiki", |
13 | 12 | "issues": "https://github.com/hyperf/hyperf/issues", |
14 | | - "pull-request": "https://github.com/hyperf/hyperf/pulls", |
15 | | - "source": "https://github.com/hyperf/hyperf" |
| 13 | + "source": "https://github.com/hyperf/hyperf", |
| 14 | + "docs": "https://hyperf.wiki", |
| 15 | + "pull-request": "https://github.com/hyperf/hyperf/pulls" |
16 | 16 | }, |
17 | 17 | "require": { |
18 | 18 | "php": ">=8.1", |
19 | | - "psr/container": "^1.0|^2.0", |
20 | | - "psr/event-dispatcher": "^1.0", |
21 | 19 | "hyperf/codec": "~3.1.0", |
22 | 20 | "hyperf/collection": "~3.1.0", |
23 | | - "hyperf/contract": "~3.1.0", |
24 | 21 | "hyperf/command": "~3.1.0", |
| 22 | + "hyperf/contract": "~3.1.0", |
25 | 23 | "hyperf/support": "~3.1.0", |
26 | | - "hyperf/utils": "~3.1.0" |
| 24 | + "hyperf/utils": "~3.1.0", |
| 25 | + "psr/container": "^1.0 || ^2.0", |
| 26 | + "psr/event-dispatcher": "^1.0" |
27 | 27 | }, |
28 | 28 | "suggest": { |
29 | 29 | "hyperf/di": "Required to use annotations.", |
|
32 | 32 | "hyperf/process": "Auto register the consumer process for server." |
33 | 33 | }, |
34 | 34 | "autoload": { |
35 | | - "files": [ |
36 | | - "src/Functions.php" |
37 | | - ], |
38 | 35 | "psr-4": { |
39 | 36 | "Hyperf\\AsyncQueue\\": "src/" |
40 | | - } |
| 37 | + }, |
| 38 | + "files": [ |
| 39 | + "src/Functions.php" |
| 40 | + ] |
41 | 41 | }, |
42 | 42 | "autoload-dev": { |
43 | 43 | "psr-4": { |
|
0 commit comments