Skip to content

Commit 48cd978

Browse files
authored
Fixed bug that cannot stop server by Ctrl C. (#5062)
1 parent c6f9b3a commit 48cd978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": ">=7.2",
2323
"hyperf/utils": "~2.2.0",
2424
"psr/event-dispatcher": "^1.0",
25-
"symfony/console": "^5.0"
25+
"symfony/console": ">=5.0 <5.4.12"
2626
},
2727
"suggest": {
2828
"hyperf/di": "Required to use annotations."

0 commit comments

Comments
 (0)