Skip to content

Commit 6e2c55f

Browse files
authored
Add Cache::flexiable support (#718)
* 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]>
1 parent ab0efbf commit 6e2c55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"ramsey/uuid": "^4.7"
3939
},
4040
"suggest": {
41-
"hyperf/redis": "Required to use Redis client.",
42-
"hyperf/signal": "Required to use Signal manager."
41+
"hyperf/redis": "Required to use Redis client.(~3.1.0)",
42+
"hyperf/signal": "Required to use Signal manager.(~3.1.0)"
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,

0 commit comments

Comments
 (0)