From 5818cb1d705fc04e51adc5893f8cd74e0f19f270 Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 19 Feb 2025 03:22:03 +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 f65be5f..f9d68ad 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0|^10.0|^11.0", + "illuminate/support": "^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "^7.0" }, "require-dev": {