From b5e331cd303985e077cfb2e4b7fccb466ee2414a Mon Sep 17 00:00:00 2001 From: gaojin Date: Thu, 26 Sep 2024 03:04:09 +0500 Subject: [PATCH] fix version issue --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 544f54c9..3ec93f2c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "illuminate/support": "^11.0", "illuminate/console": "^10.0", "laracasts/flash": "^3.2.2", - "laravelcollective/html": "^6.4", + "laravelcollective/html": "^10.0", "symfony/var-exporter": "^6.2.5" }, "require-dev": {