|
14 | 14 | "require": { |
15 | 15 | "php": ">=7.2", |
16 | 16 | "ext-swoole": ">=4.5", |
17 | | - "hyperf/cache": "^2.0", |
18 | | - "hyperf/command": "^2.0", |
19 | | - "hyperf/config": "^2.0", |
20 | | - "hyperf/db-connection": "^2.0", |
21 | | - "hyperf/framework": "^2.0", |
22 | | - "hyperf/guzzle": "^2.0", |
23 | | - "hyperf/http-server": "^2.0", |
24 | | - "hyperf/logger": "^2.0", |
25 | | - "hyperf/memory": "^2.0", |
26 | | - "hyperf/task": "^2.0", |
27 | | - "hyperf/crontab": "^2.0", |
28 | | - "hyperf/process": "^2.0", |
29 | | - "hyperf/redis": "^2.0", |
30 | | - "hyperf/database": "^2.0", |
31 | | - "hyperf/websocket-server": "^2.0", |
32 | | - "hyperf/constants": "^2.0", |
| 17 | + "hyperf/cache": "2.1.*", |
| 18 | + "hyperf/command": "2.1.*", |
| 19 | + "hyperf/config": "2.1.*", |
| 20 | + "hyperf/db-connection": "2.1.*", |
| 21 | + "hyperf/framework": "2.1.*", |
| 22 | + "hyperf/guzzle": "2.1.*", |
| 23 | + "hyperf/http-server": "2.1.*", |
| 24 | + "hyperf/logger": "2.1.*", |
| 25 | + "hyperf/memory": "2.1.*", |
| 26 | + "hyperf/task": "2.1.*", |
| 27 | + "hyperf/crontab": "2.1.*", |
| 28 | + "hyperf/process": "2.1.*", |
| 29 | + "hyperf/redis": "2.1.*", |
| 30 | + "hyperf/database": "2.1.*", |
| 31 | + "hyperf/websocket-server": "2.1.*", |
| 32 | + "hyperf/constants": "2.1.*", |
33 | 33 | "donjan-deng/hyperf-permission": "^2.0", |
34 | 34 | "phper666/jwt-auth": "~3.0.0", |
35 | 35 | "easyswoole/verifycode": "3.x", |
36 | | - "hyperf/filesystem": "2.0.*", |
| 36 | + "hyperf/filesystem": "2.1.*", |
37 | 37 | "xxtime/flysystem-aliyun-oss": "^1.5", |
38 | 38 | "dragonmantank/cron-expression": "^3.1" |
39 | 39 | }, |
|
42 | 42 | "friendsofphp/php-cs-fixer": "^2.14", |
43 | 43 | "mockery/mockery": "^1.0", |
44 | 44 | "phpstan/phpstan": "^0.12", |
45 | | - "hyperf/devtool": "^2.0", |
46 | | - "hyperf/testing": "^2.0" |
| 45 | + "hyperf/devtool": "2.1.*", |
| 46 | + "hyperf/testing": "2.1.*" |
47 | 47 | }, |
48 | 48 | "suggest": { |
49 | 49 | "ext-openssl": "Required to use HTTPS.", |
|
0 commit comments