From 504af4fd5ff6c2d7c72ff3fbe075f4767b3e1018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:01:20 +0000 Subject: [PATCH] Update psr/simple-cache requirement from ^1.0.0 to ^1.0.0 || ^3.0.0 Updates the requirements on [psr/simple-cache](https://github.com/php-fig/simple-cache) to permit the latest version. - [Release notes](https://github.com/php-fig/simple-cache/releases) - [Commits](https://github.com/php-fig/simple-cache/compare/1.0.0...3.0.0) --- updated-dependencies: - dependency-name: psr/simple-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2575cda2d2a..6b5e92570ca 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^1.0.0", - "psr/simple-cache": "^1.0.0" + "psr/simple-cache": "^1.0.0 || ^3.0.0" }, "replace": { "cakephp/cache": "self.version",