|
12 | 12 | "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", |
13 | 13 | "license": "Apache-2.0", |
14 | 14 | "require": { |
15 | | - "php": ">=8.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", |
| 15 | + "php": ">=8.1", |
| 16 | + "hyperf/cache": "~3.1.0", |
| 17 | + "hyperf/command": "~3.1.0", |
| 18 | + "hyperf/config": "~3.1.0", |
| 19 | + "hyperf/db-connection": "~3.1.0", |
20 | 20 | "hyperf/engine": "^2.10", |
21 | | - "hyperf/framework": "~3.0.0", |
22 | | - "hyperf/guzzle": "~3.0.0", |
23 | | - "hyperf/http-server": "~3.0.0", |
24 | | - "hyperf/logger": "~3.0.0", |
25 | | - "hyperf/memory": "~3.0.0", |
26 | | - "hyperf/process": "~3.0.0" |
| 21 | + "hyperf/framework": "~3.1.0", |
| 22 | + "hyperf/guzzle": "~3.1.0", |
| 23 | + "hyperf/http-server": "~3.1.0", |
| 24 | + "hyperf/logger": "~3.1.0", |
| 25 | + "hyperf/memory": "~3.1.0", |
| 26 | + "hyperf/process": "~3.1.0" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | 29 | "friendsofphp/php-cs-fixer": "^3.0", |
30 | | - "hyperf/devtool": "~3.0.0", |
31 | | - "hyperf/testing": "~3.0.0", |
| 30 | + "hyperf/devtool": "~3.1.0", |
| 31 | + "hyperf/testing": "~3.1.0", |
32 | 32 | "mockery/mockery": "^1.0", |
33 | 33 | "phpstan/phpstan": "^1.0", |
34 | 34 | "swoole/ide-helper": "^5.0" |
|
0 commit comments