From 2fd0a7b476be865ae759ceeda2f2c4209f239bbe Mon Sep 17 00:00:00 2001 From: parth gohil <4966579+parth391@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:32:11 +0530 Subject: [PATCH] Laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fc141b2..b47b062 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", "php": "^8.0" }, "require-dev": {