From bd8e0856bd2bf75227702455d2043527b0040e17 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 20:23:07 +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 23d4137..8d85f0c 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "minimum-stability": "dev", "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0" + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { "phpunit/phpunit": "^9.5.10|^10.5"