From 7ccf89a9168db981a550142d759b7e71febcb39f Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 8 Dec 2025 14:56:28 +0100 Subject: [PATCH] feat: allow symfony 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb1d971..2b11a70 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php-http/message": "^1.2", "psr/http-client": "^1.0", "psr/http-factory-implementation": "^1.0", - "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "guzzlehttp/psr7": "^2.0",