Fixed bug that cannot stop server by Ctrl C. (#5062)

This commit is contained in:
李铭昕 2022-08-27 15:28:56 +08:00 committed by GitHub
parent 035b830cbe
commit f0c01b2de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
# v2.2.35 - TBD # v2.2.36 - TBD
# v2.2.35 - 2022-08-27
## Fixed
- [#5062](https://github.com/hyperf/hyperf/pull/5062) Fixed bug that cannot stop server by `Ctrl C`.
## Optimized ## Optimized

View File

@ -22,7 +22,7 @@
"php": ">=7.2", "php": ">=7.2",
"hyperf/utils": "~2.2.0", "hyperf/utils": "~2.2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"symfony/console": "^5.0" "symfony/console": ">=5.0 <5.4.12"
}, },
"suggest": { "suggest": {
"hyperf/di": "Required to use annotations." "hyperf/di": "Required to use annotations."