From 2bd4f20ab3791a9bc7f7dcfad974e469d315f58b Mon Sep 17 00:00:00 2001 From: Yu Hengliang Date: Thu, 14 Mar 2024 21:35:06 +0800 Subject: [PATCH] Update composer.json update 11.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dd6437c..20e76c0 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=8.1", - "illuminate/view": "^9.0|^10.0", - "illuminate/config": "^9.0|^10.0" + "illuminate/view": "^9.0|^10.0|^11.0", + "illuminate/config": "^9.0|^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^10.0",