From 07cf5fb2bf82f52c336d9bc8a79e77bba0a9e6e2 Mon Sep 17 00:00:00 2001 From: neoteknic Date: Mon, 15 Jul 2024 09:00:39 +0200 Subject: [PATCH] Add symfony 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1dffae6b..8db14f95 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ , "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5" , "react/event-loop": ">=0.4" , "guzzlehttp/psr7": "^1.7|^2.0" - , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0" - , "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0" + , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0" + , "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0" } , "require-dev": { "phpunit/phpunit": "~4.8"