From e30f1c67f02213c213c668fe136cd28685222be7 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 8 Apr 2024 14:36:29 +0200 Subject: [PATCH] Allow usage of friendsofsymfony/http-cache ^3.0 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eedf1320..48f083b4 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^8.1", - "friendsofsymfony/http-cache": "^2.15 || 3.x-dev", + "friendsofsymfony/http-cache": "^2.15 || ^3.0", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/http-foundation": "^6.4 || ^7.0", "symfony/http-kernel": "^6.4 || ^7.0" @@ -77,5 +77,6 @@ "allow-plugins": { "php-http/discovery": true } - } + }, + "minimum-stability": "dev" }