From f8556072a9b4dc6e7ad5d2b8e0420bfb66987dcc Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 21:12:19 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index acb1a84..49e8ee6 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": "^8.0", - "illuminate/config": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/config": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", "php-mqtt/client": "^1.3.0|^2.0" }, "require-dev": {