Skip to content

Commit

Permalink
2.2.0 (2023-03-20)
Browse files Browse the repository at this point in the history
- Update pacakges
- Bump requirements to PHP >= 8.1
  • Loading branch information
idanoo committed Mar 20, 2024
1 parent 948b758 commit 3c5cee3
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 116 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0 (2023-03-20)
- Update pacakges
- Bump requirements to PHP >= 8.1

# 2.1.3 (2023-11-15)
- Resolved issue with SET EX TTL's using unix-timestamps

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">7.4",
"php": ">=8.1",
"psr/log": "^1.1.0",
"colinmollenhour/credis": "^1.14.0"
},
Expand Down
Loading

0 comments on commit 3c5cee3

Please sign in to comment.