Skip to content

Commit

Permalink
⬆️ upgraded dependencies, php 8.2 support
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
bnomei committed Dec 9, 2022
1 parent aab22b3 commit ce91048
Show file tree
Hide file tree
Showing 20 changed files with 968 additions and 774 deletions.
2 changes: 1 addition & 1 deletion classes/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function set(string $key, $value, int $minutes = 0): bool
/**
* @inheritDoc
*/
public function retrieve(string $key)
public function retrieve(string $key): ?Value
{
$key = $this->key($key);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-redis-cachedriver",
"type": "kirby-plugin",
"version": "1.7.0",
"version": "1.7.1",
"description": "Redis based Cache-Driver",
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit ce91048

Please sign in to comment.