From 529dfe395a4831606cc2e32b1c088d2539ea445d Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 7 Feb 2025 19:41:12 +0000 Subject: [PATCH] Laravel 12 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1fc2908..1a39965 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": "^8.0", - "illuminate/support": "^10.0|^11.0", - "illuminate/validation": "^10.0|^11.0" + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/validation": "^10.0|^11.0|^12.0" }, "require-dev": { "fakerphp/faker": "^1.0",