|
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", |
|
25 | 25 | "hyperf/support": "~3.1.0", |
26 | 26 | "nikic/php-parser": "^4.1", |
27 | 27 | "php-di/phpdoc-reader": "^2.2", |
28 | | - "psr/container": "^1.0|^2.0", |
29 | | - "symfony/finder": "^5.0|^6.0|^7.0", |
| 28 | + "psr/container": "^1.0 || ^2.0", |
| 29 | + "symfony/finder": "^5.0 || ^6.0 || ^7.0", |
30 | 30 | "vlucas/phpdotenv": "^5.0" |
31 | 31 | }, |
32 | 32 | "suggest": { |
33 | | - "hyperf/config": "Require this component for annotation scan progress to retrieve the scan path.", |
34 | | - "ext-pcntl": "Required to scan annotations." |
| 33 | + "ext-pcntl": "Required to scan annotations.", |
| 34 | + "hyperf/config": "Require this component for annotation scan progress to retrieve the scan path." |
35 | 35 | }, |
36 | 36 | "autoload": { |
37 | 37 | "psr-4": { |
|
0 commit comments