From c7c678317ea13a00951c2c3d4d1adeb404e17da0 Mon Sep 17 00:00:00 2001 From: Avengers_01 Date: Sun, 31 Mar 2024 15:22:05 +0700 Subject: [PATCH] Update dependencies Update supported version for illuminate/collections --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad1a58b..300f4a3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "spiral/filters": "^3.1", "spiral/validation": "^3.1", "spiral/boot": "^3.1", - "illuminate/validation": "^8.0|^9.0", + "illuminate/validation": "^8.0|^9.0|^10.0", "symfony/psr-http-message-bridge": "^2.0", "spiral/console": "^3.1" },