From d1154a4d1237e9f290d959a7c795879697788dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Hu=CC=88bner?= Date: Tue, 10 Feb 2026 10:15:07 +0100 Subject: [PATCH] Allow Symfony 8 in version constraints Co-Authored-By: Claude Opus 4.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2962efb..c08ef25 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "require": { "php": "^8.3", "ruflin/elastica": "^7.0", - "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0", - "symfony/validator": "^4.0|^5.0|^6.0|^7.0" + "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0|^8.0", + "symfony/validator": "^4.0|^5.0|^6.0|^7.0|^8.0" }, "suggest": {