From ae92cdc005a46834eff864b58cafea11e0b579bc Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 19 Feb 2025 01:35:56 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e67e985..ae747b0 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "minimum-stability": "stable", "require": { "php": "^7.2|^8.0|^8.1", - "illuminate/support": "~6|~7|~8|~9|^10.0|^11.0", + "illuminate/support": "~6|~7|~8|~9|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "~6|~7|~8|~9" }, "require-dev": {