From 8f45f5a63e7fbdea15393707a9f2d64550c18ce2 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Fri, 8 Dec 2023 14:08:44 +0000 Subject: [PATCH] update dependencies --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7d09423c..7b12016b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,10 @@ "aws/aws-sdk-php": "^3.241", "clue/redis-react": "^2.6", "guzzlehttp/psr7": "^2.6", + "illuminate/console": "^10.0", "illuminate/contracts": "^10.0", + "illuminate/http": "^10.0", + "illuminate/support": "^10.0", "ratchet/rfc6455": "^0.3.1", "react/socket": "^1.14", "symfony/http-foundation": "^6.3"