From 4a0ccd908492f5e16aa0c7b2b5911cc30e6397a2 Mon Sep 17 00:00:00 2001 From: RHAMAD NURSANI SIDIK Date: Mon, 12 Aug 2024 23:47:47 +0700 Subject: [PATCH] Update composer.json Need soon to use for laravel 11.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7e17db7..d6c5c76 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0" + "php": "^8.2", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" || ^11.0" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.0",