From 5ccaad96ae0c0ec2b1fe2be811e4894ee5307a53 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 16:35:25 +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 26a7886..83538c0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.2.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0|^11.0 || ^12.0" }, "autoload": { "psr-4": {