From aa0d743c6b37be8b7b456d233b006e0c7f1db23f Mon Sep 17 00:00:00 2001 From: "Brez.dev" <36143965+brez-dev@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:35:57 +0000 Subject: [PATCH] support laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f392877..8718245 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "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" }, "require-dev": { "phpunit/phpunit": "^9.5"