From e767136c8acaf0a3fc3fa2f4fc0343d8f1be180c Mon Sep 17 00:00:00 2001 From: osteel Date: Sun, 30 Nov 2025 12:07:11 +0000 Subject: [PATCH] added support for Symfony 8.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0590532..5a7e77c 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,9 @@ "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/http-message": "^1.0 || ^2.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^5.0.9 || ^6.0 || ^7.0", - "symfony/http-foundation": "^5.0.9 || ^6.0 || ^7.0", - "symfony/psr-http-message-bridge": "^2.0 || ^6.0 || ^7.0" + "symfony/cache": "^5.0.9 || ^6.0 || ^7.0 || ^8.0", + "symfony/http-foundation": "^5.0.9 || ^6.0 || ^7.0 || ^8.0", + "symfony/psr-http-message-bridge": "^2.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.80",