From 59bc415af52f4810dbaa1e0e21d3eb337a7680b1 Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Sun, 12 May 2024 09:46:52 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 378a67c..3ab8254 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ChatSystem" ], "require": { - "php": "^8.1", + "php": "^8.2", "illuminate/support": "^10|~11", "nesbot/carbon": "^2.50" },