From 5a93bc5332ef1de4a214268ceac57499df190928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:44:24 +0000 Subject: [PATCH] Update psr/cache requirement from ^1.0 to ^1.0 || ^3.0 Updates the requirements on [psr/cache](https://github.com/php-fig/cache) to permit the latest version. - [Changelog](https://github.com/php-fig/cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-fig/cache/compare/1.0.0...3.0.0) --- updated-dependencies: - dependency-name: psr/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 0bd80a3..06793fb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", "ext-json": "*", - "psr/cache": "^1.0", + "psr/cache": "^1.0 || ^3.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/log": "^1.1",