Skip to content

Commit 51ee7be

Browse files
authored
Init v3.2 (#830)
* Bumps hyperf/* * Update * feat: 支持通过命令行选项设置开发依赖版本并更新相关依赖 * fix: 更新 hyperf/stdlib 版本以解决依赖问题 --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
1 parent b8e4766 commit 51ee7be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"pull-request": "https://github.com/friendsofhyperf/components/pulls"
2121
},
2222
"require": {
23-
"hyperf/command": "~3.1.13",
24-
"hyperf/contract": "~3.1.0",
25-
"hyperf/stringable": "~3.1.0",
26-
"hyperf/support": "~3.1.0",
27-
"hyperf/tappable": "~3.1.0",
23+
"hyperf/command": "~3.2.0",
24+
"hyperf/contract": "~3.2.0",
25+
"hyperf/stringable": "~3.2.0",
26+
"hyperf/support": "~3.2.0",
27+
"hyperf/tappable": "~3.2.0",
2828
"nunomaduro/termwind": "^1.13 || ^2.0"
2929
},
3030
"minimum-stability": "dev",

0 commit comments

Comments
 (0)