Skip to content

Commit

Permalink
Add support for psr/simple-cache version ^2.0|^3.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jun 28, 2022
1 parent adbeed0 commit 0319c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.1.1 under development

- no changes in this release.
- Enh #103: Add support for `psr/simple-cache` version `^2.0|^3.0` (@vjik)

## 1.1.0 June 27, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.4|^8.0",
"nikic/fast-route": "^1.3",
"psr/simple-cache": "^1.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"yiisoft/router": "^1.1",
"psr/http-message": "^1.0",
"yiisoft/http": "^1.2"
Expand Down

0 comments on commit 0319c97

Please sign in to comment.