mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Fixed bug that cannot stop server by Ctrl C
. (#5062)
This commit is contained in:
parent
035b830cbe
commit
f0c01b2de8
@ -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
|
||||||
|
|
||||||
|
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user