From 43e5de7789d710959cd442410dea55d149266740 Mon Sep 17 00:00:00 2001 From: cooldeark Date: Thu, 6 Jun 2024 19:59:53 +0800 Subject: [PATCH] support laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1dffae6b..83e962cd 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ , "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/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" } , "require-dev": {