mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Fixed bug that hyperf/snowflake
is broken due to missing hyperf/contract
. (#2980)
* Update snowflake dependencies * Update CHANGELOG-2.0.md Co-authored-by: 李铭昕 <715557344@qq.com>
This commit is contained in:
parent
5e60a43ac7
commit
99e1f4e198
@ -1,5 +1,9 @@
|
||||
# v2.0.24 - TBD
|
||||
|
||||
## Fixed
|
||||
|
||||
- [#2978](https://github.com/hyperf/hyperf/pull/2980) Fixed bug that `hyperf/snowflake` is broken due to missing `hyperf/contract`.
|
||||
|
||||
## Optimized
|
||||
|
||||
- [#2973](https://github.com/hyperf/hyperf/pull/2973) Support custom HTTP status code.
|
||||
|
@ -14,7 +14,8 @@
|
||||
"source": "https://github.com/hyperf/hyperf"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
"php": ">=7.2",
|
||||
"hyperf/contract": "~2.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.9",
|
||||
|
Loading…
Reference in New Issue
Block a user