|
14 | 14 | "require": { |
15 | 15 | "php": ">=7.2", |
16 | 16 | "ext-swoole": ">=4.2", |
17 | | - "hyperf/cache": "~1.0.0", |
18 | | - "hyperf/command": "~1.0.0", |
19 | | - "hyperf/config": "~1.0.0", |
20 | | - "hyperf/contract": "~1.0.0", |
21 | | - "hyperf/database": "~1.0.0", |
22 | | - "hyperf/db-connection": "~1.0.0", |
23 | | - "hyperf/devtool": "~1.0.0", |
24 | | - "hyperf/di": "~1.0.0", |
25 | | - "hyperf/dispatcher": "~1.0.0", |
26 | | - "hyperf/event": "~1.0.0", |
27 | | - "hyperf/exception-handler": "~1.0.0", |
28 | | - "hyperf/framework": "~1.0.0", |
29 | | - "hyperf/guzzle": "~1.0.0", |
30 | | - "hyperf/http-server": "~1.0.0", |
31 | | - "hyperf/logger": "~1.0.0", |
32 | | - "hyperf/memory": "~1.0.0", |
33 | | - "hyperf/paginator": "~1.0.0", |
34 | | - "hyperf/pool": "~1.0.0", |
35 | | - "hyperf/process": "~1.0.0", |
36 | | - "hyperf/redis": "~1.0.0", |
37 | | - "hyperf/utils": "~1.0.0" |
| 17 | + "hyperf/cache": "~1.1.0", |
| 18 | + "hyperf/command": "~1.1.0", |
| 19 | + "hyperf/config": "~1.1.0", |
| 20 | + "hyperf/contract": "~1.1.0", |
| 21 | + "hyperf/database": "~1.1.0", |
| 22 | + "hyperf/db-connection": "~1.1.0", |
| 23 | + "hyperf/devtool": "~1.1.0", |
| 24 | + "hyperf/di": "~1.1.0", |
| 25 | + "hyperf/dispatcher": "~1.1.0", |
| 26 | + "hyperf/event": "~1.1.0", |
| 27 | + "hyperf/exception-handler": "~1.1.0", |
| 28 | + "hyperf/framework": "~1.1.0", |
| 29 | + "hyperf/guzzle": "~1.1.0", |
| 30 | + "hyperf/http-server": "~1.1.0", |
| 31 | + "hyperf/logger": "~1.1.0", |
| 32 | + "hyperf/memory": "~1.1.0", |
| 33 | + "hyperf/paginator": "~1.1.0", |
| 34 | + "hyperf/pool": "~1.1.0", |
| 35 | + "hyperf/process": "~1.1.0", |
| 36 | + "hyperf/redis": "~1.1.0", |
| 37 | + "hyperf/utils": "~1.1.0" |
38 | 38 | }, |
39 | 39 | "require-dev": { |
40 | 40 | "swoft/swoole-ide-helper": "^4.2", |
|
43 | 43 | "mockery/mockery": "^1.0", |
44 | 44 | "doctrine/common": "^2.9", |
45 | 45 | "phpstan/phpstan": "^0.11.2", |
46 | | - "hyperf/testing": "~1.0.0" |
| 46 | + "hyperf/testing": "~1.1.0" |
47 | 47 | }, |
48 | 48 | "suggest": { |
49 | 49 | "ext-openssl": "Required to use HTTPS.", |
|
0 commit comments