|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | "require": {
|
32 |
| - "php": ">=7.2", |
| 32 | + "php": ">=7.3", |
33 | 33 | "ext-json": "*",
|
34 | 34 | "ext-swoole": ">=4.5",
|
35 |
| - "hyperf-ext/contract": "^2.0", |
36 |
| - "hyperf/async-queue": "^2.0", |
37 |
| - "hyperf/command": "^2.0", |
38 |
| - "hyperf/config": "^2.0", |
39 |
| - "hyperf/devtool": "^2.0", |
40 |
| - "hyperf/di": "^2.0", |
41 |
| - "hyperf/event": "^2.0", |
42 |
| - "hyperf/filesystem": "^2.0", |
43 |
| - "hyperf/framework": "^2.0", |
44 |
| - "hyperf/translation": "^2.0", |
45 |
| - "hyperf/view": "^2.0", |
| 35 | + "hyperf-ext/contract": "~2.1.0", |
| 36 | + "hyperf/async-queue": "~2.1.0", |
| 37 | + "hyperf/command": "~2.1.0", |
| 38 | + "hyperf/config": "~2.1.0", |
| 39 | + "hyperf/devtool": "~2.1.0", |
| 40 | + "hyperf/di": "~2.1.0", |
| 41 | + "hyperf/event": "~2.1.0", |
| 42 | + "hyperf/filesystem": "~2.1.0", |
| 43 | + "hyperf/framework": "~2.1.0", |
| 44 | + "hyperf/translation": "~2.1.0", |
| 45 | + "hyperf/view": "~2.1.0", |
46 | 46 | "swiftmailer/swiftmailer": "^6.0"
|
47 | 47 | },
|
48 | 48 | "require-dev": {
|
49 | 49 | "friendsofphp/php-cs-fixer": "^2.14",
|
50 |
| - "hyperf/testing": "^2.0", |
| 50 | + "hyperf/testing": "~2.1.0", |
51 | 51 | "phpstan/phpstan": "^0.12",
|
52 | 52 | "swoole/ide-helper": "dev-master",
|
53 | 53 | "mockery/mockery": "^1.0"
|
|
0 commit comments