From 2515e64df6b0422b115b9848aedaa2ff30473ebc Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Fri, 20 Dec 2024 22:39:36 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 08f82a189c..d4ee3873a7 100644 --- a/composer.json +++ b/composer.json @@ -28,12 +28,12 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.8 || ^9 || ^10 || ^11", - "psr/cache": "^1.0.1", - "psr/simple-cache": "^1.0.1", + "psr/cache": "^1.0.1 || ^2.0 || ^3.0", + "psr/simple-cache": "^1.0.1 || ^2.0 || ^3.0", "matthiasmullie/scrapbook": "^1.4.7", "phpstan/phpstan": "^1.10.44", "mayflower/mo4-coding-standard": "^v9.0.0", - "symfony/yaml": "^5.1.7 || ^5.4 || ^6.3 || 7.0" + "symfony/yaml": "^5.1.7 || ^5.4 || ^6.3 || ^7.0" }, "suggest": { "doctrine/cache": "Can directly be used for caching purpose",