diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cab86..6d5f293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 7017f02..c28ceeb 100644 --- a/composer.json +++ b/composer.json @@ -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"