From ae6dc5d77cae33b4c658e95abf45fc846aeae08d Mon Sep 17 00:00:00 2001 From: Yu Hengliang Date: Sat, 15 Mar 2025 18:24:06 +0800 Subject: [PATCH] Update composer.json illuminate/view ^12.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d951d1..c6ea051 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.0", - "illuminate/view": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/view": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "phpunit/phpunit": "^6.0|^7.0",