Skip to content

Commit

Permalink
Add Cache::flexiable support (#718)
Browse files Browse the repository at this point in the history
* Adds `Cache::flexible` support

* Enhance composer.json files with suggested package requirements

* Enhance composer.json with additional suggested package for defer function

* 添加 `Cache::flexible` 方法以支持后台刷新过期缓存项

* 在 `Cache` 类中添加对 `flexible` 方法的 PHPStan 忽略注释

---------

Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia authored Sep 25, 2024
1 parent ab0efbf commit 6e2c55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"ramsey/uuid": "^4.7"
},
"suggest": {
"hyperf/redis": "Required to use Redis client.",
"hyperf/signal": "Required to use Signal manager."
"hyperf/redis": "Required to use Redis client.(~3.1.0)",
"hyperf/signal": "Required to use Signal manager.(~3.1.0)"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 6e2c55f

Please sign in to comment.