|
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 | | - "ext-redis": "^5.0|^6.0", |
| 20 | + "ext-redis": "^5.0 || ^6.0", |
21 | 21 | "hyperf/contract": "~3.1.0", |
22 | 22 | "hyperf/pool": "~3.1.0", |
23 | 23 | "hyperf/support": "~3.1.0", |
24 | 24 | "hyperf/tappable": "~3.1.0", |
25 | 25 | "hyperf/utils": "~3.1.0", |
26 | | - "psr/container": "^1.0|^2.0" |
| 26 | + "psr/container": "^1.0 || ^2.0" |
27 | 27 | }, |
28 | 28 | "suggest": { |
29 | | - "hyperf/di": "Create the RedisPool via dependency injection.", |
30 | | - "ext-redis": "Required to use sentinel mode (>=5.2)." |
| 29 | + "ext-redis": "Required to use sentinel mode (>=5.2).", |
| 30 | + "hyperf/di": "Create the RedisPool via dependency injection." |
31 | 31 | }, |
32 | 32 | "autoload": { |
33 | 33 | "psr-4": { |
|
0 commit comments