|
13 | 13 | "license": "Apache-2.0", |
14 | 14 | "require": { |
15 | 15 | "php": ">=8.0", |
16 | | - "hyperf/cache": "~2.2.0", |
17 | | - "hyperf/command": "~2.2.0", |
18 | | - "hyperf/config": "~2.2.0", |
19 | | - "hyperf/db-connection": "~2.2.0", |
20 | | - "hyperf/framework": "~2.2.0", |
21 | | - "hyperf/guzzle": "~2.2.0", |
22 | | - "hyperf/http-server": "~2.2.0", |
23 | | - "hyperf/logger": "~2.2.0", |
24 | | - "hyperf/memory": "~2.2.0", |
25 | | - "hyperf/process": "~2.2.0" |
| 16 | + "hyperf/cache": "~3.0.0", |
| 17 | + "hyperf/command": "~3.0.0", |
| 18 | + "hyperf/config": "~3.0.0", |
| 19 | + "hyperf/db-connection": "~3.0.0", |
| 20 | + "hyperf/framework": "~3.0.0", |
| 21 | + "hyperf/guzzle": "~3.0.0", |
| 22 | + "hyperf/http-server": "~3.0.0", |
| 23 | + "hyperf/logger": "~3.0.0", |
| 24 | + "hyperf/memory": "~3.0.0", |
| 25 | + "hyperf/process": "~3.0.0" |
26 | 26 | }, |
27 | 27 | "require-dev": { |
28 | 28 | "friendsofphp/php-cs-fixer": "^3.0", |
29 | | - "hyperf/devtool": "~2.2.0", |
30 | | - "hyperf/ide-helper": "~2.2.0", |
31 | | - "hyperf/testing": "~2.2.0", |
| 29 | + "hyperf/devtool": "~3.0.0", |
| 30 | + "hyperf/testing": "~3.0.0", |
32 | 31 | "mockery/mockery": "^1.0", |
33 | | - "phpstan/phpstan": "^0.12", |
34 | | - "swoole/ide-helper": "^4.5" |
| 32 | + "phpstan/phpstan": "^1.0", |
| 33 | + "swoole/ide-helper": "^5.0" |
35 | 34 | }, |
36 | 35 | "suggest": { |
37 | 36 | "ext-openssl": "Required to use HTTPS.", |
|
0 commit comments