diff options
Diffstat (limited to 'src/Cache/composer.json')
-rw-r--r-- | src/Cache/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache/composer.json b/src/Cache/composer.json index f78e504..001a8a9 100644 --- a/src/Cache/composer.json +++ b/src/Cache/composer.json @@ -24,7 +24,7 @@ "require": { "php": ">=7.2.0", "cakephp/core": "^4.0", - "psr/simple-cache": "^1.0.0" + "psr/simple-cache": "^1.0 || ^2.0" }, "provide": { "psr/simple-cache-implementation": "^1.0.0" |