From b8560f9828164daff0560fe97ffd9b246e81ed8e Mon Sep 17 00:00:00 2001 From: Terry Lin Date: Fri, 14 Jul 2023 14:36:24 +0800 Subject: [PATCH] Limit the the version number of of PSR SimpleCache interface --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69aedf4..daa2639 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "minimum-stability": "stable", "require": { "php": ">=7.1.0", - "psr/simple-cache": "^1.0 | ^2.0 | ^3.0" + "psr/simple-cache": "^1.0" }, "require-dev": { "phpunit/phpunit": "^8"