Skip to content

Commit 275c5f5

Browse files
committed
升级hyperf2.0 => hyperf2.1
1 parent 8a58055 commit 275c5f5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"require": {
1515
"php": ">=7.2",
1616
"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.*",
3333
"donjan-deng/hyperf-permission": "^2.0",
3434
"phper666/jwt-auth": "~3.0.0",
3535
"easyswoole/verifycode": "3.x",
36-
"hyperf/filesystem": "2.0.*",
36+
"hyperf/filesystem": "2.1.*",
3737
"xxtime/flysystem-aliyun-oss": "^1.5",
3838
"dragonmantank/cron-expression": "^3.1"
3939
},
@@ -42,8 +42,8 @@
4242
"friendsofphp/php-cs-fixer": "^2.14",
4343
"mockery/mockery": "^1.0",
4444
"phpstan/phpstan": "^0.12",
45-
"hyperf/devtool": "^2.0",
46-
"hyperf/testing": "^2.0"
45+
"hyperf/devtool": "2.1.*",
46+
"hyperf/testing": "2.1.*"
4747
},
4848
"suggest": {
4949
"ext-openssl": "Required to use HTTPS.",

0 commit comments

Comments
 (0)